Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / askpassphrasedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AskPassphraseDialog</class>
4  <widget class="QDialog" name="AskPassphraseDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>598</width>
10     <height>198</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>550</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Passphrase Dialog</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <item>
30     <widget class="QLabel" name="warningLabel">
31      <property name="textFormat">
32       <enum>Qt::RichText</enum>
33      </property>
34      <property name="wordWrap">
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <layout class="QFormLayout" name="formLayout">
41      <property name="fieldGrowthPolicy">
42       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
43      </property>
44      <item row="0" column="0">
45       <widget class="QLabel" name="passLabel1">
46        <property name="text">
47         <string>Enter passphrase</string>
48        </property>
49       </widget>
50      </item>
51      <item row="0" column="1">
52       <widget class="QLineEdit" name="passEdit1">
53        <property name="echoMode">
54         <enum>QLineEdit::Password</enum>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="0">
59       <widget class="QLabel" name="passLabel2">
60        <property name="text">
61         <string>New passphrase</string>
62        </property>
63       </widget>
64      </item>
65      <item row="1" column="1">
66       <widget class="QLineEdit" name="passEdit2">
67        <property name="echoMode">
68         <enum>QLineEdit::Password</enum>
69        </property>
70       </widget>
71      </item>
72      <item row="2" column="0">
73       <widget class="QLabel" name="passLabel3">
74        <property name="text">
75         <string>Repeat new passphrase</string>
76        </property>
77       </widget>
78      </item>
79      <item row="2" column="1">
80       <widget class="QLineEdit" name="passEdit3">
81        <property name="echoMode">
82         <enum>QLineEdit::Password</enum>
83        </property>
84       </widget>
85      </item>
86      <item row="3" column="1">
87       <widget class="QLabel" name="capsLabel">
88        <property name="font">
89         <font>
90          <weight>75</weight>
91          <bold>true</bold>
92         </font>
93        </property>
94        <property name="text">
95         <string/>
96        </property>
97        <property name="alignment">
98         <set>Qt::AlignCenter</set>
99        </property>
100       </widget>
101      </item>
102     </layout>
103    </item>
104    <item>
105     <widget class="QDialogButtonBox" name="buttonBox">
106      <property name="orientation">
107       <enum>Qt::Horizontal</enum>
108      </property>
109      <property name="standardButtons">
110       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
111      </property>
112     </widget>
113    </item>
114   </layout>
115  </widget>
116  <resources/>
117  <connections>
118   <connection>
119    <sender>buttonBox</sender>
120    <signal>accepted()</signal>
121    <receiver>AskPassphraseDialog</receiver>
122    <slot>accept()</slot>
123    <hints>
124     <hint type="sourcelabel">
125      <x>248</x>
126      <y>254</y>
127     </hint>
128     <hint type="destinationlabel">
129      <x>157</x>
130      <y>274</y>
131     </hint>
132    </hints>
133   </connection>
134   <connection>
135    <sender>buttonBox</sender>
136    <signal>rejected()</signal>
137    <receiver>AskPassphraseDialog</receiver>
138    <slot>reject()</slot>
139    <hints>
140     <hint type="sourcelabel">
141      <x>316</x>
142      <y>260</y>
143     </hint>
144     <hint type="destinationlabel">
145      <x>286</x>
146      <y>274</y>
147     </hint>
148    </hints>
149   </connection>
150  </connections>
151 </ui>