|
a/src/qtgui/spell.ui |
|
b/src/qtgui/spell.ui |
|
... |
|
... |
6 |
</property>
|
6 |
</property>
|
7 |
<property name="geometry">
|
7 |
<property name="geometry">
|
8 |
<rect>
|
8 |
<rect>
|
9 |
<x>0</x>
|
9 |
<x>0</x>
|
10 |
<y>0</y>
|
10 |
<y>0</y>
|
11 |
<width>-1</width>
|
11 |
<width>298</width>
|
12 |
<height>-1</height>
|
12 |
<height>295</height>
|
13 |
</rect>
|
13 |
</rect>
|
14 |
</property>
|
14 |
</property>
|
15 |
<property name="sizePolicy">
|
15 |
<property name="sizePolicy">
|
16 |
<sizepolicy>
|
16 |
<sizepolicy>
|
17 |
<hsizetype>5</hsizetype>
|
17 |
<hsizetype>5</hsizetype>
|
|
... |
|
... |
33 |
<property name="name">
|
33 |
<property name="name">
|
34 |
<cstring>unnamed</cstring>
|
34 |
<cstring>unnamed</cstring>
|
35 |
</property>
|
35 |
</property>
|
36 |
<widget class="QLayoutWidget">
|
36 |
<widget class="QLayoutWidget">
|
37 |
<property name="name">
|
37 |
<property name="name">
|
38 |
<cstring>layout5</cstring>
|
38 |
<cstring>layout4</cstring>
|
39 |
</property>
|
39 |
</property>
|
40 |
<vbox>
|
40 |
<vbox>
|
41 |
<property name="name">
|
41 |
<property name="name">
|
42 |
<cstring>unnamed</cstring>
|
42 |
<cstring>unnamed</cstring>
|
43 |
</property>
|
43 |
</property>
|
44 |
<widget class="QLayoutWidget">
|
44 |
<widget class="QLayoutWidget">
|
45 |
<property name="name">
|
45 |
<property name="name">
|
46 |
<cstring>layout4</cstring>
|
46 |
<cstring>layout3</cstring>
|
47 |
</property>
|
47 |
</property>
|
48 |
<hbox>
|
48 |
<grid>
|
49 |
<property name="name">
|
49 |
<property name="name">
|
50 |
<cstring>unnamed</cstring>
|
50 |
<cstring>unnamed</cstring>
|
51 |
</property>
|
51 |
</property>
|
52 |
<widget class="QLabel">
|
52 |
<widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
|
53 |
<property name="name">
|
|
|
54 |
<cstring>Label1</cstring>
|
|
|
55 |
</property>
|
|
|
56 |
<property name="frameShape">
|
|
|
57 |
<enum>NoFrame</enum>
|
|
|
58 |
</property>
|
|
|
59 |
<property name="frameShadow">
|
|
|
60 |
<enum>Plain</enum>
|
|
|
61 |
</property>
|
|
|
62 |
<property name="text">
|
|
|
63 |
<string>Enter word to expand</string>
|
|
|
64 |
</property>
|
|
|
65 |
<property name="buddy" stdset="0">
|
|
|
66 |
<cstring>baseWordLE</cstring>
|
|
|
67 |
</property>
|
|
|
68 |
</widget>
|
|
|
69 |
<widget class="QLineEdit">
|
|
|
70 |
<property name="name">
|
53 |
<property name="name">
|
71 |
<cstring>baseWordLE</cstring>
|
54 |
<cstring>baseWordLE</cstring>
|
72 |
</property>
|
55 |
</property>
|
73 |
<property name="minimumSize">
|
56 |
<property name="minimumSize">
|
74 |
<size>
|
57 |
<size>
|
75 |
<width>200</width>
|
58 |
<width>100</width>
|
76 |
<height>0</height>
|
59 |
<height>0</height>
|
77 |
</size>
|
60 |
</size>
|
78 |
</property>
|
61 |
</property>
|
79 |
<property name="frameShape">
|
62 |
<property name="frameShape">
|
80 |
<enum>LineEditPanel</enum>
|
63 |
<enum>LineEditPanel</enum>
|
81 |
</property>
|
64 |
</property>
|
82 |
<property name="frameShadow">
|
65 |
<property name="frameShadow">
|
83 |
<enum>Sunken</enum>
|
66 |
<enum>Sunken</enum>
|
84 |
</property>
|
67 |
</property>
|
85 |
</widget>
|
68 |
</widget>
|
86 |
<widget class="QComboBox">
|
|
|
87 |
<property name="name">
|
|
|
88 |
<cstring>expTypeCMB</cstring>
|
|
|
89 |
</property>
|
|
|
90 |
</widget>
|
|
|
91 |
<widget class="QPushButton">
|
69 |
<widget class="QPushButton" row="1" column="1">
|
92 |
<property name="name">
|
70 |
<property name="name">
|
93 |
<cstring>expandPB</cstring>
|
71 |
<cstring>expandPB</cstring>
|
94 |
</property>
|
72 |
</property>
|
95 |
<property name="enabled">
|
73 |
<property name="enabled">
|
96 |
<bool>false</bool>
|
74 |
<bool>false</bool>
|
|
|
75 |
</property>
|
|
|
76 |
<property name="focusPolicy">
|
|
|
77 |
<enum>NoFocus</enum>
|
97 |
</property>
|
78 |
</property>
|
98 |
<property name="text">
|
79 |
<property name="text">
|
99 |
<string>&Expand </string>
|
80 |
<string>&Expand </string>
|
100 |
</property>
|
81 |
</property>
|
101 |
<property name="accel">
|
82 |
<property name="accel">
|
102 |
<string>Alt+E</string>
|
83 |
<string>Alt+E</string>
|
103 |
</property>
|
84 |
</property>
|
104 |
</widget>
|
85 |
</widget>
|
|
|
86 |
<widget class="QComboBox" row="1" column="0">
|
|
|
87 |
<property name="name">
|
|
|
88 |
<cstring>stemLangCMB</cstring>
|
|
|
89 |
</property>
|
|
|
90 |
</widget>
|
|
|
91 |
<widget class="QComboBox" row="0" column="0">
|
|
|
92 |
<property name="name">
|
|
|
93 |
<cstring>expTypeCMB</cstring>
|
|
|
94 |
</property>
|
|
|
95 |
</widget>
|
105 |
<widget class="QPushButton">
|
96 |
<widget class="QPushButton" row="1" column="2">
|
106 |
<property name="name">
|
97 |
<property name="name">
|
107 |
<cstring>dismissPB</cstring>
|
98 |
<cstring>dismissPB</cstring>
|
108 |
</property>
|
99 |
</property>
|
109 |
<property name="enabled">
|
100 |
<property name="enabled">
|
110 |
<bool>true</bool>
|
101 |
<bool>true</bool>
|
|
|
102 |
</property>
|
|
|
103 |
<property name="focusPolicy">
|
|
|
104 |
<enum>NoFocus</enum>
|
111 |
</property>
|
105 |
</property>
|
112 |
<property name="text">
|
106 |
<property name="text">
|
113 |
<string>&Close</string>
|
107 |
<string>&Close</string>
|
114 |
</property>
|
108 |
</property>
|
115 |
<property name="accel">
|
109 |
<property name="accel">
|
116 |
<string>Alt+C</string>
|
110 |
<string>Alt+C</string>
|
117 |
</property>
|
111 |
</property>
|
118 |
</widget>
|
112 |
</widget>
|
119 |
</hbox>
|
113 |
</grid>
|
120 |
</widget>
|
114 |
</widget>
|
121 |
<widget class="QTextEdit">
|
115 |
<widget class="QTextEdit">
|
122 |
<property name="name">
|
116 |
<property name="name">
|
123 |
<cstring>suggsTE</cstring>
|
117 |
<cstring>suggsTE</cstring>
|
124 |
</property>
|
118 |
</property>
|
|
... |
|
... |
126 |
<size>
|
120 |
<size>
|
127 |
<width>0</width>
|
121 |
<width>0</width>
|
128 |
<height>200</height>
|
122 |
<height>200</height>
|
129 |
</size>
|
123 |
</size>
|
130 |
</property>
|
124 |
</property>
|
|
|
125 |
<property name="focusPolicy">
|
|
|
126 |
<enum>TabFocus</enum>
|
|
|
127 |
</property>
|
|
|
128 |
<property name="textFormat">
|
|
|
129 |
<enum>PlainText</enum>
|
|
|
130 |
</property>
|
|
|
131 |
<property name="readOnly">
|
|
|
132 |
<bool>true</bool>
|
|
|
133 |
</property>
|
|
|
134 |
<property name="undoRedoEnabled">
|
|
|
135 |
<bool>false</bool>
|
|
|
136 |
</property>
|
|
|
137 |
<property name="tabChangesFocus">
|
|
|
138 |
<bool>true</bool>
|
|
|
139 |
</property>
|
131 |
</widget>
|
140 |
</widget>
|
132 |
</vbox>
|
141 |
</vbox>
|
133 |
</widget>
|
142 |
</widget>
|
134 |
</vbox>
|
143 |
</vbox>
|
135 |
</widget>
|
144 |
</widget>
|
|
|
145 |
<tabstops>
|
|
|
146 |
<tabstop>baseWordLE</tabstop>
|
|
|
147 |
<tabstop>expandPB</tabstop>
|
|
|
148 |
<tabstop>suggsTE</tabstop>
|
|
|
149 |
<tabstop>dismissPB</tabstop>
|
|
|
150 |
<tabstop>expTypeCMB</tabstop>
|
|
|
151 |
<tabstop>stemLangCMB</tabstop>
|
|
|
152 |
</tabstops>
|
136 |
<layoutdefaults spacing="6" margin="11"/>
|
153 |
<layoutdefaults spacing="6" margin="11"/>
|
137 |
</UI>
|
154 |
</UI>
|