|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProtocolHandlerManagerDialog</class> |
|
4 <widget class="QDialog" name="ProtocolHandlerManagerDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Protocol Handlers</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QTreeWidget" name="protocolHandlersList"> |
|
22 <property name="toolTip"> |
|
23 <string>Shows a list of registered protocol handlers</string> |
|
24 </property> |
|
25 <property name="alternatingRowColors"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <property name="rootIsDecorated"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <column> |
|
32 <property name="text"> |
|
33 <string>Scheme</string> |
|
34 </property> |
|
35 </column> |
|
36 <column> |
|
37 <property name="text"> |
|
38 <string>URL</string> |
|
39 </property> |
|
40 </column> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="0" column="1"> |
|
44 <layout class="QVBoxLayout" name="verticalLayout"> |
|
45 <item> |
|
46 <widget class="QPushButton" name="deleteButton"> |
|
47 <property name="toolTip"> |
|
48 <string>Press to delete the protocol handler</string> |
|
49 </property> |
|
50 <property name="text"> |
|
51 <string>Delete</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <spacer name="verticalSpacer"> |
|
57 <property name="orientation"> |
|
58 <enum>Qt::Vertical</enum> |
|
59 </property> |
|
60 <property name="sizeHint" stdset="0"> |
|
61 <size> |
|
62 <width>20</width> |
|
63 <height>40</height> |
|
64 </size> |
|
65 </property> |
|
66 </spacer> |
|
67 </item> |
|
68 </layout> |
|
69 </item> |
|
70 <item row="1" column="0" colspan="2"> |
|
71 <widget class="QDialogButtonBox" name="buttonBox"> |
|
72 <property name="orientation"> |
|
73 <enum>Qt::Horizontal</enum> |
|
74 </property> |
|
75 <property name="standardButtons"> |
|
76 <set>QDialogButtonBox::Close</set> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 <resources/> |
|
83 <connections> |
|
84 <connection> |
|
85 <sender>buttonBox</sender> |
|
86 <signal>accepted()</signal> |
|
87 <receiver>ProtocolHandlerManagerDialog</receiver> |
|
88 <slot>accept()</slot> |
|
89 <hints> |
|
90 <hint type="sourcelabel"> |
|
91 <x>340</x> |
|
92 <y>361</y> |
|
93 </hint> |
|
94 <hint type="destinationlabel"> |
|
95 <x>378</x> |
|
96 <y>293</y> |
|
97 </hint> |
|
98 </hints> |
|
99 </connection> |
|
100 <connection> |
|
101 <sender>buttonBox</sender> |
|
102 <signal>rejected()</signal> |
|
103 <receiver>ProtocolHandlerManagerDialog</receiver> |
|
104 <slot>reject()</slot> |
|
105 <hints> |
|
106 <hint type="sourcelabel"> |
|
107 <x>186</x> |
|
108 <y>366</y> |
|
109 </hint> |
|
110 <hint type="destinationlabel"> |
|
111 <x>201</x> |
|
112 <y>307</y> |
|
113 </hint> |
|
114 </hints> |
|
115 </connection> |
|
116 </connections> |
|
117 </ui> |