diff options
Diffstat (limited to 'src/adblock/settings_adblock.ui')
| -rw-r--r-- | src/adblock/settings_adblock.ui | 178 | 
1 files changed, 178 insertions, 0 deletions
diff --git a/src/adblock/settings_adblock.ui b/src/adblock/settings_adblock.ui new file mode 100644 index 00000000..e4f06339 --- /dev/null +++ b/src/adblock/settings_adblock.ui @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>adblock</class> + <widget class="QWidget" name="adblock"> +  <property name="geometry"> +   <rect> +    <x>0</x> +    <y>0</y> +    <width>601</width> +    <height>507</height> +   </rect> +  </property> +  <layout class="QVBoxLayout" name="verticalLayout"> +   <item> +    <widget class="QCheckBox" name="checkEnableAdblock"> +     <property name="text"> +      <string>&Enable Ad Block</string> +     </property> +    </widget> +   </item> +   <item> +    <widget class="QCheckBox" name="checkHideAds"> +     <property name="text"> +      <string>&Hide filtered elements</string> +     </property> +    </widget> +   </item> +   <item> +    <widget class="KTabWidget" name="tabWidget"> +     <property name="toolTip"> +      <string/> +     </property> +     <property name="currentIndex"> +      <number>0</number> +     </property> +     <widget class="QWidget" name="tab_3"> +      <attribute name="title"> +       <string>Automatic Filters</string> +      </attribute> +      <layout class="QVBoxLayout" name="verticalLayout_3"> +       <item> +        <widget class="QListWidget" name="automaticFiltersListWidget"/> +       </item> +       <item> +        <layout class="QHBoxLayout" name="horizontalLayout_3"> +         <item> +          <widget class="QLabel" name="label_3"> +           <property name="text"> +            <string>Update enabled automatic filters every:</string> +           </property> +          </widget> +         </item> +         <item> +          <widget class="KIntSpinBox" name="spinBox"> +           <property name="minimumSize"> +            <size> +             <width>120</width> +             <height>0</height> +            </size> +           </property> +           <property name="suffix"> +            <string/> +           </property> +           <property name="value"> +            <number>7</number> +           </property> +          </widget> +         </item> +         <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> +        </layout> +       </item> +      </layout> +     </widget> +     <widget class="QWidget" name="tab"> +      <attribute name="title"> +       <string>Manual Filters</string> +      </attribute> +      <layout class="QVBoxLayout" name="verticalLayout_2"> +       <item> +        <layout class="QHBoxLayout" name="horizontalLayout"> +         <item> +          <widget class="QLabel" name="label"> +           <property name="text"> +            <string>Search:</string> +           </property> +          </widget> +         </item> +         <item> +          <widget class="KListWidgetSearchLine" name="searchLine"/> +         </item> +        </layout> +       </item> +       <item> +        <widget class="KListWidget" name="manualFiltersListWidget"/> +       </item> +       <item> +        <widget class="QLabel" name="hintLabel"> +         <property name="text"> +          <string comment="KDE::DoNotExtract">TextLabel</string> +         </property> +        </widget> +       </item> +       <item> +        <layout class="QHBoxLayout" name="horizontalLayout_2"> +         <item> +          <widget class="KLineEdit" name="addFilterLineEdit"/> +         </item> +         <item> +          <widget class="QToolButton" name="insertButton"> +           <property name="toolTip"> +            <string>Add filter expression</string> +           </property> +           <property name="text"> +            <string>...</string> +           </property> +          </widget> +         </item> +         <item> +          <widget class="QToolButton" name="removeButton"> +           <property name="toolTip"> +            <string>Remove filter expression</string> +           </property> +           <property name="text"> +            <string>...</string> +           </property> +          </widget> +         </item> +        </layout> +       </item> +      </layout> +     </widget> +    </widget> +   </item> +  </layout> + </widget> + <customwidgets> +  <customwidget> +   <class>KListWidgetSearchLine</class> +   <extends>KLineEdit</extends> +   <header>klistwidgetsearchline.h</header> +  </customwidget> +  <customwidget> +   <class>KLineEdit</class> +   <extends>QLineEdit</extends> +   <header>klineedit.h</header> +  </customwidget> +  <customwidget> +   <class>KIntSpinBox</class> +   <extends>QSpinBox</extends> +   <header>knuminput.h</header> +  </customwidget> +  <customwidget> +   <class>KListWidget</class> +   <extends>QListWidget</extends> +   <header>klistwidget.h</header> +  </customwidget> +  <customwidget> +   <class>KTabWidget</class> +   <extends>QTabWidget</extends> +   <header>ktabwidget.h</header> +   <container>1</container> +  </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui>  | 
