eric6/WebBrowser/CookieJar/CookiesDialog.ui

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6942
2602857055c5
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
2 <ui version="4.0">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <class>CookiesDialog</class>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
4 <widget class="QDialog" name="CookiesDialog">
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
5 <property name="geometry">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 <rect>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <x>0</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <y>0</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 <width>500</width>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
10 <height>480</height>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 </rect>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
13 <property name="windowTitle">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 <string>Cookies</string>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
16 <property name="sizeGripEnabled">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 <bool>true</bool>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 </property>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
19 <layout class="QVBoxLayout" name="verticalLayout">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
20 <item>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <item>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
23 <spacer name="horizontalSpacer">
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
24 <property name="orientation">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 <enum>Qt::Horizontal</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
27 <property name="sizeHint" stdset="0">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 <size>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 <width>40</width>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <height>20</height>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 </size>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 </spacer>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 <item>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
36 <layout class="QHBoxLayout" name="horizontalLayout">
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
37 <property name="spacing">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 <number>0</number>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 <item>
2223
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
41 <widget class="E5ClearableLineEdit" name="searchEdit">
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
42 <property name="minimumSize">
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
43 <size>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
44 <width>300</width>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
45 <height>0</height>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
46 </size>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
47 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
48 <property name="toolTip">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 <string>Enter search term for cookies</string>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 </property>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
51 <property name="placeholderText">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
52 <string>Search</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
53 </property>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 </item>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
60 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
61 <widget class="QTreeWidget" name="cookiesTree">
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
62 <property name="alternatingRowColors">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 <bool>true</bool>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
65 <property name="sortingEnabled">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 <bool>true</bool>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 </property>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
68 <property name="allColumnsShowFocus">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
69 <bool>true</bool>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
70 </property>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
71 <column>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
72 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
73 <string>Server</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
74 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
75 </column>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
76 <column>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
77 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
78 <string>Cookie Name</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
79 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
80 </column>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 </item>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
83 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
84 <widget class="QFrame" name="frame">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
85 <property name="frameShape">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
86 <enum>QFrame::StyledPanel</enum>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
87 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
88 <property name="frameShadow">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
89 <enum>QFrame::Raised</enum>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 </property>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
91 <layout class="QGridLayout" name="gridLayout">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
92 <item row="0" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
93 <widget class="QLabel" name="label">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
94 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
95 <string>Domain:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
96 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
97 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
98 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
99 <item row="0" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
100 <widget class="E5SqueezeLabel" name="domain">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
101 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
102 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
103 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
104 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
105 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
106 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
107 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
108 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
109 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
110 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
111 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
112 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
113 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
114 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
115 <item row="1" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
116 <widget class="QLabel" name="label_2">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
117 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
118 <string>Name:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
119 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
120 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
121 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
122 <item row="1" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
123 <widget class="E5SqueezeLabel" name="name">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
124 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
125 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
126 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
127 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
128 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
129 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
130 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
131 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
132 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
133 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
134 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
135 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
136 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
137 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
138 <item row="2" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
139 <widget class="QLabel" name="label_3">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
140 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
141 <string>Path:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
142 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
143 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
144 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
145 <item row="2" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
146 <widget class="E5SqueezeLabel" name="path">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
147 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
148 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
149 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
150 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
151 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
152 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
153 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
154 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
155 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
156 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
157 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
158 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
159 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
160 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
161 <item row="3" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
162 <widget class="QLabel" name="label_4">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
163 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
164 <string>Secure:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
165 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
166 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
167 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
168 <item row="3" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
169 <widget class="E5SqueezeLabel" name="secure">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
170 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
171 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
172 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
173 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
174 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
175 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
176 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
177 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
178 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
179 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
180 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
181 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
182 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
183 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
184 <item row="4" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
185 <widget class="QLabel" name="label_5">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
186 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
187 <string>Expiration:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
188 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
189 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
190 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
191 <item row="4" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
192 <widget class="E5SqueezeLabel" name="expiration">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
193 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
194 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
195 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
196 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
197 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
198 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
199 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
200 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
201 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
202 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
203 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
204 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
205 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
206 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
207 <item row="5" column="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
208 <widget class="QLabel" name="label_6">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
209 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
210 <string>Value:</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
211 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
212 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
213 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
214 <item row="5" column="1">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
215 <widget class="E5SqueezeLabel" name="value">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
216 <property name="sizePolicy">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
217 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
218 <horstretch>0</horstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
219 <verstretch>0</verstretch>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
220 </sizepolicy>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
221 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
222 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
223 <string>&lt;no cookie selected&gt;</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
224 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
225 <property name="wordWrap">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
226 <bool>true</bool>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
227 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
228 <property name="textInteractionFlags">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
229 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
230 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
231 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
232 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
233 </layout>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
234 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
235 </item>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
236 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
237 <layout class="QHBoxLayout" name="horizontalLayout_3">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
238 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
239 <widget class="QPushButton" name="removeButton">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
240 <property name="toolTip">
5030
b728bb00886e Finished reworking the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5029
diff changeset
241 <string>Press to remove the selected cookie or list of cookies</string>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
242 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
243 <property name="text">
5030
b728bb00886e Finished reworking the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5029
diff changeset
244 <string>&amp;Remove Cookies</string>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
245 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
246 <property name="autoDefault">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
247 <bool>false</bool>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
248 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
249 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
250 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
251 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
252 <widget class="QPushButton" name="removeAllButton">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
253 <property name="toolTip">
5030
b728bb00886e Finished reworking the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5029
diff changeset
254 <string>Press to remove all cookies</string>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
255 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
256 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
257 <string>Remove &amp;All</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
258 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
259 <property name="autoDefault">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
260 <bool>false</bool>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
261 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
262 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
263 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
264 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
265 <widget class="QPushButton" name="addButton">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
266 <property name="toolTip">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
267 <string>Press to open the cookies exceptions dialog to add a new rule</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
268 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
269 <property name="text">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
270 <string>Add R&amp;ule...</string>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
271 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
272 <property name="autoDefault">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
273 <bool>false</bool>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
274 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
275 </widget>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
276 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
277 <item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
278 <spacer name="horizontalSpacer_2">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
279 <property name="orientation">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
280 <enum>Qt::Horizontal</enum>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
281 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
282 <property name="sizeHint" stdset="0">
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
283 <size>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
284 <width>208</width>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
285 <height>20</height>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
286 </size>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
287 </property>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
288 </spacer>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
289 </item>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
290 </layout>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
291 </item>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
292 <item>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
293 <widget class="QDialogButtonBox" name="buttonBox">
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
294 <property name="orientation">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
295 <enum>Qt::Horizontal</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
296 </property>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
297 <property name="standardButtons">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
298 <set>QDialogButtonBox::Close</set>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
299 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
300 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
301 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
302 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
303 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
304 <customwidgets>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
305 <customwidget>
2223
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
306 <class>E5ClearableLineEdit</class>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
307 <extends>QLineEdit</extends>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
308 <header>E5Gui/E5LineEdit.h</header>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
309 </customwidget>
054c285dab38 Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2097
diff changeset
310 <customwidget>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
311 <class>E5SqueezeLabel</class>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
312 <extends>QLabel</extends>
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
313 <header>E5Gui/E5SqueezeLabels.h</header>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
314 </customwidget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
315 </customwidgets>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
316 <tabstops>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
317 <tabstop>searchEdit</tabstop>
5029
1ce5e98ebc43 Started to rework the cookies dialog of the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4845
diff changeset
318 <tabstop>cookiesTree</tabstop>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
319 <tabstop>removeButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
320 <tabstop>removeAllButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
321 <tabstop>addButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
322 </tabstops>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
323 <resources/>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
324 <connections>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
325 <connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
326 <sender>buttonBox</sender>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
327 <signal>accepted()</signal>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
328 <receiver>CookiesDialog</receiver>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
329 <slot>accept()</slot>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
330 <hints>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
331 <hint type="sourcelabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
332 <x>228</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 <y>274</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
334 </hint>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
335 <hint type="destinationlabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
336 <x>157</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
337 <y>274</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
339 </hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
340 </connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
341 <connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 <sender>buttonBox</sender>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 <signal>rejected()</signal>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
344 <receiver>CookiesDialog</receiver>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345 <slot>reject()</slot>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 <hints>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
347 <hint type="sourcelabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
348 <x>316</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 <y>260</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
350 </hint>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
351 <hint type="destinationlabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 <x>286</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
353 <y>274</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
354 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
355 </hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
356 </connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
357 </connections>
2097
c5809ca16182 Corrected some dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
358 </ui>

eric ide

mercurial