Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoi...
[novacoin.git] / src / qt / forms / 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>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="1" 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="1" 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="2" 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="2" 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="3" 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="3" 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="4" column="1">
87       <widget class="QLabel" name="capsLabel">
88        <property name="styleSheet">
89         <string notr="true">#capsLabel {
90         font: bold;
91 }</string>
92        </property>
93        <property name="text">
94         <string>TextLabel</string>
95        </property>
96        <property name="alignment">
97         <set>Qt::AlignCenter</set>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </item>
103    <item>
104     <widget class="QDialogButtonBox" name="buttonBox">
105      <property name="orientation">
106       <enum>Qt::Horizontal</enum>
107      </property>
108      <property name="standardButtons">
109       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110      </property>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <resources/>
116  <connections>
117   <connection>
118    <sender>buttonBox</sender>
119    <signal>accepted()</signal>
120    <receiver>AskPassphraseDialog</receiver>
121    <slot>accept()</slot>
122    <hints>
123     <hint type="sourcelabel">
124      <x>248</x>
125      <y>254</y>
126     </hint>
127     <hint type="destinationlabel">
128      <x>157</x>
129      <y>274</y>
130     </hint>
131    </hints>
132   </connection>
133   <connection>
134    <sender>buttonBox</sender>
135    <signal>rejected()</signal>
136    <receiver>AskPassphraseDialog</receiver>
137    <slot>reject()</slot>
138    <hints>
139     <hint type="sourcelabel">
140      <x>316</x>
141      <y>260</y>
142     </hint>
143     <hint type="destinationlabel">
144      <x>286</x>
145      <y>274</y>
146     </hint>
147    </hints>
148   </connection>
149  </connections>
150 </ui>