~ubuntu-branches/ubuntu/lucid/anki/lucid-updates

« back to all changes in this revision

Viewing changes to designer/changemodel.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mackenzie Morgan
  • Date: 2010-05-31 15:55:50 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100531155550-wj3tag8bvp6fwhpo
Tags: 0.9.9.8.6-2~lucid1
Backport from maverick to fix FTBFS (LP: #550145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>Dialog</class>
3
 
 <widget class="QDialog" name="Dialog" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="Dialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>331</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Change Model</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
16
 
   <property name="spacing" >
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <property name="spacing">
17
18
    <number>10</number>
18
19
   </property>
19
20
   <item>
20
 
    <layout class="QGridLayout" name="gridLayout" >
21
 
     <property name="verticalSpacing" >
 
21
    <layout class="QGridLayout" name="gridLayout">
 
22
     <property name="verticalSpacing">
22
23
      <number>4</number>
23
24
     </property>
24
 
     <item row="0" column="0" >
25
 
      <widget class="QLabel" name="label_6" >
26
 
       <property name="text" >
27
 
        <string>&lt;b>Old Model&lt;/b>:</string>
 
25
     <item row="0" column="0">
 
26
      <widget class="QLabel" name="label_6">
 
27
       <property name="text">
 
28
        <string>&lt;b&gt;Old Model&lt;/b&gt;:</string>
28
29
       </property>
29
30
      </widget>
30
31
     </item>
31
 
     <item row="0" column="1" >
32
 
      <widget class="QLabel" name="oldModelLabel" >
33
 
       <property name="sizePolicy" >
34
 
        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
32
     <item row="0" column="1">
 
33
      <widget class="QLabel" name="oldModelLabel">
 
34
       <property name="sizePolicy">
 
35
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
35
36
         <horstretch>0</horstretch>
36
37
         <verstretch>0</verstretch>
37
38
        </sizepolicy>
38
39
       </property>
39
 
       <property name="text" >
40
 
        <string>TextLabel</string>
 
40
       <property name="text">
 
41
        <string/>
41
42
       </property>
42
 
       <property name="margin" >
 
43
       <property name="margin">
43
44
        <number>4</number>
44
45
       </property>
45
46
      </widget>
46
47
     </item>
47
 
     <item row="1" column="0" >
48
 
      <widget class="QLabel" name="label" >
49
 
       <property name="text" >
50
 
        <string>&lt;b>New Model&lt;/b>:</string>
 
48
     <item row="1" column="0">
 
49
      <widget class="QLabel" name="label">
 
50
       <property name="text">
 
51
        <string>&lt;b&gt;New Model&lt;/b&gt;:</string>
51
52
       </property>
52
53
      </widget>
53
54
     </item>
54
 
     <item row="1" column="1" >
55
 
      <widget class="QWidget" native="1" name="modelChooserWidget" >
56
 
       <property name="sizePolicy" >
57
 
        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
55
     <item row="1" column="1">
 
56
      <widget class="QWidget" name="modelChooserWidget" native="true">
 
57
       <property name="sizePolicy">
 
58
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
58
59
         <horstretch>0</horstretch>
59
60
         <verstretch>0</verstretch>
60
61
        </sizepolicy>
64
65
    </layout>
65
66
   </item>
66
67
   <item>
67
 
    <widget class="QGroupBox" name="templateMap" >
68
 
     <property name="sizePolicy" >
69
 
      <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
 
68
    <widget class="QGroupBox" name="templateMap">
 
69
     <property name="sizePolicy">
 
70
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
70
71
       <horstretch>0</horstretch>
71
72
       <verstretch>0</verstretch>
72
73
      </sizepolicy>
73
74
     </property>
74
 
     <property name="title" >
 
75
     <property name="title">
75
76
      <string>Templates</string>
76
77
     </property>
77
78
    </widget>
78
79
   </item>
79
80
   <item>
80
 
    <widget class="QGroupBox" name="fieldMap" >
81
 
     <property name="sizePolicy" >
82
 
      <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
 
81
    <widget class="QGroupBox" name="fieldMap">
 
82
     <property name="sizePolicy">
 
83
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
83
84
       <horstretch>0</horstretch>
84
85
       <verstretch>0</verstretch>
85
86
      </sizepolicy>
86
87
     </property>
87
 
     <property name="title" >
 
88
     <property name="title">
88
89
      <string>Fields</string>
89
90
     </property>
90
91
    </widget>
91
92
   </item>
92
93
   <item>
93
 
    <widget class="QDialogButtonBox" name="buttonBox" >
94
 
     <property name="orientation" >
 
94
    <widget class="QDialogButtonBox" name="buttonBox">
 
95
     <property name="orientation">
95
96
      <enum>Qt::Horizontal</enum>
96
97
     </property>
97
 
     <property name="standardButtons" >
 
98
     <property name="standardButtons">
98
99
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
99
100
     </property>
100
101
    </widget>
109
110
   <receiver>Dialog</receiver>
110
111
   <slot>accept()</slot>
111
112
   <hints>
112
 
    <hint type="sourcelabel" >
 
113
    <hint type="sourcelabel">
113
114
     <x>248</x>
114
115
     <y>254</y>
115
116
    </hint>
116
 
    <hint type="destinationlabel" >
 
117
    <hint type="destinationlabel">
117
118
     <x>157</x>
118
119
     <y>274</y>
119
120
    </hint>
125
126
   <receiver>Dialog</receiver>
126
127
   <slot>reject()</slot>
127
128
   <hints>
128
 
    <hint type="sourcelabel" >
 
129
    <hint type="sourcelabel">
129
130
     <x>316</x>
130
131
     <y>260</y>
131
132
    </hint>
132
 
    <hint type="destinationlabel" >
 
133
    <hint type="destinationlabel">
133
134
     <x>286</x>
134
135
     <y>274</y>
135
136
    </hint>