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

« back to all changes in this revision

Viewing changes to gui/dictionary_tool/import_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>ImportDialog</class>
 
4
 <widget class="QDialog" name="ImportDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>480</width>
 
10
    <height>210</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="minimumSize">
 
14
   <size>
 
15
    <width>480</width>
 
16
    <height>210</height>
 
17
   </size>
 
18
  </property>
 
19
  <property name="maximumSize">
 
20
   <size>
 
21
    <width>480</width>
 
22
    <height>210</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="windowTitle">
 
26
   <string>Mozc Dictionary Tool</string>
 
27
  </property>
 
28
  <property name="modal">
 
29
   <bool>true</bool>
 
30
  </property>
 
31
  <layout class="QGridLayout" name="gridLayout_2">
 
32
   <item row="0" column="0">
 
33
    <layout class="QVBoxLayout" name="verticalLayout">
 
34
     <item>
 
35
      <layout class="QGridLayout" name="gridLayout">
 
36
       <item row="2" column="2">
 
37
        <spacer name="horizontalSpacer_2">
 
38
         <property name="orientation">
 
39
          <enum>Qt::Horizontal</enum>
 
40
         </property>
 
41
         <property name="sizeHint" stdset="0">
 
42
          <size>
 
43
           <width>40</width>
 
44
           <height>20</height>
 
45
          </size>
 
46
         </property>
 
47
        </spacer>
 
48
       </item>
 
49
       <item row="3" column="2">
 
50
        <spacer name="horizontalSpacer_3">
 
51
         <property name="orientation">
 
52
          <enum>Qt::Horizontal</enum>
 
53
         </property>
 
54
         <property name="sizeHint" stdset="0">
 
55
          <size>
 
56
           <width>40</width>
 
57
           <height>20</height>
 
58
          </size>
 
59
         </property>
 
60
        </spacer>
 
61
       </item>
 
62
       <item row="1" column="1" colspan="2">
 
63
        <widget class="QLineEdit" name="dic_name_lineedit_">
 
64
         <property name="maxLength">
 
65
          <number>32</number>
 
66
         </property>
 
67
        </widget>
 
68
       </item>
 
69
       <item row="0" column="1" colspan="2">
 
70
        <widget class="QLineEdit" name="file_name_lineedit_"/>
 
71
       </item>
 
72
       <item row="0" column="0">
 
73
        <widget class="QLabel" name="file_location_label_">
 
74
         <property name="text">
 
75
          <string>File Location</string>
 
76
         </property>
 
77
        </widget>
 
78
       </item>
 
79
       <item row="1" column="0">
 
80
        <widget class="QLabel" name="dic_name_label_">
 
81
         <property name="text">
 
82
          <string>Dictionary Name</string>
 
83
         </property>
 
84
        </widget>
 
85
       </item>
 
86
       <item row="2" column="0">
 
87
        <widget class="QLabel" name="ime_label_">
 
88
         <property name="text">
 
89
          <string>Format</string>
 
90
         </property>
 
91
        </widget>
 
92
       </item>
 
93
       <item row="3" column="0">
 
94
        <widget class="QLabel" name="encoding_label_">
 
95
         <property name="text">
 
96
          <string>Encoding</string>
 
97
         </property>
 
98
        </widget>
 
99
       </item>
 
100
       <item row="0" column="3">
 
101
        <widget class="QPushButton" name="select_file_pushbutton_">
 
102
         <property name="text">
 
103
          <string>Select file...</string>
 
104
         </property>
 
105
        </widget>
 
106
       </item>
 
107
       <item row="3" column="1">
 
108
        <widget class="QComboBox" name="encoding_combobox_">
 
109
         <property name="minimumSize">
 
110
          <size>
 
111
           <width>120</width>
 
112
           <height>0</height>
 
113
          </size>
 
114
         </property>
 
115
        </widget>
 
116
       </item>
 
117
       <item row="2" column="1">
 
118
        <widget class="QComboBox" name="ime_combobox_">
 
119
         <property name="minimumSize">
 
120
          <size>
 
121
           <width>120</width>
 
122
           <height>0</height>
 
123
          </size>
 
124
         </property>
 
125
        </widget>
 
126
       </item>
 
127
      </layout>
 
128
     </item>
 
129
     <item>
 
130
      <spacer name="verticalSpacer">
 
131
       <property name="orientation">
 
132
        <enum>Qt::Vertical</enum>
 
133
       </property>
 
134
       <property name="sizeHint" stdset="0">
 
135
        <size>
 
136
         <width>148</width>
 
137
         <height>13</height>
 
138
        </size>
 
139
       </property>
 
140
      </spacer>
 
141
     </item>
 
142
     <item>
 
143
      <layout class="QHBoxLayout" name="horizontalLayout">
 
144
       <item>
 
145
        <spacer name="horizontalSpacer">
 
146
         <property name="orientation">
 
147
          <enum>Qt::Horizontal</enum>
 
148
         </property>
 
149
         <property name="sizeHint" stdset="0">
 
150
          <size>
 
151
           <width>40</width>
 
152
           <height>20</height>
 
153
          </size>
 
154
         </property>
 
155
        </spacer>
 
156
       </item>
 
157
       <item>
 
158
        <widget class="QDialogButtonBox" name="buttonbox_">
 
159
         <property name="standardButtons">
 
160
          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
161
         </property>
 
162
        </widget>
 
163
       </item>
 
164
      </layout>
 
165
     </item>
 
166
    </layout>
 
167
   </item>
 
168
  </layout>
 
169
 </widget>
 
170
 <tabstops>
 
171
  <tabstop>file_name_lineedit_</tabstop>
 
172
  <tabstop>select_file_pushbutton_</tabstop>
 
173
  <tabstop>dic_name_lineedit_</tabstop>
 
174
  <tabstop>ime_combobox_</tabstop>
 
175
  <tabstop>encoding_combobox_</tabstop>
 
176
  <tabstop>buttonbox_</tabstop>
 
177
 </tabstops>
 
178
 <resources/>
 
179
 <connections/>
 
180
</ui>