<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DirWidget</class>
 <widget class="QWidget" name="DirWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>350</height>
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>350</width>
    <height>0</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0" columnstretch="0,1">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <property name="horizontalSpacing">
    <number>1</number>
   </property>
   <property name="verticalSpacing">
    <number>2</number>
   </property>
   <item row="0" column="0" rowspan="2" colspan="2">
    <layout class="QHBoxLayout" name="toolbar_layout"/>
   </item>
   <item row="2" column="1">
    <layout class="QVBoxLayout" name="browser_layout_main">
     <property name="spacing">
      <number>1</number>
     </property>
     <item>
      <widget class="QFrame" name="group_snaps">
       <layout class="QHBoxLayout" name="horizontalLayout_3">
        <property name="leftMargin">
         <number>1</number>
        </property>
        <property name="topMargin">
         <number>1</number>
        </property>
        <property name="rightMargin">
         <number>1</number>
        </property>
        <property name="bottomMargin">
         <number>1</number>
        </property>
        <item>
         <widget class="QToolButton" name="tool_snap">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="styleSheet">
           <string notr="true">padding-right: 5px;</string>
          </property>
          <property name="text">
           <string notr="true"/>
          </property>
          <property name="popupMode">
           <enum>QToolButton::InstantPopup</enum>
          </property>
          <property name="toolButtonStyle">
           <enum>Qt::ToolButtonTextOnly</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QSlider" name="slider_snap">
          <property name="minimum">
           <number>1</number>
          </property>
          <property name="value">
           <number>1</number>
          </property>
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="invertedAppearance">
           <bool>false</bool>
          </property>
          <property name="invertedControls">
           <bool>false</bool>
          </property>
          <property name="tickPosition">
           <enum>QSlider::TicksAbove</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QToolButton" name="tool_snap_older">
          <property name="text">
           <string notr="true">...</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QToolButton" name="tool_snap_newer">
          <property name="text">
           <string notr="true">...</string>
          </property>
         </widget>
        </item>
       </layout>
      </widget>
     </item>
     <item>
      <layout class="QHBoxLayout" name="browser_layout"/>
     </item>
    </layout>
   </item>
   <item row="3" column="0" colspan="2">
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QLabel" name="label_status">
       <property name="text">
        <string notr="true">Status</string>
       </property>
       <property name="wordWrap">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="tool_zoom_in">
       <property name="toolTip">
        <string>Increase Icon Sizes</string>
       </property>
       <property name="text">
        <string notr="true">ZoomIn</string>
       </property>
       <property name="popupMode">
        <enum>QToolButton::InstantPopup</enum>
       </property>
       <property name="autoRaise">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="tool_zoom_out">
       <property name="toolTip">
        <string>Decrease Icon Sizes</string>
       </property>
       <property name="text">
        <string notr="true">ZoomOut</string>
       </property>
       <property name="autoRaise">
        <bool>true</bool>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
  <action name="actionBack">
   <property name="text">
    <string notr="true">Back</string>
   </property>
   <property name="iconText">
    <string>Back</string>
   </property>
   <property name="toolTip">
    <string>Go back to previous directory</string>
   </property>
   <property name="statusTip">
    <string>Go back to previous directory</string>
   </property>
  </action>
  <action name="actionUp">
   <property name="text">
    <string notr="true">Up</string>
   </property>
   <property name="iconText">
    <string>Up</string>
   </property>
   <property name="toolTip">
    <string>Go to parent directory</string>
   </property>
   <property name="statusTip">
    <string>Go to parent directory</string>
   </property>
  </action>
  <action name="actionHome">
   <property name="text">
    <string notr="true">Home</string>
   </property>
   <property name="iconText">
    <string>Home</string>
   </property>
   <property name="toolTip">
    <string>Go to home directory</string>
   </property>
   <property name="statusTip">
    <string>Go to home directory</string>
   </property>
  </action>
  <action name="actionMenu">
   <property name="text">
    <string>Menu</string>
   </property>
   <property name="toolTip">
    <string>Select Action</string>
   </property>
  </action>
  <action name="actionSingleColumn">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>SingleColumn</string>
   </property>
   <property name="toolTip">
    <string>Single column view</string>
   </property>
  </action>
  <action name="actionDualColumn">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Dual Column</string>
   </property>
   <property name="toolTip">
    <string>Dual Column View</string>
   </property>
  </action>
 </widget>
 <resources/>
 <connections/>
</ui>