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>0</width>
11
            <width>796</width>
12
            <height>0</height>
12
            <height>351</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>
...
...
25
            <width>130</width>
25
            <width>130</width>
26
            <height>30</height>
26
            <height>30</height>
27
        </size>
27
        </size>
28
    </property>
28
    </property>
29
    <property name="caption">
29
    <property name="caption">
30
        <string>Spelling Explorer</string>
30
        <string>Term Explorer</string>
31
    </property>
31
    </property>
32
    <vbox>
32
    <vbox>
33
        <property name="name">
33
        <property name="name">
34
            <cstring>unnamed</cstring>
34
            <cstring>unnamed</cstring>
35
        </property>
35
        </property>
36
        <widget class="QLayoutWidget">
36
        <widget class="QLayoutWidget">
37
            <property name="name">
37
            <property name="name">
38
                <cstring>layout3</cstring>
38
                <cstring>layout5</cstring>
39
            </property>
39
            </property>
40
            <vbox>
40
            <vbox>
41
                <property name="name">
41
                <property name="name">
42
                    <cstring>unnamed</cstring>
42
                    <cstring>unnamed</cstring>
43
                </property>
43
                </property>
44
                <widget class="QLayoutWidget">
44
                <widget class="QLayoutWidget">
45
                    <property name="name">
45
                    <property name="name">
46
                        <cstring>layout4</cstring>
46
                        <cstring>layout4</cstring>
47
                    </property>
47
                    </property>
48
                    <vbox>
48
                    <hbox>
49
                        <property name="name">
49
                        <property name="name">
50
                            <cstring>unnamed</cstring>
50
                            <cstring>unnamed</cstring>
51
                        </property>
51
                        </property>
52
                        <widget class="QLayoutWidget">
52
                        <widget class="QLabel">
53
                            <property name="name">
53
                            <property name="name">
54
                                <cstring>layout3</cstring>
54
                                <cstring>Label1</cstring>
55
                            </property>
55
                            </property>
56
                            <hbox>
57
                                <property name="name">
56
                            <property name="frameShape">
58
                                    <cstring>unnamed</cstring>
57
                                <enum>NoFrame</enum>
59
                                </property>
58
                            </property>
60
                                <widget class="QLabel">
61
                                    <property name="name">
62
                                        <cstring>Label1</cstring>
63
                                    </property>
64
                                    <property name="frameShape">
65
                                        <enum>NoFrame</enum>
66
                                    </property>
67
                                    <property name="frameShadow">
59
                            <property name="frameShadow">
68
                                        <enum>Plain</enum>
60
                                <enum>Plain</enum>
69
                                    </property>
61
                            </property>
70
                                    <property name="text">
62
                            <property name="text">
71
                                        <string>Enter word</string>
63
                                <string>Enter word to expand</string>
72
                                    </property>
64
                            </property>
73
                                    <property name="buddy" stdset="0">
65
                            <property name="buddy" stdset="0">
74
                                        <cstring>baseWordLE</cstring>
66
                                <cstring>baseWordLE</cstring>
75
                                    </property>
67
                            </property>
76
                                </widget>
77
                                <widget class="QLineEdit">
78
                                    <property name="name">
79
                                        <cstring>baseWordLE</cstring>
80
                                    </property>
81
                                    <property name="minimumSize">
82
                                        <size>
83
                                            <width>200</width>
84
                                            <height>0</height>
85
                                        </size>
86
                                    </property>
87
                                    <property name="frameShape">
88
                                        <enum>LineEditPanel</enum>
89
                                    </property>
90
                                    <property name="frameShadow">
91
                                        <enum>Sunken</enum>
92
                                    </property>
93
                                </widget>
94
                                <widget class="QPushButton">
95
                                    <property name="name">
96
                                        <cstring>expandPB</cstring>
97
                                    </property>
98
                                    <property name="enabled">
99
                                        <bool>false</bool>
100
                                    </property>
101
                                    <property name="text">
102
                                        <string>&amp;Expand </string>
103
                                    </property>
104
                                    <property name="accel">
105
                                        <string>Alt+E</string>
106
                                    </property>
107
                                </widget>
108
                                <widget class="QPushButton">
109
                                    <property name="name">
110
                                        <cstring>clearPB</cstring>
111
                                    </property>
112
                                    <property name="enabled">
113
                                        <bool>false</bool>
114
                                    </property>
115
                                    <property name="text">
116
                                        <string>&amp;Clear</string>
117
                                    </property>
118
                                    <property name="accel">
119
                                        <string>Alt+C</string>
120
                                    </property>
121
                                </widget>
122
                                <widget class="QPushButton">
123
                                    <property name="name">
124
                                        <cstring>dismissPB</cstring>
125
                                    </property>
126
                                    <property name="enabled">
127
                                        <bool>true</bool>
128
                                    </property>
129
                                    <property name="text">
130
                                        <string>&amp;Close</string>
131
                                    </property>
132
                                    <property name="accel">
133
                                        <string>Alt+C</string>
134
                                    </property>
135
                                </widget>
136
                            </hbox>
137
                        </widget>
68
                        </widget>
69
                        <widget class="QLineEdit">
70
                            <property name="name">
71
                                <cstring>baseWordLE</cstring>
72
                            </property>
73
                            <property name="minimumSize">
74
                                <size>
75
                                    <width>200</width>
76
                                    <height>0</height>
77
                                </size>
78
                            </property>
79
                            <property name="frameShape">
80
                                <enum>LineEditPanel</enum>
81
                            </property>
82
                            <property name="frameShadow">
83
                                <enum>Sunken</enum>
84
                            </property>
85
                        </widget>
86
                        <widget class="QComboBox">
87
                            <property name="name">
88
                                <cstring>expTypeCMB</cstring>
89
                            </property>
90
                        </widget>
91
                        <widget class="QPushButton">
92
                            <property name="name">
93
                                <cstring>expandPB</cstring>
94
                            </property>
95
                            <property name="enabled">
96
                                <bool>false</bool>
97
                            </property>
98
                            <property name="text">
99
                                <string>&amp;Expand </string>
100
                            </property>
101
                            <property name="accel">
102
                                <string>Alt+E</string>
103
                            </property>
104
                        </widget>
105
                        <widget class="QPushButton">
106
                            <property name="name">
107
                                <cstring>dismissPB</cstring>
108
                            </property>
109
                            <property name="enabled">
110
                                <bool>true</bool>
111
                            </property>
112
                            <property name="text">
113
                                <string>&amp;Close</string>
114
                            </property>
115
                            <property name="accel">
116
                                <string>Alt+C</string>
117
                            </property>
118
                        </widget>
138
                    </vbox>
119
                    </hbox>
139
                </widget>
120
                </widget>
140
                <widget class="QTextEdit">
121
                <widget class="QTextEdit">
141
                    <property name="name">
122
                    <property name="name">
142
                        <cstring>suggsTE</cstring>
123
                        <cstring>suggsTE</cstring>
143
                    </property>
124
                    </property>