737 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			737 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>FilePropsDialog</class>
 | 
						|
 <widget class="QDialog" name="FilePropsDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>424</width>
 | 
						|
    <height>456</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>File Properties</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset theme="document-properties">
 | 
						|
    <normaloff/>
 | 
						|
   </iconset>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <property name="leftMargin">
 | 
						|
    <number>10</number>
 | 
						|
   </property>
 | 
						|
   <property name="topMargin">
 | 
						|
    <number>10</number>
 | 
						|
   </property>
 | 
						|
   <property name="rightMargin">
 | 
						|
    <number>10</number>
 | 
						|
   </property>
 | 
						|
   <property name="bottomMargin">
 | 
						|
    <number>10</number>
 | 
						|
   </property>
 | 
						|
   <item>
 | 
						|
    <widget class="QTabWidget" name="tabWidget">
 | 
						|
     <property name="currentIndex">
 | 
						|
      <number>0</number>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="generalPage">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>General</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QFormLayout" name="formLayout_2">
 | 
						|
       <property name="horizontalSpacing">
 | 
						|
        <number>12</number>
 | 
						|
       </property>
 | 
						|
       <property name="verticalSpacing">
 | 
						|
        <number>6</number>
 | 
						|
       </property>
 | 
						|
       <item row="0" column="0">
 | 
						|
        <widget class="QPushButton" name="iconButton">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="icon">
 | 
						|
          <iconset theme="unknown">
 | 
						|
           <normaloff/>
 | 
						|
          </iconset>
 | 
						|
         </property>
 | 
						|
         <property name="iconSize">
 | 
						|
          <size>
 | 
						|
           <width>32</width>
 | 
						|
           <height>32</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="1">
 | 
						|
        <widget class="QLineEdit" name="fileName"/>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="0">
 | 
						|
        <widget class="QLabel" name="label_2">
 | 
						|
         <property name="text">
 | 
						|
          <string>Location:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="1">
 | 
						|
        <widget class="QLabel" name="location">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="wordWrap">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="3" column="0">
 | 
						|
        <widget class="QLabel" name="label_4">
 | 
						|
         <property name="text">
 | 
						|
          <string>File type:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="3" column="1">
 | 
						|
        <widget class="QLabel" name="fileType">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="4" column="0">
 | 
						|
        <widget class="QLabel" name="label">
 | 
						|
         <property name="text">
 | 
						|
          <string>Mime type:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="4" column="1">
 | 
						|
        <widget class="QLabel" name="mimeType">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="6" column="0">
 | 
						|
        <widget class="QLabel" name="label_7">
 | 
						|
         <property name="text">
 | 
						|
          <string>File size:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="6" column="1">
 | 
						|
        <widget class="QLabel" name="fileSize">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="7" column="0">
 | 
						|
        <widget class="QLabel" name="label_6">
 | 
						|
         <property name="text">
 | 
						|
          <string>On-disk size:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="7" column="1">
 | 
						|
        <widget class="QLabel" name="onDiskSize">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="8" column="0">
 | 
						|
        <widget class="QLabel" name="label_3">
 | 
						|
         <property name="text">
 | 
						|
          <string>Last modified:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="8" column="1">
 | 
						|
        <widget class="QLabel" name="lastModified">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="2" column="0">
 | 
						|
        <widget class="QLabel" name="targetLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Link target:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="2" column="1">
 | 
						|
        <widget class="QLabel" name="target">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="wordWrap">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="5" column="0">
 | 
						|
        <widget class="QLabel" name="openWithLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>Open With:</string>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="5" column="1">
 | 
						|
        <widget class="Fm::AppChooserComboBox" name="openWith">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="9" column="0">
 | 
						|
        <widget class="QLabel" name="label_12">
 | 
						|
         <property name="text">
 | 
						|
          <string>Last accessed:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="9" column="1">
 | 
						|
        <widget class="QLabel" name="lastAccessed">
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
         <property name="textInteractionFlags">
 | 
						|
          <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="permissionsPage">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Permissions</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
       <property name="spacing">
 | 
						|
        <number>6</number>
 | 
						|
       </property>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox_2">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="title">
 | 
						|
          <string>Ownership</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QFormLayout" name="formLayout">
 | 
						|
          <property name="horizontalSpacing">
 | 
						|
           <number>12</number>
 | 
						|
          </property>
 | 
						|
          <property name="verticalSpacing">
 | 
						|
           <number>6</number>
 | 
						|
          </property>
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QLineEdit" name="owner"/>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="1">
 | 
						|
           <widget class="QLineEdit" name="ownerGroup"/>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="0">
 | 
						|
           <widget class="QLabel" name="label_9">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>Group:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="0">
 | 
						|
           <widget class="QLabel" name="label_8">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>Owner:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="title">
 | 
						|
          <string>Access Control</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
          <item>
 | 
						|
           <widget class="QStackedWidget" name="stackedWidget">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="currentIndex">
 | 
						|
             <number>0</number>
 | 
						|
            </property>
 | 
						|
            <widget class="QWidget" name="page">
 | 
						|
             <layout class="QFormLayout" name="formLayout_3">
 | 
						|
              <item row="0" column="0">
 | 
						|
               <widget class="QLabel" name="ownerLabel">
 | 
						|
                <property name="text">
 | 
						|
                 <string>Owner:</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="0" column="1">
 | 
						|
               <widget class="QComboBox" name="ownerPerm">
 | 
						|
                <property name="sizePolicy">
 | 
						|
                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | 
						|
                  <horstretch>0</horstretch>
 | 
						|
                  <verstretch>0</verstretch>
 | 
						|
                 </sizepolicy>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="1" column="0">
 | 
						|
               <widget class="QLabel" name="groupLabel">
 | 
						|
                <property name="text">
 | 
						|
                 <string>Group:</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="1" column="1">
 | 
						|
               <widget class="QComboBox" name="groupPerm">
 | 
						|
                <property name="sizePolicy">
 | 
						|
                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | 
						|
                  <horstretch>0</horstretch>
 | 
						|
                  <verstretch>0</verstretch>
 | 
						|
                 </sizepolicy>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="2" column="0">
 | 
						|
               <widget class="QLabel" name="otherLabel">
 | 
						|
                <property name="text">
 | 
						|
                 <string>Other:</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="2" column="1">
 | 
						|
               <widget class="QComboBox" name="otherPerm">
 | 
						|
                <property name="sizePolicy">
 | 
						|
                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | 
						|
                  <horstretch>0</horstretch>
 | 
						|
                  <verstretch>0</verstretch>
 | 
						|
                 </sizepolicy>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="3" column="0" colspan="2">
 | 
						|
               <widget class="QCheckBox" name="executable">
 | 
						|
                <property name="text">
 | 
						|
                 <string>Make the file executable</string>
 | 
						|
                </property>
 | 
						|
                <property name="tristate">
 | 
						|
                 <bool>true</bool>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
             </layout>
 | 
						|
            </widget>
 | 
						|
            <widget class="QWidget" name="page_2">
 | 
						|
             <layout class="QGridLayout" name="gridLayout_2" columnstretch="1,0,0">
 | 
						|
              <item row="0" column="0" rowspan="3">
 | 
						|
               <layout class="QGridLayout" name="gridLayout">
 | 
						|
                <property name="rightMargin">
 | 
						|
                 <number>0</number>
 | 
						|
                </property>
 | 
						|
                <property name="spacing">
 | 
						|
                 <number>6</number>
 | 
						|
                </property>
 | 
						|
                <item row="0" column="0">
 | 
						|
                 <widget class="QLabel" name="label_5">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Owner:</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="0" column="1">
 | 
						|
                 <widget class="QCheckBox" name="checkBox">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Read</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="0" column="2">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_5">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Write</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="0" column="3">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_8">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Execute</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="1" column="0">
 | 
						|
                 <widget class="QLabel" name="label_10">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Group:</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="1" column="1">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_4">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Read</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="1" column="2">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_9">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Write</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="1" column="3">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_3">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Execute</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="2" column="0">
 | 
						|
                 <widget class="QLabel" name="label_11">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Other:</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="2" column="1">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_7">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Read</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="2" column="2">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_2">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Write</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
                <item row="2" column="3">
 | 
						|
                 <widget class="QCheckBox" name="checkBox_6">
 | 
						|
                  <property name="sizePolicy">
 | 
						|
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
                    <horstretch>0</horstretch>
 | 
						|
                    <verstretch>0</verstretch>
 | 
						|
                   </sizepolicy>
 | 
						|
                  </property>
 | 
						|
                  <property name="text">
 | 
						|
                   <string>Execute</string>
 | 
						|
                  </property>
 | 
						|
                 </widget>
 | 
						|
                </item>
 | 
						|
               </layout>
 | 
						|
              </item>
 | 
						|
              <item row="0" column="2">
 | 
						|
               <widget class="QCheckBox" name="checkBox_10">
 | 
						|
                <property name="text">
 | 
						|
                 <string>Sticky</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="1" column="2">
 | 
						|
               <widget class="QCheckBox" name="checkBox_11">
 | 
						|
                <property name="text">
 | 
						|
                 <string>SetUID</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="2" column="2">
 | 
						|
               <widget class="QCheckBox" name="checkBox_12">
 | 
						|
                <property name="text">
 | 
						|
                 <string>SetGID</string>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
              <item row="0" column="1" rowspan="3">
 | 
						|
               <widget class="Line" name="line">
 | 
						|
                <property name="orientation">
 | 
						|
                 <enum>Qt::Vertical</enum>
 | 
						|
                </property>
 | 
						|
               </widget>
 | 
						|
              </item>
 | 
						|
             </layout>
 | 
						|
            </widget>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
            <item>
 | 
						|
             <spacer name="horizontalSpacer">
 | 
						|
              <property name="orientation">
 | 
						|
               <enum>Qt::Horizontal</enum>
 | 
						|
              </property>
 | 
						|
              <property name="sizeHint" stdset="0">
 | 
						|
               <size>
 | 
						|
                <width>40</width>
 | 
						|
                <height>20</height>
 | 
						|
               </size>
 | 
						|
              </property>
 | 
						|
             </spacer>
 | 
						|
            </item>
 | 
						|
            <item>
 | 
						|
             <widget class="QPushButton" name="pushButton">
 | 
						|
              <property name="enabled">
 | 
						|
               <bool>false</bool>
 | 
						|
              </property>
 | 
						|
              <property name="text">
 | 
						|
               <string>Advanced Mode</string>
 | 
						|
              </property>
 | 
						|
              <property name="checkable">
 | 
						|
               <bool>true</bool>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="verticalSpacer">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Vertical</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>20</width>
 | 
						|
           <height>40</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>Fm::AppChooserComboBox</class>
 | 
						|
   <extends>QComboBox</extends>
 | 
						|
   <header>appchoosercombobox.h</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>FilePropsDialog</receiver>
 | 
						|
   <slot>accept()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>248</x>
 | 
						|
     <y>254</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>157</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>rejected()</signal>
 | 
						|
   <receiver>FilePropsDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>316</x>
 | 
						|
     <y>260</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>286</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
</ui>
 |