Warning, /network/choqok/plugins/filter/filterprefs.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>mFilteringCtl</class>
0004  <widget class="QWidget" name="mFilteringCtl">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>523</width>
0010     <height>341</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Filters</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="horizontalLayout">
0017    <item>
0018     <widget class="QTabWidget" name="ktabwidget">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="tab">
0023       <attribute name="title">
0024        <string>Rules</string>
0025       </attribute>
0026       <layout class="QHBoxLayout" name="horizontalLayout_2">
0027        <item>
0028         <widget class="QTableWidget" name="filters">
0029          <property name="editTriggers">
0030           <set>QAbstractItemView::NoEditTriggers</set>
0031          </property>
0032          <property name="alternatingRowColors">
0033           <bool>true</bool>
0034          </property>
0035          <property name="selectionMode">
0036           <enum>QAbstractItemView::SingleSelection</enum>
0037          </property>
0038          <property name="selectionBehavior">
0039           <enum>QAbstractItemView::SelectRows</enum>
0040          </property>
0041          <column>
0042           <property name="text">
0043            <string>Field</string>
0044           </property>
0045          </column>
0046          <column>
0047           <property name="text">
0048            <string>Type</string>
0049           </property>
0050          </column>
0051          <column>
0052           <property name="text">
0053            <string>Filter</string>
0054           </property>
0055          </column>
0056          <column>
0057           <property name="text">
0058            <string>Action</string>
0059           </property>
0060          </column>
0061         </widget>
0062        </item>
0063        <item>
0064         <layout class="QVBoxLayout" name="verticalLayout">
0065          <item>
0066           <spacer name="verticalSpacer">
0067            <property name="orientation">
0068             <enum>Qt::Vertical</enum>
0069            </property>
0070            <property name="sizeHint" stdset="0">
0071             <size>
0072              <width>20</width>
0073              <height>40</height>
0074             </size>
0075            </property>
0076           </spacer>
0077          </item>
0078          <item>
0079           <widget class="QPushButton" name="btnAdd">
0080            <property name="toolTip">
0081             <string>Add</string>
0082            </property>
0083            <property name="icon">
0084             <iconset theme="list-add"/>
0085            </property>
0086           </widget>
0087          </item>
0088          <item>
0089           <widget class="QPushButton" name="btnEdit">
0090            <property name="toolTip">
0091             <string>Modify</string>
0092            </property>
0093            <property name="icon">
0094             <iconset theme="edit-rename"/>
0095            </property>
0096           </widget>
0097          </item>
0098          <item>
0099           <spacer name="verticalSpacer_2">
0100            <property name="orientation">
0101             <enum>Qt::Vertical</enum>
0102            </property>
0103            <property name="sizeHint" stdset="0">
0104             <size>
0105              <width>20</width>
0106              <height>40</height>
0107             </size>
0108            </property>
0109           </spacer>
0110          </item>
0111          <item>
0112           <widget class="QPushButton" name="btnRemove">
0113            <property name="toolTip">
0114             <string>Remove</string>
0115            </property>
0116            <property name="icon">
0117             <iconset theme="list-remove"/>
0118            </property>
0119           </widget>
0120          </item>
0121         </layout>
0122        </item>
0123       </layout>
0124      </widget>
0125      <widget class="QWidget" name="tabSpecial">
0126       <attribute name="title">
0127        <string>Special Rules</string>
0128       </attribute>
0129       <layout class="QVBoxLayout" name="verticalLayout_2">
0130        <item>
0131         <widget class="QCheckBox" name="cfg_hideRepliesNotRelatedToMe">
0132          <property name="toolTip">
0133           <string>You will see just replies came to you, or mentions you.</string>
0134          </property>
0135          <property name="text">
0136           <string>Just show replies to me</string>
0137          </property>
0138         </widget>
0139        </item>
0140        <item>
0141         <widget class="QCheckBox" name="cfg_hideNoneFriendsReplies">
0142          <property name="toolTip">
0143           <string>You will see just replies between your friends.</string>
0144          </property>
0145          <property name="text">
0146           <string>Just show replies to me and my friends</string>
0147          </property>
0148         </widget>
0149        </item>
0150        <item>
0151         <spacer name="verticalSpacer_3">
0152          <property name="orientation">
0153           <enum>Qt::Vertical</enum>
0154          </property>
0155          <property name="sizeHint" stdset="0">
0156           <size>
0157            <width>20</width>
0158            <height>40</height>
0159           </size>
0160          </property>
0161         </spacer>
0162        </item>
0163       </layout>
0164      </widget>
0165     </widget>
0166    </item>
0167   </layout>
0168  </widget>
0169  <resources/>
0170  <connections/>
0171 </ui>