~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to gui/about_dialog/about_dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

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>AboutDialog</class>
 
4
 <widget class="QDialog" name="AboutDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>490</width>
 
10
    <height>250</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>490</width>
 
22
    <height>250</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>490</width>
 
28
    <height>250</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>About Mozc</string>
 
33
  </property>
 
34
  <widget class="QFrame" name="color_frame">
 
35
   <property name="geometry">
 
36
    <rect>
 
37
     <x>-10</x>
 
38
     <y>120</y>
 
39
     <width>511</width>
 
40
     <height>161</height>
 
41
    </rect>
 
42
   </property>
 
43
   <property name="frameShape">
 
44
    <enum>QFrame::StyledPanel</enum>
 
45
   </property>
 
46
   <property name="frameShadow">
 
47
    <enum>QFrame::Raised</enum>
 
48
   </property>
 
49
   <widget class="QPushButton" name="pushButton">
 
50
    <property name="geometry">
 
51
     <rect>
 
52
      <x>400</x>
 
53
      <y>90</y>
 
54
      <width>91</width>
 
55
      <height>32</height>
 
56
     </rect>
 
57
    </property>
 
58
    <property name="text">
 
59
     <string>OK</string>
 
60
    </property>
 
61
   </widget>
 
62
   <widget class="mozc::gui::VersionImageWidget" name="version_image" native="true">
 
63
    <property name="geometry">
 
64
     <rect>
 
65
      <x>20</x>
 
66
      <y>90</y>
 
67
      <width>21</width>
 
68
      <height>21</height>
 
69
     </rect>
 
70
    </property>
 
71
   </widget>
 
72
   <widget class="QWidget" name="horizontalLayoutWidget">
 
73
    <property name="geometry">
 
74
     <rect>
 
75
      <x>30</x>
 
76
      <y>100</y>
 
77
      <width>351</width>
 
78
      <height>22</height>
 
79
     </rect>
 
80
    </property>
 
81
    <layout class="QHBoxLayout" name="horizontalLayout">
 
82
     <item>
 
83
      <widget class="QLabel" name="label_latest_check">
 
84
       <property name="text">
 
85
        <string>You are using the latest version</string>
 
86
       </property>
 
87
      </widget>
 
88
     </item>
 
89
     <item>
 
90
      <spacer name="horizontalSpacer_6">
 
91
       <property name="orientation">
 
92
        <enum>Qt::Horizontal</enum>
 
93
       </property>
 
94
       <property name="sizeHint" stdset="0">
 
95
        <size>
 
96
         <width>40</width>
 
97
         <height>20</height>
 
98
        </size>
 
99
       </property>
 
100
      </spacer>
 
101
     </item>
 
102
     <item>
 
103
      <widget class="QLabel" name="latest_version">
 
104
       <property name="text">
 
105
        <string>(0.0.0.0)</string>
 
106
       </property>
 
107
       <property name="alignment">
 
108
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
109
       </property>
 
110
      </widget>
 
111
     </item>
 
112
     <item>
 
113
      <spacer name="horizontalSpacer_7">
 
114
       <property name="orientation">
 
115
        <enum>Qt::Horizontal</enum>
 
116
       </property>
 
117
       <property name="sizeHint" stdset="0">
 
118
        <size>
 
119
         <width>40</width>
 
120
         <height>20</height>
 
121
        </size>
 
122
       </property>
 
123
      </spacer>
 
124
     </item>
 
125
    </layout>
 
126
   </widget>
 
127
   <widget class="QWidget" name="gridLayoutWidget_2">
 
128
    <property name="geometry">
 
129
     <rect>
 
130
      <x>20</x>
 
131
      <y>10</y>
 
132
      <width>471</width>
 
133
      <height>81</height>
 
134
     </rect>
 
135
    </property>
 
136
    <layout class="QGridLayout" name="gridLayout_3">
 
137
     <item row="0" column="0">
 
138
      <widget class="QLabel" name="label_6">
 
139
       <property name="font">
 
140
        <font>
 
141
         <pointsize>10</pointsize>
 
142
        </font>
 
143
       </property>
 
144
       <property name="text">
 
145
        <string>Copyright © 2010 Google Inc. All Rights Reserved.</string>
 
146
       </property>
 
147
       <property name="alignment">
 
148
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
149
       </property>
 
150
      </widget>
 
151
     </item>
 
152
     <item row="1" column="0">
 
153
      <widget class="QLabel" name="label_credits">
 
154
       <property name="font">
 
155
        <font>
 
156
         <pointsize>10</pointsize>
 
157
        </font>
 
158
       </property>
 
159
       <property name="text">
 
160
        <string>&lt;html&gt;&lt;body&gt;Mozc is made possible by &lt;a href=&quot;file://credits_en.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;open source software&lt;/span&gt;&lt;/a&gt;.&lt;/body&gt;&lt;/html&gt;</string>
 
161
       </property>
 
162
      </widget>
 
163
     </item>
 
164
     <item row="1" column="1">
 
165
      <spacer name="horizontalSpacer_4">
 
166
       <property name="orientation">
 
167
        <enum>Qt::Horizontal</enum>
 
168
       </property>
 
169
       <property name="sizeHint" stdset="0">
 
170
        <size>
 
171
         <width>40</width>
 
172
         <height>20</height>
 
173
        </size>
 
174
       </property>
 
175
      </spacer>
 
176
     </item>
 
177
     <item row="0" column="1">
 
178
      <spacer name="horizontalSpacer_3">
 
179
       <property name="orientation">
 
180
        <enum>Qt::Horizontal</enum>
 
181
       </property>
 
182
       <property name="sizeHint" stdset="0">
 
183
        <size>
 
184
         <width>40</width>
 
185
         <height>20</height>
 
186
        </size>
 
187
       </property>
 
188
      </spacer>
 
189
     </item>
 
190
     <item row="2" column="0">
 
191
      <widget class="QLabel" name="label_terms">
 
192
       <property name="font">
 
193
        <font>
 
194
         <pointsize>10</pointsize>
 
195
        </font>
 
196
       </property>
 
197
       <property name="text">
 
198
        <string>&lt;html&gt;&lt;body&gt;Mozc &lt;a href=&quot;http://code.google.com/p/mozc/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;product information&lt;/span&gt;&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
199
       </property>
 
200
      </widget>
 
201
     </item>
 
202
     <item row="2" column="1">
 
203
      <spacer name="horizontalSpacer_5">
 
204
       <property name="orientation">
 
205
        <enum>Qt::Horizontal</enum>
 
206
       </property>
 
207
       <property name="sizeHint" stdset="0">
 
208
        <size>
 
209
         <width>40</width>
 
210
         <height>20</height>
 
211
        </size>
 
212
       </property>
 
213
      </spacer>
 
214
     </item>
 
215
    </layout>
 
216
   </widget>
 
217
  </widget>
 
218
  <widget class="QWidget" name="gridLayoutWidget">
 
219
   <property name="geometry">
 
220
    <rect>
 
221
     <x>10</x>
 
222
     <y>20</y>
 
223
     <width>471</width>
 
224
     <height>99</height>
 
225
    </rect>
 
226
   </property>
 
227
   <layout class="QGridLayout" name="gridLayout">
 
228
    <item row="0" column="0" colspan="2">
 
229
     <widget class="QLabel" name="label">
 
230
      <property name="font">
 
231
       <font>
 
232
        <family>メイリオ</family>
 
233
        <pointsize>24</pointsize>
 
234
        <weight>50</weight>
 
235
        <bold>false</bold>
 
236
       </font>
 
237
      </property>
 
238
      <property name="text">
 
239
       <string>Mozc</string>
 
240
      </property>
 
241
      <property name="alignment">
 
242
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
243
      </property>
 
244
     </widget>
 
245
    </item>
 
246
    <item row="0" column="2">
 
247
     <spacer name="horizontalSpacer_2">
 
248
      <property name="orientation">
 
249
       <enum>Qt::Horizontal</enum>
 
250
      </property>
 
251
      <property name="sizeHint" stdset="0">
 
252
       <size>
 
253
        <width>40</width>
 
254
        <height>20</height>
 
255
       </size>
 
256
      </property>
 
257
     </spacer>
 
258
    </item>
 
259
    <item row="1" column="0">
 
260
     <widget class="QLabel" name="version_label">
 
261
      <property name="text">
 
262
       <string>0.0.0.0</string>
 
263
      </property>
 
264
      <property name="alignment">
 
265
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
266
      </property>
 
267
     </widget>
 
268
    </item>
 
269
    <item row="1" column="1" colspan="2">
 
270
     <spacer name="horizontalSpacer">
 
271
      <property name="orientation">
 
272
       <enum>Qt::Horizontal</enum>
 
273
      </property>
 
274
      <property name="sizeHint" stdset="0">
 
275
       <size>
 
276
        <width>40</width>
 
277
        <height>20</height>
 
278
       </size>
 
279
      </property>
 
280
     </spacer>
 
281
    </item>
 
282
   </layout>
 
283
  </widget>
 
284
 </widget>
 
285
 <customwidgets>
 
286
  <customwidget>
 
287
   <class>mozc::gui::VersionImageWidget</class>
 
288
   <extends>QWidget</extends>
 
289
   <header>gui/about_dialog/version_image_widget.h</header>
 
290
  </customwidget>
 
291
 </customwidgets>
 
292
 <resources/>
 
293
 <connections>
 
294
  <connection>
 
295
   <sender>pushButton</sender>
 
296
   <signal>clicked()</signal>
 
297
   <receiver>AboutDialog</receiver>
 
298
   <slot>accept()</slot>
 
299
   <hints>
 
300
    <hint type="sourcelabel">
 
301
     <x>428</x>
 
302
     <y>231</y>
 
303
    </hint>
 
304
    <hint type="destinationlabel">
 
305
     <x>284</x>
 
306
     <y>71</y>
 
307
    </hint>
 
308
   </hints>
 
309
  </connection>
 
310
  <connection>
 
311
   <sender>label_credits</sender>
 
312
   <signal>linkActivated(QString)</signal>
 
313
   <receiver>AboutDialog</receiver>
 
314
   <slot>linkActivated(QString)</slot>
 
315
   <hints>
 
316
    <hint type="sourcelabel">
 
317
     <x>189</x>
 
318
     <y>156</y>
 
319
    </hint>
 
320
    <hint type="destinationlabel">
 
321
     <x>231</x>
 
322
     <y>108</y>
 
323
    </hint>
 
324
   </hints>
 
325
  </connection>
 
326
  <connection>
 
327
   <sender>label_terms</sender>
 
328
   <signal>linkActivated(QString)</signal>
 
329
   <receiver>AboutDialog</receiver>
 
330
   <slot>linkActivated(QString)</slot>
 
331
   <hints>
 
332
    <hint type="sourcelabel">
 
333
     <x>150</x>
 
334
     <y>182</y>
 
335
    </hint>
 
336
    <hint type="destinationlabel">
 
337
     <x>128</x>
 
338
     <y>101</y>
 
339
    </hint>
 
340
   </hints>
 
341
  </connection>
 
342
 </connections>
 
343
 <slots>
 
344
  <slot>linkActivated(QString)</slot>
 
345
 </slots>
 
346
</ui>