a/src/qtgui/spell.ui b/src/qtgui/spell.ui
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<class>SpellBase</class>
3
 <class>SpellBase</class>
3
<widget class="QWidget">
4
 <widget class="QWidget" name="SpellBase">
4
    <property name="name">
5
        <cstring>SpellBase</cstring>
6
    </property>
7
    <property name="geometry">
5
  <property name="geometry">
8
        <rect>
6
   <rect>
9
            <x>0</x>
7
    <x>0</x>
10
            <y>0</y>
8
    <y>0</y>
11
            <width>400</width>
9
    <width>400</width>
12
            <height>450</height>
10
    <height>450</height>
13
        </rect>
11
   </rect>
14
    </property>
12
  </property>
15
    <property name="sizePolicy">
13
  <property name="sizePolicy">
16
        <sizepolicy>
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
17
            <hsizetype>5</hsizetype>
18
            <vsizetype>5</vsizetype>
19
            <horstretch>0</horstretch>
15
    <horstretch>0</horstretch>
20
            <verstretch>0</verstretch>
16
    <verstretch>0</verstretch>
21
        </sizepolicy>
17
   </sizepolicy>
22
    </property>
18
  </property>
23
    <property name="minimumSize">
19
  <property name="minimumSize">
20
   <size>
21
    <width>100</width>
22
    <height>100</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Term Explorer</string>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout_2">
29
   <item>
30
    <layout class="QVBoxLayout" name="verticalLayout">
31
     <item>
32
      <layout class="QVBoxLayout">
33
       <item>
34
        <layout class="QGridLayout">
35
         <item row="0" column="1" colspan="2">
36
          <widget class="QLineEdit" name="baseWordLE">
37
           <property name="minimumSize">
24
        <size>
38
            <size>
25
            <width>100</width>
39
             <width>100</width>
26
            <height>100</height>
40
             <height>0</height>
27
        </size>
41
            </size>
28
    </property>
29
    <property name="caption">
30
        <string>Term Explorer</string>
31
    </property>
32
    <vbox>
33
        <property name="name">
34
            <cstring>unnamed</cstring>
35
        </property>
36
        <widget class="QLayoutWidget">
37
            <property name="name">
38
                <cstring>layout4</cstring>
39
            </property>
42
           </property>
40
            <vbox>
41
                <property name="name">
42
                    <cstring>unnamed</cstring>
43
                </property>
44
                <widget class="QLayoutWidget">
45
                    <property name="name">
46
                        <cstring>layout3</cstring>
47
                    </property>
48
                    <grid>
49
                        <property name="name">
50
                            <cstring>unnamed</cstring>
51
                        </property>
52
                        <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
53
                            <property name="name">
54
                                <cstring>baseWordLE</cstring>
55
                            </property>
56
                            <property name="minimumSize">
57
                                <size>
58
                                    <width>100</width>
59
                                    <height>0</height>
60
                                </size>
61
                            </property>
62
                        </widget>
63
                        <widget class="QPushButton" row="1" column="1">
64
                            <property name="name">
65
                                <cstring>expandPB</cstring>
66
                            </property>
67
                            <property name="enabled">
68
                                <bool>false</bool>
69
                            </property>
70
                            <property name="focusPolicy">
71
                                <enum>NoFocus</enum>
72
                            </property>
73
                            <property name="text">
74
                                <string>&amp;Expand </string>
75
                            </property>
76
                            <property name="accel">
77
                                <string>Alt+E</string>
78
                            </property>
79
                        </widget>
80
                        <widget class="QComboBox" row="1" column="0">
81
                            <property name="name">
82
                                <cstring>stemLangCMB</cstring>
83
                            </property>
84
                        </widget>
85
                        <widget class="QComboBox" row="0" column="0">
86
                            <property name="name">
87
                                <cstring>expTypeCMB</cstring>
88
                            </property>
89
                        </widget>
90
                        <widget class="QPushButton" row="1" column="2">
91
                            <property name="name">
92
                                <cstring>dismissPB</cstring>
93
                            </property>
94
                            <property name="enabled">
95
                                <bool>true</bool>
96
                            </property>
97
                            <property name="focusPolicy">
98
                                <enum>NoFocus</enum>
99
                            </property>
100
                            <property name="text">
101
                                <string>&amp;Close</string>
102
                            </property>
103
                            <property name="accel">
104
                                <string>Alt+C</string>
105
                            </property>
106
                        </widget>
107
                    </grid>
108
                </widget>
109
                <widget class="QLabel">
110
                  <property name="name">
111
                    <cstring>statsLBL</cstring>
112
                  </property>
113
                  <property name="font">
114
                    <font>
115
                      <pointsize>7</pointsize>
116
                    </font>
117
                  </property>
118
                  <property name="text">
119
                    <string>No db info.</string>
120
                  </property>
121
                </widget>
122
                <widget class="QListView">
123
                    <column>
124
                        <property name="text">
125
                            <string>Term</string>
126
                        </property>
127
                        <property name="clickable">
128
                            <bool>true</bool>
129
                        </property>
130
                        <property name="resizable">
131
                            <bool>true</bool>
132
                        </property>
133
                    </column>
134
                    <column>
135
                        <property name="text">
136
                            <string>Doc. / Tot.</string>
137
                        </property>
138
                        <property name="clickable">
139
                            <bool>true</bool>
140
                        </property>
141
                        <property name="resizable">
142
                            <bool>true</bool>
143
                        </property>
144
                    </column>
145
                    <property name="name">
146
                        <cstring>suggsLV</cstring>
147
                    </property>
148
                    <property name="selectionMode">
149
                        <enum>Extended</enum>
150
                    </property>
151
                    <property name="showSortIndicator">
152
                        <bool>true</bool>
153
                    </property>
154
                    <property name="resizeMode">
155
                        <enum>NoColumn</enum>
156
                    </property>
157
                </widget>
158
            </vbox>
159
        </widget>
43
          </widget>
160
    </vbox>
44
         </item>
45
         <item row="1" column="1">
46
          <widget class="QPushButton" name="expandPB">
47
           <property name="enabled">
48
            <bool>false</bool>
49
           </property>
50
           <property name="focusPolicy">
51
            <enum>Qt::NoFocus</enum>
52
           </property>
53
           <property name="text">
54
            <string>&amp;Expand </string>
55
           </property>
56
           <property name="shortcut">
57
            <string>Alt+E</string>
58
           </property>
59
          </widget>
60
         </item>
61
         <item row="1" column="0">
62
          <widget class="QComboBox" name="stemLangCMB"/>
63
         </item>
64
         <item row="0" column="0">
65
          <widget class="QComboBox" name="expTypeCMB"/>
66
         </item>
67
         <item row="1" column="2">
68
          <widget class="QPushButton" name="dismissPB">
69
           <property name="enabled">
70
            <bool>true</bool>
71
           </property>
72
           <property name="focusPolicy">
73
            <enum>Qt::NoFocus</enum>
74
           </property>
75
           <property name="text">
76
            <string>&amp;Close</string>
77
           </property>
78
           <property name="shortcut">
79
            <string>Alt+C</string>
80
           </property>
81
          </widget>
82
         </item>
83
        </layout>
84
       </item>
85
      </layout>
86
     </item>
87
     <item>
88
      <widget class="QLabel" name="statsLBL">
89
       <property name="font">
90
        <font>
91
         <pointsize>7</pointsize>
92
        </font>
93
       </property>
94
       <property name="text">
95
        <string>No db info.</string>
96
       </property>
97
      </widget>
98
     </item>
99
     <item>
100
      <widget class="QTableWidget" name="suggsLV">
101
       <property name="rowCount">
102
        <number>2</number>
103
       </property>
104
       <property name="columnCount">
105
        <number>2</number>
106
       </property>
107
       <attribute name="horizontalHeaderStretchLastSection">
108
        <bool>false</bool>
109
       </attribute>
110
       <attribute name="verticalHeaderVisible">
111
        <bool>false</bool>
112
       </attribute>
113
       <attribute name="verticalHeaderVisible">
114
        <bool>false</bool>
115
       </attribute>
116
       <attribute name="horizontalHeaderStretchLastSection">
117
        <bool>false</bool>
118
       </attribute>
119
       <row/>
120
       <row/>
121
       <column/>
122
       <column/>
123
      </widget>
124
     </item>
125
    </layout>
126
   </item>
127
  </layout>
161
</widget>
128
 </widget>
162
<tabstops>
163
    <tabstop>baseWordLE</tabstop>
164
    <tabstop>expandPB</tabstop>
165
    <tabstop>dismissPB</tabstop>
166
    <tabstop>expTypeCMB</tabstop>
167
    <tabstop>stemLangCMB</tabstop>
168
</tabstops>
169
<layoutdefaults spacing="6" margin="11"/>
129
 <layoutdefault spacing="6" margin="11"/>
170
</UI>
130
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
131
 <tabstops>
132
  <tabstop>baseWordLE</tabstop>
133
  <tabstop>expandPB</tabstop>
134
  <tabstop>dismissPB</tabstop>
135
  <tabstop>expTypeCMB</tabstop>
136
  <tabstop>stemLangCMB</tabstop>
137
 </tabstops>
138
 <resources/>
139
 <connections/>
140
</ui>