Switch to unified view

a/src/qtgui/spell.ui b/src/qtgui/spell.ui
...
...
27
  </property>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout_2">
28
  <layout class="QVBoxLayout" name="verticalLayout_2">
29
   <item>
29
   <item>
30
    <layout class="QVBoxLayout" name="verticalLayout">
30
    <layout class="QVBoxLayout" name="verticalLayout">
31
     <item>
31
     <item>
32
      <layout class="QVBoxLayout">
32
      <layout class="QGridLayout" name="gridLayout">
33
       <item row="0" column="0">
34
        <widget class="QComboBox" name="expTypeCMB"/>
33
       <item>
35
       </item>
34
        <layout class="QGridLayout">
35
         <item row="0" column="1" colspan="2">
36
       <item row="0" column="1" colspan="2">
36
          <widget class="QLineEdit" name="baseWordLE">
37
        <widget class="QLineEdit" name="baseWordLE">
37
           <property name="minimumSize">
38
         <property name="minimumSize">
38
            <size>
39
          <size>
39
             <width>100</width>
40
           <width>100</width>
40
             <height>0</height>
41
           <height>0</height>
41
            </size>
42
          </size>
42
           </property>
43
         </property>
43
          </widget>
44
        </widget>
44
         </item>
45
       </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">
46
       <item row="1" column="0">
47
        <widget class="QLabel" name="label">
48
         <property name="text">
49
          <string>Match</string>
50
         </property>
51
        </widget>
52
       </item>
53
       <item row="1" column="1">
54
        <widget class="QCheckBox" name="caseSensCB">
55
         <property name="text">
56
          <string>Case</string>
57
         </property>
58
        </widget>
59
       </item>
60
       <item row="1" column="2">
61
        <widget class="QCheckBox" name="diacSensCB">
62
         <property name="text">
63
          <string>Accents</string>
64
         </property>
65
        </widget>
66
       </item>
67
       <item row="2" column="0">
62
          <widget class="QComboBox" name="stemLangCMB"/>
68
        <widget class="QComboBox" name="stemLangCMB"/>
63
         </item>
69
       </item>
64
         <item row="0" column="0">
70
       <item row="2" column="1">
65
          <widget class="QComboBox" name="expTypeCMB"/>
71
        <widget class="QPushButton" name="expandPB">
72
         <property name="enabled">
73
          <bool>false</bool>
74
         </property>
75
         <property name="focusPolicy">
76
          <enum>Qt::NoFocus</enum>
77
         </property>
78
         <property name="text">
79
          <string>&amp;Expand </string>
80
         </property>
81
         <property name="shortcut">
82
          <string>Alt+E</string>
83
         </property>
84
        </widget>
66
         </item>
85
       </item>
67
         <item row="1" column="2">
86
       <item row="2" column="2">
68
          <widget class="QPushButton" name="dismissPB">
87
        <widget class="QPushButton" name="dismissPB">
69
           <property name="enabled">
88
         <property name="enabled">
70
            <bool>true</bool>
89
          <bool>true</bool>
71
           </property>
90
         </property>
72
           <property name="focusPolicy">
91
         <property name="focusPolicy">
73
            <enum>Qt::NoFocus</enum>
92
          <enum>Qt::NoFocus</enum>
74
           </property>
93
         </property>
75
           <property name="text">
94
         <property name="text">
76
            <string>&amp;Close</string>
95
          <string>&amp;Close</string>
77
           </property>
96
         </property>
78
           <property name="shortcut">
97
         <property name="shortcut">
79
            <string>Alt+C</string>
98
          <string>Alt+C</string>
80
           </property>
99
         </property>
81
          </widget>
100
        </widget>
82
         </item>
83
        </layout>
84
       </item>
101
       </item>
85
      </layout>
102
      </layout>
86
     </item>
103
     </item>
87
     <item>
104
     <item>
88
      <widget class="QLabel" name="statsLBL">
105
      <widget class="QLabel" name="statsLBL">
...
...
123
 <layoutdefault spacing="6" margin="11"/>
140
 <layoutdefault spacing="6" margin="11"/>
124
 <tabstops>
141
 <tabstops>
125
  <tabstop>baseWordLE</tabstop>
142
  <tabstop>baseWordLE</tabstop>
126
  <tabstop>expandPB</tabstop>
143
  <tabstop>expandPB</tabstop>
127
  <tabstop>dismissPB</tabstop>
144
  <tabstop>dismissPB</tabstop>
128
  <tabstop>expTypeCMB</tabstop>
129
  <tabstop>stemLangCMB</tabstop>
145
  <tabstop>stemLangCMB</tabstop>
130
 </tabstops>
146
 </tabstops>
131
 <resources/>
147
 <resources/>
132
 <connections/>
148
 <connections/>
133
</ui>
149
</ui>