diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-20 14:59:55 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-20 14:59:55 +0100 |
commit | 770f38f4aced1656fdee3c6d0dcf8ddfb9493c2b (patch) | |
tree | 912660936d8a46bb88bfca38085741e270f70ce1 /src/adblock/webkitadblock.ui | |
parent | AdBlock. First blocks :D (diff) | |
download | rekonq-770f38f4aced1656fdee3c6d0dcf8ddfb9493c2b.tar.xz |
AdBlock, first file (and first UI. Probably not last :)
Diffstat (limited to 'src/adblock/webkitadblock.ui')
-rw-r--r-- | src/adblock/webkitadblock.ui | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/src/adblock/webkitadblock.ui b/src/adblock/webkitadblock.ui new file mode 100644 index 00000000..8d7ac25f --- /dev/null +++ b/src/adblock/webkitadblock.ui @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>WebkitAdblock</class> + <widget class="QWidget" name="WebkitAdblock"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>543</width> + <height>491</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="enableAdblock"> + <property name="text"> + <string>Enable adblock</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>adblock settings</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="KListWidget" name="klistWidget"/> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string><qt>Filter expression (e.g. <tt>http://www.example.com/*</tt>, <a href="filterhelp">more info</a>):</string> + </property> + </widget> + </item> + <item> + <widget class="KListWidgetSearchLine" name="searchline"/> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="addButton"> + <property name="text"> + <string>Add</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="removeButton"> + <property name="text"> + <string>Remove</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="searchButton"> + <property name="text"> + <string>Search</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="importButton"> + <property name="text"> + <string>Import</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>KListWidget</class> + <extends>QListWidget</extends> + <header>klistwidget.h</header> + </customwidget> + <customwidget> + <class>KLineEdit</class> + <extends>QLineEdit</extends> + <header>klineedit.h</header> + </customwidget> + <customwidget> + <class>KListWidgetSearchLine</class> + <extends>KLineEdit</extends> + <header>klistwidgetsearchline.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |