Switch to unified view

a/src/qt4gui/spell.ui b/src/qt4gui/spell.ui
...
...
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>400</width>
9
    <width>400</width>
10
    <height>300</height>
10
    <height>450</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="sizePolicy">
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
15
    <horstretch>0</horstretch>
...
...
23
   </size>
23
   </size>
24
  </property>
24
  </property>
25
  <property name="windowTitle">
25
  <property name="windowTitle">
26
   <string>Term Explorer</string>
26
   <string>Term Explorer</string>
27
  </property>
27
  </property>
28
  <layout class="QVBoxLayout">
28
  <layout class="QVBoxLayout" name="verticalLayout_2">
29
   <item>
29
   <item>
30
    <layout class="QVBoxLayout">
30
    <layout class="QVBoxLayout" name="verticalLayout">
31
     <item>
31
     <item>
32
      <layout class="QVBoxLayout">
33
       <item>
32
      <layout class="QGridLayout">
34
        <layout class="QGridLayout">
33
       <item row="0" column="1" colspan="2">
35
         <item row="0" column="1" colspan="2">
34
        <widget class="QLineEdit" name="baseWordLE">
36
          <widget class="QLineEdit" name="baseWordLE">
35
         <property name="minimumSize">
37
           <property name="minimumSize">
36
          <size>
38
            <size>
37
           <width>100</width>
39
             <width>100</width>
38
           <height>0</height>
40
             <height>0</height>
39
          </size>
41
            </size>
40
         </property>
42
           </property>
41
        </widget>
43
          </widget>
42
       </item>
44
         </item>
43
       <item row="1" column="1">
45
         <item row="1" column="1">
44
        <widget class="QPushButton" name="expandPB">
46
          <widget class="QPushButton" name="expandPB">
45
         <property name="enabled">
47
           <property name="enabled">
46
          <bool>false</bool>
48
            <bool>false</bool>
47
         </property>
49
           </property>
48
         <property name="focusPolicy">
50
           <property name="focusPolicy">
49
          <enum>Qt::NoFocus</enum>
51
            <enum>Qt::NoFocus</enum>
50
         </property>
52
           </property>
51
         <property name="text">
53
           <property name="text">
52
          <string>&amp;Expand </string>
54
            <string>&amp;Expand </string>
53
         </property>
55
           </property>
54
         <property name="shortcut">
56
           <property name="shortcut">
55
          <string>Alt+E</string>
57
            <string>Alt+E</string>
56
         </property>
58
           </property>
57
        </widget>
59
          </widget>
58
       </item>
60
         </item>
59
       <item row="1" column="0">
61
         <item row="1" column="0">
60
        <widget class="QComboBox" name="stemLangCMB"/>
62
          <widget class="QComboBox" name="stemLangCMB"/>
61
       </item>
63
         </item>
62
       <item row="0" column="0">
64
         <item row="0" column="0">
63
        <widget class="QComboBox" name="expTypeCMB"/>
65
          <widget class="QComboBox" name="expTypeCMB"/>
64
       </item>
66
         </item>
65
       <item row="1" column="2">
67
         <item row="1" column="2">
66
        <widget class="QPushButton" name="dismissPB">
68
          <widget class="QPushButton" name="dismissPB">
67
         <property name="enabled">
69
           <property name="enabled">
68
          <bool>true</bool>
70
            <bool>true</bool>
69
         </property>
71
           </property>
70
         <property name="focusPolicy">
72
           <property name="focusPolicy">
71
          <enum>Qt::NoFocus</enum>
73
            <enum>Qt::NoFocus</enum>
72
         </property>
74
           </property>
73
         <property name="text">
75
           <property name="text">
74
          <string>&amp;Close</string>
76
            <string>&amp;Close</string>
75
         </property>
77
           </property>
76
         <property name="shortcut">
78
           <property name="shortcut">
77
          <string>Alt+C</string>
79
            <string>Alt+C</string>
78
         </property>
80
           </property>
79
        </widget>
81
          </widget>
82
         </item>
83
        </layout>
80
       </item>
84
       </item>
81
      </layout>
85
      </layout>
82
     </item>
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>
83
    </layout>
125
    </layout>
84
   </item>
85
   <item>
86
    <widget class="QTableWidget" name="suggsLV">
87
     <property name="rowCount">
88
      <number>2</number>
89
     </property>
90
     <property name="columnCount">
91
      <number>2</number>
92
     </property>
93
     <attribute name="horizontalHeaderStretchLastSection">
94
      <bool>false</bool>
95
     </attribute>
96
     <attribute name="verticalHeaderVisible">
97
      <bool>false</bool>
98
     </attribute>
99
     <attribute name="verticalHeaderVisible">
100
      <bool>false</bool>
101
     </attribute>
102
     <attribute name="horizontalHeaderStretchLastSection">
103
      <bool>false</bool>
104
     </attribute>
105
     <row/>
106
     <row/>
107
     <column/>
108
     <column/>
109
    </widget>
110
   </item>
126
   </item>
111
  </layout>
127
  </layout>
112
 </widget>
128
 </widget>
113
 <layoutdefault spacing="6" margin="11"/>
129
 <layoutdefault spacing="6" margin="11"/>
114
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
130
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>