diff options
Diffstat (limited to 'src/ui/forms/addurldialog.ui')
| -rw-r--r-- | src/ui/forms/addurldialog.ui | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/src/ui/forms/addurldialog.ui b/src/ui/forms/addurldialog.ui new file mode 100644 index 000000000..46031b849 --- /dev/null +++ b/src/ui/forms/addurldialog.ui @@ -0,0 +1,76 @@ +<ui version="4.0" > + <class>AddUrlDialog</class> + <widget class="QDialog" name="AddUrlDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>394</width> + <height>80</height> + </rect> + </property> + <property name="windowTitle" > + <string>Enter URL to add</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QComboBox" name="urlComboBox" > + <property name="editable" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>AddUrlDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel" > + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>AddUrlDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel" > + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
