</property>
</widget>
</item>
- <item>
- <widget class="QCheckBox" name="checkBoxHidden">
- <property name="minimumSize">
- <size>
- <width>75</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Hidden</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBoxWritable">
- <property name="minimumSize">
- <size>
- <width>75</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Write</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBoxReadable">
- <property name="text">
- <string>Read</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBoxExecutable">
- <property name="text">
- <string>Exec.</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<tabstop>checkBoxFiles</tabstop>
<tabstop>checkBoxDirs</tabstop>
<tabstop>checkBoxLinks</tabstop>
- <tabstop>checkBoxHidden</tabstop>
- <tabstop>checkBoxWritable</tabstop>
- <tabstop>checkBoxReadable</tabstop>
- <tabstop>checkBoxExecutable</tabstop>
<tabstop>comboBoxTextPattern</tabstop>
<tabstop>checkBoxTextIgnoreCase</tabstop>
<tabstop>checkBoxRegExpr</tabstop>