print large orphan warning BEFORE deleting pvMsg
[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="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      <item row="4" column="1">
90       <widget class="QLabel" name="capsLabel">
91        <property name="styleSheet">
92         <string notr="true">#capsLabel {
93         font: bold;
94 }</string>
95        </property>
96        <property name="text">
97         <string>TextLabel</string>
98        </property>
99        <property name="alignment">
100         <set>Qt::AlignCenter</set>
101        </property>
102       </widget>
103      </item>
104     </layout>
105    </item>
106    <item>
107     <widget class="QDialogButtonBox" name="buttonBox">
108      <property name="orientation">
109       <enum>Qt::Horizontal</enum>
110      </property>
111      <property name="standardButtons">
112       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
113      </property>
114     </widget>
115    </item>
116   </layout>
117  </widget>
118  <resources/>
119  <connections>
120   <connection>
121    <sender>buttonBox</sender>
122    <signal>accepted()</signal>
123    <receiver>AskPassphraseDialog</receiver>
124    <slot>accept()</slot>
125    <hints>
126     <hint type="sourcelabel">
127      <x>248</x>
128      <y>254</y>
129     </hint>
130     <hint type="destinationlabel">
131      <x>157</x>
132      <y>274</y>
133     </hint>
134    </hints>
135   </connection>
136   <connection>
137    <sender>buttonBox</sender>
138    <signal>rejected()</signal>
139    <receiver>AskPassphraseDialog</receiver>
140    <slot>reject()</slot>
141    <hints>
142     <hint type="sourcelabel">
143      <x>316</x>
144      <y>260</y>
145     </hint>
146     <hint type="destinationlabel">
147      <x>286</x>
148      <y>274</y>
149     </hint>
150    </hints>
151   </connection>
152  </connections>
153 </ui>