openuridialog.ui raw
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OpenURIDialog</class>
4 <widget class="QDialog" name="OpenURIDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>564</width>
10 <height>109</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Open limenka URI</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>URI:</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QValidatedLineEdit" name="uriEdit">
28 <property name="placeholderText">
29 <string notr="true">limenka:</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QToolButton" name="pasteButton">
35 <property name="toolTip">
36 <string extracomment="Tooltip text for button that allows you to paste an address that is in your clipboard.">Paste address from clipboard</string>
37 </property>
38 <property name="text">
39 <string/>
40 </property>
41 <property name="icon">
42 <iconset resource="../limenka.qrc">
43 <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste
44 </iconset>
45 </property>
46 <property name="iconSize">
47 <size>
48 <width>22</width>
49 <height>22</height>
50 </size>
51 </property>
52 <property name="shortcut">
53 <string>Alt+P</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <spacer name="verticalSpacer">
61 <property name="orientation">
62 <enum>Qt::Vertical</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>20</width>
67 <height>40</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item>
73 <widget class="QDialogButtonBox" name="buttonBox">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="standardButtons">
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 <customwidgets>
85 <customwidget>
86 <class>QValidatedLineEdit</class>
87 <extends>QLineEdit</extends>
88 <header>qt/qvalidatedlineedit.h</header>
89 </customwidget>
90 </customwidgets>
91 <resources/>
92 <connections>
93 <connection>
94 <sender>buttonBox</sender>
95 <signal>accepted()</signal>
96 <receiver>OpenURIDialog</receiver>
97 <slot>accept()</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>248</x>
101 <y>254</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>157</x>
105 <y>274</y>
106 </hint>
107 </hints>
108 </connection>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>rejected()</signal>
112 <receiver>OpenURIDialog</receiver>
113 <slot>reject()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>316</x>
117 <y>260</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>286</x>
121 <y>274</y>
122 </hint>
123 </hints>
124 </connection>
125 </connections>
126 </ui>
127