Switch to unified view

a b/dirbrowser/dirbrowser.ui.webkit
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>DirBrowser</class>
4
 <widget class="QWidget" name="DirBrowser">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>556</width>
10
    <height>597</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
17
   <property name="spacing">
18
    <number>0</number>
19
   </property>
20
   <property name="margin">
21
    <number>0</number>
22
   </property>
23
   <item>
24
    <layout class="QVBoxLayout" name="verticalLayout">
25
     <property name="spacing">
26
      <number>4</number>
27
     </property>
28
     <item>
29
      <widget class="QTabWidget" name="tabs">
30
       <property name="currentIndex">
31
        <number>0</number>
32
       </property>
33
       <widget class="QWidget" name="tab">
34
        <attribute name="title">
35
         <string>Servers</string>
36
        </attribute>
37
        <layout class="QVBoxLayout" name="verticalLayout_3">
38
         <item>
39
          <widget class="CDBrowser" name="cdBrowser">
40
           <property name="url">
41
            <url>
42
             <string>about:blank</string>
43
            </url>
44
           </property>
45
          </widget>
46
         </item>
47
        </layout>
48
       </widget>
49
      </widget>
50
     </item>
51
     <item>
52
      <widget class="QFrame" name="searchFrame">
53
       <property name="frameShape">
54
        <enum>QFrame::StyledPanel</enum>
55
       </property>
56
       <property name="frameShadow">
57
        <enum>QFrame::Raised</enum>
58
       </property>
59
       <layout class="QHBoxLayout" name="horizontalLayout_2">
60
        <property name="spacing">
61
         <number>4</number>
62
        </property>
63
        <property name="margin">
64
         <number>2</number>
65
        </property>
66
        <item>
67
         <layout class="QHBoxLayout" name="horizontalLayout">
68
          <item>
69
           <widget class="QComboBox" name="searchCMB">
70
            <property name="sizePolicy">
71
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
72
              <horstretch>1</horstretch>
73
              <verstretch>0</verstretch>
74
             </sizepolicy>
75
            </property>
76
            <property name="minimumSize">
77
             <size>
78
              <width>150</width>
79
              <height>0</height>
80
             </size>
81
            </property>
82
            <property name="maximumSize">
83
             <size>
84
              <width>300</width>
85
              <height>16777215</height>
86
             </size>
87
            </property>
88
            <property name="editable">
89
             <bool>true</bool>
90
            </property>
91
           </widget>
92
          </item>
93
          <item>
94
           <widget class="QPushButton" name="execSearchPB">
95
            <property name="enabled">
96
             <bool>false</bool>
97
            </property>
98
            <property name="maximumSize">
99
             <size>
100
              <width>70</width>
101
              <height>16777215</height>
102
             </size>
103
            </property>
104
            <property name="text">
105
             <string>Search</string>
106
            </property>
107
           </widget>
108
          </item>
109
          <item>
110
           <widget class="QToolButton" name="prevTB">
111
            <property name="text">
112
             <string>...</string>
113
            </property>
114
            <property name="iconSize">
115
             <size>
116
              <width>27</width>
117
              <height>20</height>
118
             </size>
119
            </property>
120
            <property name="arrowType">
121
             <enum>Qt::LeftArrow</enum>
122
            </property>
123
           </widget>
124
          </item>
125
          <item>
126
           <widget class="QToolButton" name="nextTB">
127
            <property name="text">
128
             <string>...</string>
129
            </property>
130
            <property name="iconSize">
131
             <size>
132
              <width>27</width>
133
              <height>20</height>
134
             </size>
135
            </property>
136
            <property name="arrowType">
137
             <enum>Qt::RightArrow</enum>
138
            </property>
139
           </widget>
140
          </item>
141
          <item>
142
           <widget class="QCheckBox" name="serverSearchCB">
143
            <property name="text">
144
             <string>Server Search</string>
145
            </property>
146
           </widget>
147
          </item>
148
          <item>
149
           <widget class="QComboBox" name="propsCMB"/>
150
          </item>
151
          <item>
152
           <spacer name="horizontalSpacer">
153
            <property name="orientation">
154
             <enum>Qt::Horizontal</enum>
155
            </property>
156
            <property name="sizeHint" stdset="0">
157
             <size>
158
              <width>60</width>
159
              <height>20</height>
160
             </size>
161
            </property>
162
           </spacer>
163
          </item>
164
          <item>
165
           <widget class="QToolButton" name="closeSearchTB">
166
            <property name="text">
167
             <string>...</string>
168
            </property>
169
            <property name="iconSize">
170
             <size>
171
              <width>20</width>
172
              <height>20</height>
173
             </size>
174
            </property>
175
            <property name="autoRaise">
176
             <bool>true</bool>
177
            </property>
178
           </widget>
179
          </item>
180
         </layout>
181
        </item>
182
       </layout>
183
      </widget>
184
     </item>
185
    </layout>
186
   </item>
187
  </layout>
188
 </widget>
189
 <customwidgets>
190
  <customwidget>
191
   <class>QWebView</class>
192
   <extends>QWidget</extends>
193
   <header>QtWebKit/QWebView</header>
194
  </customwidget>
195
  <customwidget>
196
   <class>CDBrowser</class>
197
   <extends>QWebView</extends>
198
   <header>dirbrowser/cdbrowser.h</header>
199
  </customwidget>
200
 </customwidgets>
201
 <resources/>
202
 <connections/>
203
</ui>