Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / qrcodedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QRCodeDialog</class>
4  <widget class="QDialog" name="QRCodeDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>340</width>
10     <height>530</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>QR Code Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_3">
17    <item>
18     <widget class="QLabel" name="lblQRCode">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="minimumSize">
26       <size>
27        <width>300</width>
28        <height>300</height>
29       </size>
30      </property>
31      <property name="textFormat">
32       <enum>Qt::PlainText</enum>
33      </property>
34      <property name="alignment">
35       <set>Qt::AlignCenter</set>
36      </property>
37      <property name="wordWrap">
38       <bool>true</bool>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QPlainTextEdit" name="outUri">
44      <property name="sizePolicy">
45       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
46        <horstretch>0</horstretch>
47        <verstretch>0</verstretch>
48       </sizepolicy>
49      </property>
50      <property name="minimumSize">
51       <size>
52        <width>0</width>
53        <height>50</height>
54       </size>
55      </property>
56      <property name="tabChangesFocus">
57       <bool>true</bool>
58      </property>
59      <property name="textInteractionFlags">
60       <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
61      </property>
62     </widget>
63    </item>
64    <item>
65     <widget class="QWidget" name="widget" native="true">
66      <layout class="QVBoxLayout" name="verticalLayout_2">
67       <item>
68        <widget class="QCheckBox" name="chkReqPayment">
69         <property name="enabled">
70          <bool>true</bool>
71         </property>
72         <property name="text">
73          <string>Request Payment</string>
74         </property>
75        </widget>
76       </item>
77       <item>
78        <layout class="QFormLayout" name="formLayout">
79         <property name="fieldGrowthPolicy">
80          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
81         </property>
82         <item row="1" column="0">
83          <widget class="QLabel" name="lblLabel">
84           <property name="text">
85            <string>Label:</string>
86           </property>
87           <property name="textFormat">
88            <enum>Qt::PlainText</enum>
89           </property>
90           <property name="alignment">
91            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
92           </property>
93           <property name="buddy">
94            <cstring>lnLabel</cstring>
95           </property>
96          </widget>
97         </item>
98         <item row="1" column="1">
99          <widget class="QLineEdit" name="lnLabel"/>
100         </item>
101         <item row="2" column="0">
102          <widget class="QLabel" name="lblMessage">
103           <property name="text">
104            <string>Message:</string>
105           </property>
106           <property name="textFormat">
107            <enum>Qt::PlainText</enum>
108           </property>
109           <property name="alignment">
110            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
111           </property>
112           <property name="buddy">
113            <cstring>lnMessage</cstring>
114           </property>
115          </widget>
116         </item>
117         <item row="2" column="1">
118          <widget class="QLineEdit" name="lnMessage"/>
119         </item>
120         <item row="0" column="0">
121          <widget class="QLabel" name="lblAmount">
122           <property name="sizePolicy">
123            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
124             <horstretch>0</horstretch>
125             <verstretch>0</verstretch>
126            </sizepolicy>
127           </property>
128           <property name="text">
129            <string>Amount:</string>
130           </property>
131           <property name="textFormat">
132            <enum>Qt::PlainText</enum>
133           </property>
134           <property name="alignment">
135            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
136           </property>
137           <property name="buddy">
138            <cstring>lnReqAmount</cstring>
139           </property>
140          </widget>
141         </item>
142         <item row="0" column="1">
143          <widget class="BitcoinAmountField" name="lnReqAmount">
144           <property name="enabled">
145            <bool>false</bool>
146           </property>
147           <property name="minimumSize">
148            <size>
149             <width>80</width>
150             <height>0</height>
151            </size>
152           </property>
153          </widget>
154         </item>
155        </layout>
156       </item>
157       <item>
158        <layout class="QHBoxLayout" name="horizontalLayout">
159         <item>
160          <spacer name="horizontalSpacer">
161           <property name="orientation">
162            <enum>Qt::Horizontal</enum>
163           </property>
164           <property name="sizeHint" stdset="0">
165            <size>
166             <width>40</width>
167             <height>20</height>
168            </size>
169           </property>
170          </spacer>
171         </item>
172         <item>
173          <widget class="QPushButton" name="btnSaveAs">
174           <property name="text">
175            <string>&amp;Save As...</string>
176           </property>
177          </widget>
178         </item>
179        </layout>
180       </item>
181      </layout>
182     </widget>
183    </item>
184   </layout>
185  </widget>
186  <customwidgets>
187   <customwidget>
188    <class>BitcoinAmountField</class>
189    <extends>QSpinBox</extends>
190    <header>bitcoinamountfield.h</header>
191   </customwidget>
192  </customwidgets>
193  <resources/>
194  <connections>
195   <connection>
196    <sender>chkReqPayment</sender>
197    <signal>clicked(bool)</signal>
198    <receiver>lnReqAmount</receiver>
199    <slot>setEnabled(bool)</slot>
200    <hints>
201     <hint type="sourcelabel">
202      <x>92</x>
203      <y>285</y>
204     </hint>
205     <hint type="destinationlabel">
206      <x>98</x>
207      <y>311</y>
208     </hint>
209    </hints>
210   </connection>
211  </connections>
212 </ui>