|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>WebBrowserWebAuthDialog</class> |
|
4 <widget class="QDialog" name="WebBrowserWebAuthDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="sizePolicy"> |
|
14 <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> |
|
15 <horstretch>0</horstretch> |
|
16 <verstretch>0</verstretch> |
|
17 </sizepolicy> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>Web Authentication</string> |
|
21 </property> |
|
22 <property name="sizeGripEnabled"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="QLabel" name="headerLabel"> |
|
28 <property name="text"> |
|
29 <string notr="true">Header</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QLabel" name="descriptionLabel"> |
|
35 <property name="text"> |
|
36 <string notr="true">Description</string> |
|
37 </property> |
|
38 <property name="wordWrap"> |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QGroupBox" name="pinGroupBox"> |
|
45 <property name="flat"> |
|
46 <bool>true</bool> |
|
47 </property> |
|
48 <layout class="QGridLayout" name="gridLayout"> |
|
49 <item row="0" column="0"> |
|
50 <widget class="QLabel" name="pinLabel"> |
|
51 <property name="text"> |
|
52 <string>PIN:</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="0" column="1"> |
|
57 <widget class="QLineEdit" name="pinEdit"> |
|
58 <property name="toolTip"> |
|
59 <string>Enter the PIN</string> |
|
60 </property> |
|
61 <property name="echoMode"> |
|
62 <enum>QLineEdit::Password</enum> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="0" column="2"> |
|
67 <widget class="QToolButton" name="pinButton"> |
|
68 <property name="toolTip"> |
|
69 <string>Press to show or hide the PIN.</string> |
|
70 </property> |
|
71 <property name="checkable"> |
|
72 <bool>true</bool> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="1" column="0"> |
|
77 <widget class="QLabel" name="confirmPinLabel"> |
|
78 <property name="text"> |
|
79 <string>Confirm PIN:</string> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item row="1" column="1"> |
|
84 <widget class="QLineEdit" name="confirmPinEdit"> |
|
85 <property name="toolTip"> |
|
86 <string>Enter the same PIN again.</string> |
|
87 </property> |
|
88 <property name="echoMode"> |
|
89 <enum>QLineEdit::Password</enum> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="2" column="1" colspan="2"> |
|
94 <widget class="QLabel" name="confirmPinErrorLabel"> |
|
95 <property name="text"> |
|
96 <string>PINs do not match!</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 <item row="3" column="0" colspan="3"> |
|
101 <widget class="QLabel" name="pinErrorLabel"> |
|
102 <property name="text"> |
|
103 <string notr="true">PIN Error</string> |
|
104 </property> |
|
105 <property name="wordWrap"> |
|
106 <bool>true</bool> |
|
107 </property> |
|
108 </widget> |
|
109 </item> |
|
110 </layout> |
|
111 </widget> |
|
112 </item> |
|
113 <item> |
|
114 <widget class="QScrollArea" name="selectAccountArea"> |
|
115 <property name="horizontalScrollBarPolicy"> |
|
116 <enum>Qt::ScrollBarAlwaysOff</enum> |
|
117 </property> |
|
118 <widget class="QWidget" name="selectAccountWidget"> |
|
119 <property name="geometry"> |
|
120 <rect> |
|
121 <x>0</x> |
|
122 <y>0</y> |
|
123 <width>450</width> |
|
124 <height>150</height> |
|
125 </rect> |
|
126 </property> |
|
127 </widget> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <widget class="QDialogButtonBox" name="buttonBox"> |
|
132 <property name="orientation"> |
|
133 <enum>Qt::Horizontal</enum> |
|
134 </property> |
|
135 <property name="standardButtons"> |
|
136 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Retry</set> |
|
137 </property> |
|
138 </widget> |
|
139 </item> |
|
140 </layout> |
|
141 </widget> |
|
142 <tabstops> |
|
143 <tabstop>pinEdit</tabstop> |
|
144 <tabstop>pinButton</tabstop> |
|
145 <tabstop>confirmPinEdit</tabstop> |
|
146 <tabstop>selectAccountArea</tabstop> |
|
147 </tabstops> |
|
148 <resources/> |
|
149 <connections/> |
|
150 </ui> |