~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to src/kfontdialog.ui

  • Committer: kobe
  • Date: 2015-02-13 07:37:10 UTC
  • Revision ID: xiangli@ubuntukylin.com-20150213073710-0jyp02ilyi5njj10
Qt Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>KFontDialog</class>
4
 
 <widget class="QDialog" name="KFontDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>512</width>
10
 
    <height>390</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Dialog</string>
15
 
  </property>
16
 
  <widget class="QWidget" name="widget" native="true">
17
 
   <property name="geometry">
18
 
    <rect>
19
 
     <x>0</x>
20
 
     <y>0</y>
21
 
     <width>512</width>
22
 
     <height>31</height>
23
 
    </rect>
24
 
   </property>
25
 
   <widget class="QLabel" name="titleLabel">
26
 
    <property name="geometry">
27
 
     <rect>
28
 
      <x>201</x>
29
 
      <y>5</y>
30
 
      <width>111</width>
31
 
      <height>20</height>
32
 
     </rect>
33
 
    </property>
34
 
    <property name="text">
35
 
     <string>Change Fonts</string>
36
 
    </property>
37
 
    <property name="alignment">
38
 
     <set>Qt::AlignCenter</set>
39
 
    </property>
40
 
   </widget>
41
 
   <widget class="QLabel" name="btn_close">
42
 
    <property name="geometry">
43
 
     <rect>
44
 
      <x>3</x>
45
 
      <y>5</y>
46
 
      <width>26</width>
47
 
      <height>20</height>
48
 
     </rect>
49
 
    </property>
50
 
    <property name="text">
51
 
     <string/>
52
 
    </property>
53
 
   </widget>
54
 
  </widget>
55
 
  <widget class="QWidget" name="widget_2" native="true">
56
 
   <property name="geometry">
57
 
    <rect>
58
 
     <x>0</x>
59
 
     <y>30</y>
60
 
     <width>512</width>
61
 
     <height>359</height>
62
 
    </rect>
63
 
   </property>
64
 
   <widget class="QLabel" name="curFontText">
65
 
    <property name="geometry">
66
 
     <rect>
67
 
      <x>126</x>
68
 
      <y>10</y>
69
 
      <width>371</width>
70
 
      <height>20</height>
71
 
     </rect>
72
 
    </property>
73
 
    <property name="text">
74
 
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
75
 
    </property>
76
 
   </widget>
77
 
   <widget class="QLineEdit" name="sizeEdit">
78
 
    <property name="geometry">
79
 
     <rect>
80
 
      <x>444</x>
81
 
      <y>59</y>
82
 
      <width>51</width>
83
 
      <height>27</height>
84
 
     </rect>
85
 
    </property>
86
 
   </widget>
87
 
   <widget class="QLabel" name="curFontLabel">
88
 
    <property name="geometry">
89
 
     <rect>
90
 
      <x>14</x>
91
 
      <y>9</y>
92
 
      <width>111</width>
93
 
      <height>20</height>
94
 
     </rect>
95
 
    </property>
96
 
    <property name="text">
97
 
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Current Font:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
98
 
    </property>
99
 
   </widget>
100
 
   <widget class="QLabel" name="styleLabel">
101
 
    <property name="geometry">
102
 
     <rect>
103
 
      <x>250</x>
104
 
      <y>39</y>
105
 
      <width>71</width>
106
 
      <height>17</height>
107
 
     </rect>
108
 
    </property>
109
 
    <property name="text">
110
 
     <string>Style</string>
111
 
    </property>
112
 
   </widget>
113
 
   <widget class="QLabel" name="sizeLabel">
114
 
    <property name="geometry">
115
 
     <rect>
116
 
      <x>444</x>
117
 
      <y>39</y>
118
 
      <width>91</width>
119
 
      <height>17</height>
120
 
     </rect>
121
 
    </property>
122
 
    <property name="text">
123
 
     <string>Size</string>
124
 
    </property>
125
 
   </widget>
126
 
   <widget class="QLineEdit" name="familyEdit">
127
 
    <property name="geometry">
128
 
     <rect>
129
 
      <x>16</x>
130
 
      <y>59</y>
131
 
      <width>211</width>
132
 
      <height>27</height>
133
 
     </rect>
134
 
    </property>
135
 
   </widget>
136
 
   <widget class="QLabel" name="fontLabel">
137
 
    <property name="geometry">
138
 
     <rect>
139
 
      <x>16</x>
140
 
      <y>39</y>
141
 
      <width>71</width>
142
 
      <height>17</height>
143
 
     </rect>
144
 
    </property>
145
 
    <property name="text">
146
 
     <string>Font</string>
147
 
    </property>
148
 
   </widget>
149
 
   <widget class="QLineEdit" name="styleEdit">
150
 
    <property name="geometry">
151
 
     <rect>
152
 
      <x>250</x>
153
 
      <y>59</y>
154
 
      <width>171</width>
155
 
      <height>27</height>
156
 
     </rect>
157
 
    </property>
158
 
   </widget>
159
 
   <widget class="QListView" name="sizeList">
160
 
    <property name="geometry">
161
 
     <rect>
162
 
      <x>445</x>
163
 
      <y>90</y>
164
 
      <width>51</width>
165
 
      <height>161</height>
166
 
     </rect>
167
 
    </property>
168
 
   </widget>
169
 
   <widget class="QListView" name="familyList">
170
 
    <property name="geometry">
171
 
     <rect>
172
 
      <x>17</x>
173
 
      <y>90</y>
174
 
      <width>211</width>
175
 
      <height>161</height>
176
 
     </rect>
177
 
    </property>
178
 
   </widget>
179
 
   <widget class="QListView" name="styleList">
180
 
    <property name="geometry">
181
 
     <rect>
182
 
      <x>251</x>
183
 
      <y>90</y>
184
 
      <width>171</width>
185
 
      <height>161</height>
186
 
     </rect>
187
 
    </property>
188
 
   </widget>
189
 
   <widget class="QPushButton" name="okBtn">
190
 
    <property name="geometry">
191
 
     <rect>
192
 
      <x>426</x>
193
 
      <y>320</y>
194
 
      <width>70</width>
195
 
      <height>28</height>
196
 
     </rect>
197
 
    </property>
198
 
    <property name="text">
199
 
     <string>OK</string>
200
 
    </property>
201
 
   </widget>
202
 
   <widget class="QPushButton" name="quitBtn">
203
 
    <property name="geometry">
204
 
     <rect>
205
 
      <x>426</x>
206
 
      <y>280</y>
207
 
      <width>70</width>
208
 
      <height>28</height>
209
 
     </rect>
210
 
    </property>
211
 
    <property name="text">
212
 
     <string>Cancel</string>
213
 
    </property>
214
 
   </widget>
215
 
   <widget class="QLabel" name="sampleLabel">
216
 
    <property name="geometry">
217
 
     <rect>
218
 
      <x>20</x>
219
 
      <y>260</y>
220
 
      <width>81</width>
221
 
      <height>17</height>
222
 
     </rect>
223
 
    </property>
224
 
    <property name="text">
225
 
     <string>View</string>
226
 
    </property>
227
 
   </widget>
228
 
   <widget class="QLineEdit" name="sampleEdit">
229
 
    <property name="geometry">
230
 
     <rect>
231
 
      <x>20</x>
232
 
      <y>280</y>
233
 
      <width>391</width>
234
 
      <height>71</height>
235
 
     </rect>
236
 
    </property>
237
 
    <property name="text">
238
 
     <string/>
239
 
    </property>
240
 
   </widget>
241
 
   <zorder>sizeEdit</zorder>
242
 
   <zorder>curFontLabel</zorder>
243
 
   <zorder>styleLabel</zorder>
244
 
   <zorder>sizeLabel</zorder>
245
 
   <zorder>familyEdit</zorder>
246
 
   <zorder>fontLabel</zorder>
247
 
   <zorder>styleEdit</zorder>
248
 
   <zorder>curFontText</zorder>
249
 
   <zorder>sizeEdit</zorder>
250
 
   <zorder>curFontLabel</zorder>
251
 
   <zorder>styleLabel</zorder>
252
 
   <zorder>sizeLabel</zorder>
253
 
   <zorder>familyEdit</zorder>
254
 
   <zorder>fontLabel</zorder>
255
 
   <zorder>styleEdit</zorder>
256
 
   <zorder>sizeList</zorder>
257
 
   <zorder>familyList</zorder>
258
 
   <zorder>styleList</zorder>
259
 
   <zorder>okBtn</zorder>
260
 
   <zorder>quitBtn</zorder>
261
 
   <zorder>sampleLabel</zorder>
262
 
   <zorder>sampleEdit</zorder>
263
 
  </widget>
264
 
 </widget>
265
 
 <resources/>
266
 
 <connections/>
267
 
</ui>