| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>AddLinkDialog</class>
|
|---|
| 3 | <widget class="QDialog" name="AddLinkDialog" >
|
|---|
| 4 | <property name="windowTitle" >
|
|---|
| 5 | <string>Insert Link</string>
|
|---|
| 6 | </property>
|
|---|
| 7 | <property name="sizeGripEnabled" >
|
|---|
| 8 | <bool>false</bool>
|
|---|
| 9 | </property>
|
|---|
| 10 | <property name="modal" >
|
|---|
| 11 | <bool>true</bool>
|
|---|
| 12 | </property>
|
|---|
| 13 | <layout class="QVBoxLayout" name="verticalLayout" >
|
|---|
| 14 | <item>
|
|---|
| 15 | <layout class="QFormLayout" >
|
|---|
| 16 | <item row="0" column="0" >
|
|---|
| 17 | <widget class="QLabel" name="label" >
|
|---|
| 18 | <property name="text" >
|
|---|
| 19 | <string>Title:</string>
|
|---|
| 20 | </property>
|
|---|
| 21 | </widget>
|
|---|
| 22 | </item>
|
|---|
| 23 | <item row="0" column="1" >
|
|---|
| 24 | <widget class="QLineEdit" name="titleInput" >
|
|---|
| 25 | <property name="minimumSize" >
|
|---|
| 26 | <size>
|
|---|
| 27 | <width>337</width>
|
|---|
| 28 | <height>0</height>
|
|---|
| 29 | </size>
|
|---|
| 30 | </property>
|
|---|
| 31 | </widget>
|
|---|
| 32 | </item>
|
|---|
| 33 | <item row="1" column="0" >
|
|---|
| 34 | <widget class="QLabel" name="label_2" >
|
|---|
| 35 | <property name="text" >
|
|---|
| 36 | <string>URL:</string>
|
|---|
| 37 | </property>
|
|---|
| 38 | </widget>
|
|---|
| 39 | </item>
|
|---|
| 40 | <item row="1" column="1" >
|
|---|
| 41 | <widget class="QLineEdit" name="urlInput" />
|
|---|
| 42 | </item>
|
|---|
| 43 | </layout>
|
|---|
| 44 | </item>
|
|---|
| 45 | <item>
|
|---|
| 46 | <spacer name="verticalSpacer" >
|
|---|
| 47 | <property name="orientation" >
|
|---|
| 48 | <enum>Qt::Vertical</enum>
|
|---|
| 49 | </property>
|
|---|
| 50 | <property name="sizeHint" stdset="0" >
|
|---|
| 51 | <size>
|
|---|
| 52 | <width>0</width>
|
|---|
| 53 | <height>0</height>
|
|---|
| 54 | </size>
|
|---|
| 55 | </property>
|
|---|
| 56 | </spacer>
|
|---|
| 57 | </item>
|
|---|
| 58 | <item>
|
|---|
| 59 | <widget class="Line" name="line" >
|
|---|
| 60 | <property name="orientation" >
|
|---|
| 61 | <enum>Qt::Horizontal</enum>
|
|---|
| 62 | </property>
|
|---|
| 63 | </widget>
|
|---|
| 64 | </item>
|
|---|
| 65 | <item>
|
|---|
| 66 | <widget class="QDialogButtonBox" name="buttonBox" >
|
|---|
| 67 | <property name="orientation" >
|
|---|
| 68 | <enum>Qt::Horizontal</enum>
|
|---|
| 69 | </property>
|
|---|
| 70 | <property name="standardButtons" >
|
|---|
| 71 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|---|
| 72 | </property>
|
|---|
| 73 | </widget>
|
|---|
| 74 | </item>
|
|---|
| 75 | </layout>
|
|---|
| 76 | </widget>
|
|---|
| 77 | <resources/>
|
|---|
| 78 | <connections>
|
|---|
| 79 | <connection>
|
|---|
| 80 | <sender>buttonBox</sender>
|
|---|
| 81 | <signal>accepted()</signal>
|
|---|
| 82 | <receiver>AddLinkDialog</receiver>
|
|---|
| 83 | <slot>accept()</slot>
|
|---|
| 84 | <hints>
|
|---|
| 85 | <hint type="sourcelabel" >
|
|---|
| 86 | <x>248</x>
|
|---|
| 87 | <y>254</y>
|
|---|
| 88 | </hint>
|
|---|
| 89 | <hint type="destinationlabel" >
|
|---|
| 90 | <x>157</x>
|
|---|
| 91 | <y>274</y>
|
|---|
| 92 | </hint>
|
|---|
| 93 | </hints>
|
|---|
| 94 | </connection>
|
|---|
| 95 | <connection>
|
|---|
| 96 | <sender>buttonBox</sender>
|
|---|
| 97 | <signal>rejected()</signal>
|
|---|
| 98 | <receiver>AddLinkDialog</receiver>
|
|---|
| 99 | <slot>reject()</slot>
|
|---|
| 100 | <hints>
|
|---|
| 101 | <hint type="sourcelabel" >
|
|---|
| 102 | <x>316</x>
|
|---|
| 103 | <y>260</y>
|
|---|
| 104 | </hint>
|
|---|
| 105 | <hint type="destinationlabel" >
|
|---|
| 106 | <x>286</x>
|
|---|
| 107 | <y>274</y>
|
|---|
| 108 | </hint>
|
|---|
| 109 | </hints>
|
|---|
| 110 | </connection>
|
|---|
| 111 | </connections>
|
|---|
| 112 | </ui>
|
|---|