Switch to unified view

a/dirbrowser/dirbrowser.ui b/dirbrowser/dirbrowser.ui
...
...
71
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
71
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
72
              <horstretch>1</horstretch>
72
              <horstretch>1</horstretch>
73
              <verstretch>0</verstretch>
73
              <verstretch>0</verstretch>
74
             </sizepolicy>
74
             </sizepolicy>
75
            </property>
75
            </property>
76
            <property name="minimumSize">
77
             <size>
78
              <width>150</width>
79
              <height>0</height>
80
             </size>
81
            </property>
76
            <property name="maximumSize">
82
            <property name="maximumSize">
77
             <size>
83
             <size>
78
              <width>400</width>
84
              <width>300</width>
79
              <height>16777215</height>
85
              <height>16777215</height>
80
             </size>
86
             </size>
81
            </property>
87
            </property>
82
            <property name="editable">
88
            <property name="editable">
83
             <bool>true</bool>
89
             <bool>true</bool>
...
...
87
          <item>
93
          <item>
88
           <widget class="QPushButton" name="execSearchPB">
94
           <widget class="QPushButton" name="execSearchPB">
89
            <property name="enabled">
95
            <property name="enabled">
90
             <bool>false</bool>
96
             <bool>false</bool>
91
            </property>
97
            </property>
98
            <property name="maximumSize">
99
             <size>
100
              <width>70</width>
101
              <height>16777215</height>
102
             </size>
103
            </property>
92
            <property name="text">
104
            <property name="text">
93
             <string>Search</string>
105
             <string>Search</string>
94
            </property>
106
            </property>
95
           </widget>
107
           </widget>
96
          </item>
108
          </item>
97
          <item>
109
          <item>
98
           <widget class="QToolButton" name="prevTB">
110
           <widget class="QToolButton" name="prevTB">
99
            <property name="text">
111
            <property name="text">
100
             <string>...</string>
112
             <string>...</string>
113
            </property>
114
            <property name="iconSize">
115
             <size>
116
              <width>27</width>
117
              <height>20</height>
118
             </size>
101
            </property>
119
            </property>
102
            <property name="arrowType">
120
            <property name="arrowType">
103
             <enum>Qt::LeftArrow</enum>
121
             <enum>Qt::LeftArrow</enum>
104
            </property>
122
            </property>
105
           </widget>
123
           </widget>
106
          </item>
124
          </item>
107
          <item>
125
          <item>
108
           <widget class="QToolButton" name="nextTB">
126
           <widget class="QToolButton" name="nextTB">
109
            <property name="text">
127
            <property name="text">
110
             <string>...</string>
128
             <string>...</string>
129
            </property>
130
            <property name="iconSize">
131
             <size>
132
              <width>27</width>
133
              <height>20</height>
134
             </size>
111
            </property>
135
            </property>
112
            <property name="arrowType">
136
            <property name="arrowType">
113
             <enum>Qt::RightArrow</enum>
137
             <enum>Qt::RightArrow</enum>
114
            </property>
138
            </property>
115
           </widget>
139
           </widget>
...
...
129
            <property name="orientation">
153
            <property name="orientation">
130
             <enum>Qt::Horizontal</enum>
154
             <enum>Qt::Horizontal</enum>
131
            </property>
155
            </property>
132
            <property name="sizeHint" stdset="0">
156
            <property name="sizeHint" stdset="0">
133
             <size>
157
             <size>
134
              <width>100</width>
158
              <width>60</width>
135
              <height>20</height>
159
              <height>20</height>
136
             </size>
160
             </size>
137
            </property>
161
            </property>
138
           </spacer>
162
           </spacer>
139
          </item>
163
          </item>
...
...
146
             <size>
170
             <size>
147
              <width>20</width>
171
              <width>20</width>
148
              <height>20</height>
172
              <height>20</height>
149
             </size>
173
             </size>
150
            </property>
174
            </property>
151
            <property name="arrowType">
175
            <property name="autoRaise">
152
             <enum>Qt::NoArrow</enum>
176
             <bool>true</bool>
153
            </property>
177
            </property>
154
           </widget>
178
           </widget>
155
          </item>
179
          </item>
156
         </layout>
180
         </layout>
157
        </item>
181
        </item>