diff options
Diffstat (limited to 'src/cookiesexceptions.ui')
-rw-r--r-- | src/cookiesexceptions.ui | 171 |
1 files changed, 0 insertions, 171 deletions
diff --git a/src/cookiesexceptions.ui b/src/cookiesexceptions.ui deleted file mode 100644 index 0d8ae84f..00000000 --- a/src/cookiesexceptions.ui +++ /dev/null @@ -1,171 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>CookiesExceptionsWidget</class> - <widget class="QWidget" name="CookiesExceptionsWidget"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1000</width> - <height>400</height> - </rect> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QGroupBox" name="CookiesExceptionWidget"> - <property name="title"> - <string>New Exception</string> - </property> - <layout class="QGridLayout"> - <item row="0" column="0"> - <layout class="QHBoxLayout" name="_2"> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Domain:</string> - </property> - </widget> - </item> - <item> - <widget class="KLineEdit" name="domainLineEdit"> - <property name="showClearButton" stdset="0"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0"> - <layout class="QHBoxLayout" name="_3"> - <item> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>81</width> - <height>25</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="blockButton"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Block</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="allowForSessionButton"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Allow For Session</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="allowButton"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Allow</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="ExceptionsGroupBox"> - <property name="title"> - <string>Exceptions</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="label_2"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Search:</string> - </property> - </widget> - </item> - <item> - <widget class="KLineEdit" name="search"> - <property name="showClearButton" stdset="0"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="EditTableView" name="exceptionTable"/> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QPushButton" name="removeButton"> - <property name="text"> - <string>&Remove</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="removeAllButton"> - <property name="text"> - <string>Remove &All</string> - </property> - </widget> - </item> - <item> - <spacer> - <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> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>KLineEdit</class> - <extends>QLineEdit</extends> - <header>klineedit.h</header> - </customwidget> - <customwidget> - <class>EditTableView</class> - <extends>QTableView</extends> - <header>edittableview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> |