Added Caps Lock check and warning at askpassphrasedialog.
[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>589</width>
10     <height>239</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="text">
32       <string>TextLabel</string>
33      </property>
34      <property name="textFormat">
35       <enum>Qt::RichText</enum>
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     <spacer name="verticalSpacer">
105      <property name="orientation">
106       <enum>Qt::Vertical</enum>
107      </property>
108      <property name="sizeHint" stdset="0">
109       <size>
110        <width>20</width>
111        <height>40</height>
112       </size>
113      </property>
114     </spacer>
115    </item>
116    <item>
117     <widget class="QDialogButtonBox" name="buttonBox">
118      <property name="orientation">
119       <enum>Qt::Horizontal</enum>
120      </property>
121      <property name="standardButtons">
122       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
123      </property>
124     </widget>
125    </item>
126   </layout>
127  </widget>
128  <resources/>
129  <connections>
130   <connection>
131    <sender>buttonBox</sender>
132    <signal>accepted()</signal>
133    <receiver>AskPassphraseDialog</receiver>
134    <slot>accept()</slot>
135    <hints>
136     <hint type="sourcelabel">
137      <x>248</x>
138      <y>254</y>
139     </hint>
140     <hint type="destinationlabel">
141      <x>157</x>
142      <y>274</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>buttonBox</sender>
148    <signal>rejected()</signal>
149    <receiver>AskPassphraseDialog</receiver>
150    <slot>reject()</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>316</x>
154      <y>260</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>286</x>
158      <y>274</y>
159     </hint>
160    </hints>
161   </connection>
162  </connections>
163 </ui>