Warning, /utilities/sweeper/sweeperdialog.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author>Brian S. Stephan</author>
0003  <class>SweeperDialog</class>
0004  <widget class="QWidget" name="SweeperDialog" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>480</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" >
0014    <item>
0015     <widget class="QSplitter" name="splitter1" >
0016      <property name="sizePolicy" >
0017       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="orientation" >
0023       <enum>Qt::Vertical</enum>
0024      </property>
0025      <widget class="QTreeWidget" name="privacyListView" >
0026       <property name="whatsThis" >
0027        <string>Check all cleanup actions you would like to perform. These will be executed by pressing the button below.</string>
0028       </property>
0029       <property name="alternatingRowColors" >
0030        <bool>true</bool>
0031       </property>
0032       <property name="itemsMovable" stdset="0" >
0033        <bool>false</bool>
0034       </property>
0035       <column>
0036        <property name="text" >
0037         <string>Privacy Settings</string>
0038        </property>
0039       </column>
0040       <column>
0041        <property name="text" >
0042         <string>Description</string>
0043        </property>
0044       </column>
0045      </widget>
0046      <widget class="KTextEdit" name="statusTextEdit" >
0047       <property name="readOnly" >
0048        <bool>true</bool>
0049       </property>
0050      </widget>
0051     </widget>
0052    </item>
0053    <item>
0054     <layout class="QHBoxLayout" >
0055      <item>
0056       <widget class="QPushButton" name="selectAllButton" >
0057        <property name="text" >
0058         <string>Select &amp;All</string>
0059        </property>
0060       </widget>
0061      </item>
0062      <item>
0063       <widget class="QPushButton" name="selectNoneButton" >
0064        <property name="text" >
0065         <string>Select &amp;None</string>
0066        </property>
0067       </widget>
0068      </item>
0069      <item>
0070       <spacer>
0071        <property name="orientation" >
0072         <enum>Qt::Horizontal</enum>
0073        </property>
0074        <property name="sizeType" >
0075         <enum>QSizePolicy::MinimumExpanding</enum>
0076        </property>
0077        <property name="sizeHint" >
0078         <size>
0079          <width>171</width>
0080          <height>16</height>
0081         </size>
0082        </property>
0083       </spacer>
0084      </item>
0085      <item>
0086       <widget class="QPushButton" name="cleanupButton" >
0087        <property name="whatsThis" >
0088         <string>Immediately performs the cleanup actions selected above</string>
0089        </property>
0090        <property name="text" >
0091         <string>&amp;Clean Up</string>
0092        </property>
0093       </widget>
0094      </item>
0095     </layout>
0096    </item>
0097   </layout>
0098  </widget>
0099   <customwidgets>
0100   <customwidget>
0101    <class>KTextEdit</class>
0102    <extends>QTextEdit</extends>
0103    <header>ktextedit.h</header>
0104   </customwidget>
0105  </customwidgets>
0106  <includes>
0107   <include location="local" >ktextedit.h</include>
0108  </includes>
0109  <resources/>
0110  <connections/>
0111 </ui>