Enable wordwrap for long message in passphrase dialog
[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>187</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      <property name="wordWrap">
38       <bool>true</bool>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <layout class="QFormLayout" name="formLayout">
44      <property name="fieldGrowthPolicy">
45       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
46      </property>
47      <item row="1" column="0">
48       <widget class="QLabel" name="passLabel1">
49        <property name="text">
50         <string>Enter passphrase</string>
51        </property>
52       </widget>
53      </item>
54      <item row="1" column="1">
55       <widget class="QLineEdit" name="passEdit1">
56        <property name="echoMode">
57         <enum>QLineEdit::Password</enum>
58        </property>
59       </widget>
60      </item>
61      <item row="2" column="0">
62       <widget class="QLabel" name="passLabel2">
63        <property name="text">
64         <string>New passphrase</string>
65        </property>
66       </widget>
67      </item>
68      <item row="2" column="1">
69       <widget class="QLineEdit" name="passEdit2">
70        <property name="echoMode">
71         <enum>QLineEdit::Password</enum>
72        </property>
73       </widget>
74      </item>
75      <item row="3" column="0">
76       <widget class="QLabel" name="passLabel3">
77        <property name="text">
78         <string>Repeat new passphrase</string>
79        </property>
80       </widget>
81      </item>
82      <item row="3" column="1">
83       <widget class="QLineEdit" name="passEdit3">
84        <property name="echoMode">
85         <enum>QLineEdit::Password</enum>
86        </property>
87       </widget>
88      </item>
89     </layout>
90    </item>
91    <item>
92     <widget class="QDialogButtonBox" name="buttonBox">
93      <property name="orientation">
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <property name="standardButtons">
97       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98      </property>
99     </widget>
100    </item>
101   </layout>
102  </widget>
103  <resources/>
104  <connections>
105   <connection>
106    <sender>buttonBox</sender>
107    <signal>accepted()</signal>
108    <receiver>AskPassphraseDialog</receiver>
109    <slot>accept()</slot>
110    <hints>
111     <hint type="sourcelabel">
112      <x>248</x>
113      <y>254</y>
114     </hint>
115     <hint type="destinationlabel">
116      <x>157</x>
117      <y>274</y>
118     </hint>
119    </hints>
120   </connection>
121   <connection>
122    <sender>buttonBox</sender>
123    <signal>rejected()</signal>
124    <receiver>AskPassphraseDialog</receiver>
125    <slot>reject()</slot>
126    <hints>
127     <hint type="sourcelabel">
128      <x>316</x>
129      <y>260</y>
130     </hint>
131     <hint type="destinationlabel">
132      <x>286</x>
133      <y>274</y>
134     </hint>
135    </hints>
136   </connection>
137  </connections>
138 </ui>