Switch to unified view

a/src/qtgui/spell.ui b/src/qtgui/spell.ui
...
...
104
                                <string>Alt+C</string>
104
                                <string>Alt+C</string>
105
                            </property>
105
                            </property>
106
                        </widget>
106
                        </widget>
107
                    </grid>
107
                    </grid>
108
                </widget>
108
                </widget>
109
                <widget class="QTextEdit">
109
                <widget class="QListView">
110
                    <column>
111
                        <property name="text">
112
                            <string>Term</string>
113
                        </property>
114
                        <property name="clickable">
115
                            <bool>true</bool>
116
                        </property>
117
                        <property name="resizable">
118
                            <bool>true</bool>
119
                        </property>
120
                    </column>
121
                    <column>
122
                        <property name="text">
123
                            <string>Count</string>
124
                        </property>
125
                        <property name="clickable">
126
                            <bool>true</bool>
127
                        </property>
128
                        <property name="resizable">
129
                            <bool>true</bool>
130
                        </property>
131
                    </column>
110
                    <property name="name">
132
                    <property name="name">
111
                        <cstring>suggsTE</cstring>
133
                        <cstring>suggsLV</cstring>
112
                    </property>
134
                    </property>
113
                    <property name="minimumSize">
135
                    <property name="selectionMode">
114
                        <size>
136
                        <enum>Extended</enum>
115
                            <width>0</width>
116
                            <height>200</height>
117
                        </size>
118
                    </property>
137
                    </property>
119
                    <property name="focusPolicy">
120
                        <enum>TabFocus</enum>
121
                    </property>
122
                    <property name="textFormat">
138
                    <property name="showSortIndicator">
123
                        <enum>PlainText</enum>
124
                    </property>
125
                    <property name="readOnly">
126
                        <bool>true</bool>
139
                        <bool>true</bool>
127
                    </property>
140
                    </property>
128
                    <property name="undoRedoEnabled">
129
                        <bool>false</bool>
130
                    </property>
131
                    <property name="tabChangesFocus">
141
                    <property name="resizeMode">
132
                        <bool>true</bool>
142
                        <enum>NoColumn</enum>
133
                    </property>
143
                    </property>
134
                </widget>
144
                </widget>
135
            </vbox>
145
            </vbox>
136
        </widget>
146
        </widget>
137
    </vbox>
147
    </vbox>
138
</widget>
148
</widget>
139
<tabstops>
149
<tabstops>
140
    <tabstop>baseWordLE</tabstop>
150
    <tabstop>baseWordLE</tabstop>
141
    <tabstop>expandPB</tabstop>
151
    <tabstop>expandPB</tabstop>
142
    <tabstop>suggsTE</tabstop>
143
    <tabstop>dismissPB</tabstop>
152
    <tabstop>dismissPB</tabstop>
144
    <tabstop>expTypeCMB</tabstop>
153
    <tabstop>expTypeCMB</tabstop>
145
    <tabstop>stemLangCMB</tabstop>
154
    <tabstop>stemLangCMB</tabstop>
146
</tabstops>
155
</tabstops>
147
<layoutdefaults spacing="6" margin="11"/>
156
<layoutdefaults spacing="6" margin="11"/>