Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / gui / cookiesdialog.ui
blob202ee3dd9de6cccc585c14b55d421ff82423c1e2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CookiesDialog</class>
4 <widget class="QDialog" name="CookiesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>618</width>
10 <height>369</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Manage Cookies</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QTreeView" name="treeView">
21 <property name="editTriggers">
22 <set>QAbstractItemView::AllEditTriggers</set>
23 </property>
24 <property name="alternatingRowColors">
25 <bool>true</bool>
26 </property>
27 <property name="selectionMode">
28 <enum>QAbstractItemView::ExtendedSelection</enum>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <layout class="QVBoxLayout" name="verticalLayout">
34 <item>
35 <spacer name="verticalSpacer_2">
36 <property name="orientation">
37 <enum>Qt::Vertical</enum>
38 </property>
39 <property name="sizeHint" stdset="0">
40 <size>
41 <width>20</width>
42 <height>40</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 <item>
48 <widget class="QToolButton" name="buttonAdd"/>
49 </item>
50 <item>
51 <spacer name="verticalSpacer">
52 <property name="orientation">
53 <enum>Qt::Vertical</enum>
54 </property>
55 <property name="sizeType">
56 <enum>QSizePolicy::Fixed</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>20</width>
61 <height>5</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item>
67 <widget class="QToolButton" name="buttonDelete"/>
68 </item>
69 <item>
70 <spacer name="verticalSpacer_3">
71 <property name="orientation">
72 <enum>Qt::Vertical</enum>
73 </property>
74 <property name="sizeHint" stdset="0">
75 <size>
76 <width>20</width>
77 <height>40</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 </layout>
83 </item>
84 </layout>
85 </item>
86 <item>
87 <widget class="QDialogButtonBox" name="buttonBox">
88 <property name="orientation">
89 <enum>Qt::Horizontal</enum>
90 </property>
91 <property name="standardButtons">
92 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 <resources/>
99 <connections>
100 <connection>
101 <sender>buttonBox</sender>
102 <signal>accepted()</signal>
103 <receiver>CookiesDialog</receiver>
104 <slot>accept()</slot>
105 <hints>
106 <hint type="sourcelabel">
107 <x>257</x>
108 <y>406</y>
109 </hint>
110 <hint type="destinationlabel">
111 <x>157</x>
112 <y>274</y>
113 </hint>
114 </hints>
115 </connection>
116 <connection>
117 <sender>buttonBox</sender>
118 <signal>rejected()</signal>
119 <receiver>CookiesDialog</receiver>
120 <slot>reject()</slot>
121 <hints>
122 <hint type="sourcelabel">
123 <x>325</x>
124 <y>406</y>
125 </hint>
126 <hint type="destinationlabel">
127 <x>286</x>
128 <y>274</y>
129 </hint>
130 </hints>
131 </connection>
132 <connection>
133 <sender>buttonAdd</sender>
134 <signal>clicked()</signal>
135 <receiver>CookiesDialog</receiver>
136 <slot>onButtonAddClicked()</slot>
137 <hints>
138 <hint type="sourcelabel">
139 <x>484</x>
140 <y>174</y>
141 </hint>
142 <hint type="destinationlabel">
143 <x>486</x>
144 <y>93</y>
145 </hint>
146 </hints>
147 </connection>
148 <connection>
149 <sender>buttonDelete</sender>
150 <signal>clicked()</signal>
151 <receiver>CookiesDialog</receiver>
152 <slot>onButtonDeleteClicked()</slot>
153 <hints>
154 <hint type="sourcelabel">
155 <x>483</x>
156 <y>226</y>
157 </hint>
158 <hint type="destinationlabel">
159 <x>485</x>
160 <y>296</y>
161 </hint>
162 </hints>
163 </connection>
164 </connections>
165 <slots>
166 <slot>onButtonAddClicked()</slot>
167 <slot>onButtonDeleteClicked()</slot>
168 </slots>
169 </ui>