1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>UrlInputDialog</class> |
---|
4 | <widget class="QDialog" name="UrlInputDialog"> |
---|
5 | <property name="sizePolicy"> |
---|
6 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
7 | <horstretch>0</horstretch> |
---|
8 | <verstretch>0</verstretch> |
---|
9 | </sizepolicy> |
---|
10 | </property> |
---|
11 | <property name="windowTitle"> |
---|
12 | <string>URL Input</string> |
---|
13 | </property> |
---|
14 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
15 | <item> |
---|
16 | <widget class="QLabel" name="label"> |
---|
17 | <property name="text"> |
---|
18 | <string>Enter schedule URL</string> |
---|
19 | </property> |
---|
20 | </widget> |
---|
21 | </item> |
---|
22 | <item> |
---|
23 | <widget class="QLineEdit" name="urlEntry"/> |
---|
24 | </item> |
---|
25 | <item> |
---|
26 | <widget class="QDialogButtonBox" name="buttons"> |
---|
27 | <property name="orientation"> |
---|
28 | <enum>Qt::Horizontal</enum> |
---|
29 | </property> |
---|
30 | <property name="standardButtons"> |
---|
31 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set> |
---|
32 | </property> |
---|
33 | </widget> |
---|
34 | </item> |
---|
35 | </layout> |
---|
36 | </widget> |
---|
37 | <resources/> |
---|
38 | <connections> |
---|
39 | <connection> |
---|
40 | <sender>buttons</sender> |
---|
41 | <signal>accepted()</signal> |
---|
42 | <receiver>UrlInputDialog</receiver> |
---|
43 | <slot>accept()</slot> |
---|
44 | <hints> |
---|
45 | <hint type="sourcelabel"> |
---|
46 | <x>248</x> |
---|
47 | <y>254</y> |
---|
48 | </hint> |
---|
49 | <hint type="destinationlabel"> |
---|
50 | <x>157</x> |
---|
51 | <y>274</y> |
---|
52 | </hint> |
---|
53 | </hints> |
---|
54 | </connection> |
---|
55 | <connection> |
---|
56 | <sender>buttons</sender> |
---|
57 | <signal>rejected()</signal> |
---|
58 | <receiver>UrlInputDialog</receiver> |
---|
59 | <slot>reject()</slot> |
---|
60 | <hints> |
---|
61 | <hint type="sourcelabel"> |
---|
62 | <x>316</x> |
---|
63 | <y>260</y> |
---|
64 | </hint> |
---|
65 | <hint type="destinationlabel"> |
---|
66 | <x>286</x> |
---|
67 | <y>274</y> |
---|
68 | </hint> |
---|
69 | </hints> |
---|
70 | </connection> |
---|
71 | </connections> |
---|
72 | </ui> |
---|