1 <?xml version="1.0" encoding="UTF-8"?>
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>
11 <property name="windowTitle">
12 <string>URL Input</string>
14 <layout class="QVBoxLayout" name="verticalLayout">
16 <widget class="QLabel" name="label">
17 <property name="text">
18 <string>Enter schedule URL</string>
23 <widget class="QLineEdit" name="urlEntry"/>
26 <widget class="QDialogButtonBox" name="buttons">
27 <property name="orientation">
28 <enum>Qt::Horizontal</enum>
30 <property name="standardButtons">
31 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
40 <sender>buttons</sender>
41 <signal>accepted()</signal>
42 <receiver>UrlInputDialog</receiver>
45 <hint type="sourcelabel">
49 <hint type="destinationlabel">
56 <sender>buttons</sender>
57 <signal>rejected()</signal>
58 <receiver>UrlInputDialog</receiver>
61 <hint type="sourcelabel">
65 <hint type="destinationlabel">