Switch to unified view

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>298</width>
11
            <width>400</width>
12
            <height>295</height>
12
            <height>450</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>
...
...
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="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>
109
                <widget class="QListView">
122
                <widget class="QListView">
110
                    <column>
123
                    <column>
111
                        <property name="text">
124
                        <property name="text">
112
                            <string>Term</string>
125
                            <string>Term</string>
113
                        </property>
126
                        </property>
...
...
118
                            <bool>true</bool>
131
                            <bool>true</bool>
119
                        </property>
132
                        </property>
120
                    </column>
133
                    </column>
121
                    <column>
134
                    <column>
122
                        <property name="text">
135
                        <property name="text">
123
                            <string>Count</string>
136
                            <string>Doc. / Tot.</string>
124
                        </property>
137
                        </property>
125
                        <property name="clickable">
138
                        <property name="clickable">
126
                            <bool>true</bool>
139
                            <bool>true</bool>
127
                        </property>
140
                        </property>
128
                        <property name="resizable">
141
                        <property name="resizable">