Switch to unified view

a/src/qtgui/snippets.ui b/src/qtgui/snippets.ui
...
...
14
   <string>Snippets</string>
14
   <string>Snippets</string>
15
  </property>
15
  </property>
16
  <property name="sizeGripEnabled">
16
  <property name="sizeGripEnabled">
17
   <bool>true</bool>
17
   <bool>true</bool>
18
  </property>
18
  </property>
19
  <layout class="QVBoxLayout" name="verticalLayout">
19
  <layout class="QVBoxLayout" name="verticalLayout_3">
20
   <item>
20
   <item>
21
    <layout class="QVBoxLayout" name="verticalLayout_2">
22
     <item>
21
    <widget class="QWebView" name="webView">
23
      <widget class="QWebView" name="webView">
22
     <property name="url">
24
       <property name="url">
23
      <url>
25
        <url>
24
       <string>about:blank</string>
26
         <string>about:blank</string>
25
      </url>
27
        </url>
26
     </property>
28
       </property>
27
    </widget>
29
      </widget>
30
     </item>
31
     <item>
32
      <widget class="QFrame" name="searchFM">
33
       <property name="frameShape">
34
        <enum>QFrame::StyledPanel</enum>
35
       </property>
36
       <property name="frameShadow">
37
        <enum>QFrame::Raised</enum>
38
       </property>
39
       <layout class="QHBoxLayout" name="horizontalLayout">
40
        <item>
41
         <widget class="QToolButton" name="searchClosePB">
42
          <property name="sizePolicy">
43
           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
44
            <horstretch>0</horstretch>
45
            <verstretch>0</verstretch>
46
           </sizepolicy>
47
          </property>
48
          <property name="text">
49
           <string notr="true">X</string>
50
          </property>
51
          <property name="toolButtonStyle">
52
           <enum>Qt::ToolButtonTextOnly</enum>
53
          </property>
54
         </widget>
55
        </item>
56
        <item>
57
         <widget class="QLabel" name="searchLB">
58
          <property name="text">
59
           <string>Find:</string>
60
          </property>
61
         </widget>
62
        </item>
63
        <item>
64
         <widget class="QLineEdit" name="searchLE">
65
          <property name="sizePolicy">
66
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
67
            <horstretch>0</horstretch>
68
            <verstretch>0</verstretch>
69
           </sizepolicy>
70
          </property>
71
         </widget>
72
        </item>
73
        <item>
74
         <widget class="QPushButton" name="nextPB">
75
          <property name="sizePolicy">
76
           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
77
            <horstretch>0</horstretch>
78
            <verstretch>0</verstretch>
79
           </sizepolicy>
80
          </property>
81
          <property name="text">
82
           <string>Next</string>
83
          </property>
84
         </widget>
85
        </item>
86
        <item>
87
         <widget class="QPushButton" name="prevPB">
88
          <property name="sizePolicy">
89
           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
90
            <horstretch>0</horstretch>
91
            <verstretch>0</verstretch>
92
           </sizepolicy>
93
          </property>
94
          <property name="text">
95
           <string>Prev</string>
96
          </property>
97
         </widget>
98
        </item>
99
       </layout>
100
      </widget>
101
     </item>
102
    </layout>
28
   </item>
103
   </item>
29
   <item>
104
   <item>
30
    <widget class="QDialogButtonBox" name="buttonBox">
105
    <widget class="QDialogButtonBox" name="buttonBox">
31
     <property name="orientation">
106
     <property name="orientation">
32
      <enum>Qt::Horizontal</enum>
107
      <enum>Qt::Horizontal</enum>
...
...
61
     <x>257</x>
136
     <x>257</x>
62
     <y>197</y>
137
     <y>197</y>
63
    </hint>
138
    </hint>
64
   </hints>
139
   </hints>
65
  </connection>
140
  </connection>
141
  <connection>
142
   <sender>searchClosePB</sender>
143
   <signal>clicked()</signal>
144
   <receiver>searchFM</receiver>
145
   <slot>hide()</slot>
146
   <hints>
147
    <hint type="sourcelabel">
148
     <x>33</x>
149
     <y>414</y>
150
    </hint>
151
    <hint type="destinationlabel">
152
     <x>328</x>
153
     <y>414</y>
154
    </hint>
155
   </hints>
156
  </connection>
66
 </connections>
157
 </connections>
67
</ui>
158
</ui>