1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>DirWidget</class> 4 <widget class="QWidget" name="DirWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>643</width> 10 <height>468</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>350</width> 16 <height>0</height> 17 </size> 18 </property> 19 <property name="windowTitle"> 20 <string>Form</string> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,1,0"> 23 <property name="leftMargin"> 24 <number>5</number> 25 </property> 26 <property name="topMargin"> 27 <number>5</number> 28 </property> 29 <property name="rightMargin"> 30 <number>5</number> 31 </property> 32 <property name="bottomMargin"> 33 <number>5</number> 34 </property> 35 <item> 36 <widget class="QLabel" name="label_rootmode"> 37 <property name="font"> 38 <font> 39 <family>Droid Sans Mono</family> 40 <pointsize>14</pointsize> 41 <weight>75</weight> 42 <italic>true</italic> 43 <bold>true</bold> 44 </font> 45 </property> 46 <property name="frameShape"> 47 <enum>QFrame::Box</enum> 48 </property> 49 <property name="frameShadow"> 50 <enum>QFrame::Sunken</enum> 51 </property> 52 <property name="text"> 53 <string>Administrator Mode</string> 54 </property> 55 <property name="alignment"> 56 <set>Qt::AlignCenter</set> 57 </property> 58 </widget> 59 </item> 60 <item> 61 <layout class="QHBoxLayout" name="toolbar_layout"/> 62 </item> 63 <item> 64 <layout class="QVBoxLayout" name="browser_layout_main"> 65 <property name="spacing"> 66 <number>1</number> 67 </property> 68 <item> 69 <widget class="QFrame" name="group_snaps"> 70 <layout class="QHBoxLayout" name="horizontalLayout_3"> 71 <property name="leftMargin"> 72 <number>1</number> 73 </property> 74 <property name="topMargin"> 75 <number>1</number> 76 </property> 77 <property name="rightMargin"> 78 <number>1</number> 79 </property> 80 <property name="bottomMargin"> 81 <number>1</number> 82 </property> 83 <item> 84 <widget class="QToolButton" name="tool_snap"> 85 <property name="sizePolicy"> 86 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 87 <horstretch>0</horstretch> 88 <verstretch>0</verstretch> 89 </sizepolicy> 90 </property> 91 <property name="styleSheet"> 92 <string notr="true">padding-right: 5px;</string> 93 </property> 94 <property name="text"> 95 <string notr="true"/> 96 </property> 97 <property name="popupMode"> 98 <enum>QToolButton::InstantPopup</enum> 99 </property> 100 <property name="toolButtonStyle"> 101 <enum>Qt::ToolButtonTextOnly</enum> 102 </property> 103 </widget> 104 </item> 105 <item> 106 <widget class="QSlider" name="slider_snap"> 107 <property name="minimum"> 108 <number>1</number> 109 </property> 110 <property name="value"> 111 <number>1</number> 112 </property> 113 <property name="orientation"> 114 <enum>Qt::Horizontal</enum> 115 </property> 116 <property name="invertedAppearance"> 117 <bool>false</bool> 118 </property> 119 <property name="invertedControls"> 120 <bool>false</bool> 121 </property> 122 <property name="tickPosition"> 123 <enum>QSlider::TicksAbove</enum> 124 </property> 125 </widget> 126 </item> 127 <item> 128 <widget class="QToolButton" name="tool_snap_older"> 129 <property name="text"> 130 <string notr="true">...</string> 131 </property> 132 </widget> 133 </item> 134 <item> 135 <widget class="QToolButton" name="tool_snap_newer"> 136 <property name="text"> 137 <string notr="true">...</string> 138 </property> 139 </widget> 140 </item> 141 </layout> 142 </widget> 143 </item> 144 </layout> 145 </item> 146 <item> 147 <widget class="QWidget" name="widget" native="true"> 148 <layout class="QHBoxLayout" name="horizontalLayout_4"> 149 <property name="leftMargin"> 150 <number>0</number> 151 </property> 152 <property name="topMargin"> 153 <number>0</number> 154 </property> 155 <property name="rightMargin"> 156 <number>0</number> 157 </property> 158 <property name="bottomMargin"> 159 <number>0</number> 160 </property> 161 <item> 162 <widget class="QSplitter" name="splitter"> 163 <property name="orientation"> 164 <enum>Qt::Horizontal</enum> 165 </property> 166 <widget class="QTreeView" name="folderViewPane"> 167 <property name="sizePolicy"> 168 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 169 <horstretch>0</horstretch> 170 <verstretch>0</verstretch> 171 </sizepolicy> 172 </property> 173 <property name="indentation"> 174 <number>15</number> 175 </property> 176 <property name="uniformRowHeights"> 177 <bool>true</bool> 178 </property> 179 <property name="allColumnsShowFocus"> 180 <bool>true</bool> 181 </property> 182 </widget> 183 <widget class="QWidget" name="horizontalLayoutWidget"> 184 <layout class="QHBoxLayout" name="browser_layout"/> 185 </widget> 186 </widget> 187 </item> 188 </layout> 189 </widget> 190 </item> 191 <item> 192 <layout class="QHBoxLayout" name="horizontalLayout"> 193 <item> 194 <widget class="QLabel" name="label_status"> 195 <property name="text"> 196 <string notr="true">Status</string> 197 </property> 198 <property name="wordWrap"> 199 <bool>false</bool> 200 </property> 201 </widget> 202 </item> 203 <item> 204 <widget class="QToolButton" name="tool_zoom_in"> 205 <property name="toolTip"> 206 <string>Increase Icon Sizes</string> 207 </property> 208 <property name="text"> 209 <string notr="true">ZoomIn</string> 210 </property> 211 <property name="iconSize"> 212 <size> 213 <width>24</width> 214 <height>24</height> 215 </size> 216 </property> 217 <property name="popupMode"> 218 <enum>QToolButton::InstantPopup</enum> 219 </property> 220 <property name="autoRaise"> 221 <bool>true</bool> 222 </property> 223 </widget> 224 </item> 225 <item> 226 <widget class="QToolButton" name="tool_zoom_out"> 227 <property name="toolTip"> 228 <string>Decrease Icon Sizes</string> 229 </property> 230 <property name="text"> 231 <string notr="true">ZoomOut</string> 232 </property> 233 <property name="iconSize"> 234 <size> 235 <width>24</width> 236 <height>24</height> 237 </size> 238 </property> 239 <property name="autoRaise"> 240 <bool>true</bool> 241 </property> 242 </widget> 243 </item> 244 </layout> 245 </item> 246 </layout> 247 <action name="actionBack"> 248 <property name="text"> 249 <string notr="true">Back</string> 250 </property> 251 <property name="iconText"> 252 <string>Back</string> 253 </property> 254 <property name="toolTip"> 255 <string>Go back to previous directory</string> 256 </property> 257 <property name="statusTip"> 258 <string>Go back to previous directory</string> 259 </property> 260 </action> 261 <action name="actionUp"> 262 <property name="text"> 263 <string notr="true">Up</string> 264 </property> 265 <property name="iconText"> 266 <string>Up</string> 267 </property> 268 <property name="toolTip"> 269 <string>Go to parent directory</string> 270 </property> 271 <property name="statusTip"> 272 <string>Go to parent directory</string> 273 </property> 274 </action> 275 <action name="actionHome"> 276 <property name="text"> 277 <string notr="true">Home</string> 278 </property> 279 <property name="iconText"> 280 <string>Home</string> 281 </property> 282 <property name="toolTip"> 283 <string>Go to home directory</string> 284 </property> 285 <property name="statusTip"> 286 <string>Go to home directory</string> 287 </property> 288 </action> 289 <action name="actionMenu"> 290 <property name="text"> 291 <string>Menu</string> 292 </property> 293 <property name="toolTip"> 294 <string>Select Action</string> 295 </property> 296 </action> 297 <action name="actionSingleColumn"> 298 <property name="checkable"> 299 <bool>true</bool> 300 </property> 301 <property name="text"> 302 <string>Single Column</string> 303 </property> 304 <property name="toolTip"> 305 <string>Single column view</string> 306 </property> 307 </action> 308 <action name="actionDualColumn"> 309 <property name="checkable"> 310 <bool>true</bool> 311 </property> 312 <property name="text"> 313 <string>Dual Column</string> 314 </property> 315 <property name="toolTip"> 316 <string>Dual Column View</string> 317 </property> 318 </action> 319 </widget> 320 <resources/> 321 <connections/> 322</ui> 323