summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/getmasterpwwnd.ui
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/getmasterpwwnd.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/getmasterpwwnd.ui110
1 files changed, 110 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/getmasterpwwnd.ui b/pwmanager/pwmanager/getmasterpwwnd.ui
new file mode 100644
index 0000000..78e3dec
--- a/dev/null
+++ b/pwmanager/pwmanager/getmasterpwwnd.ui
@@ -0,0 +1,110 @@
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>getMasterPwWnd</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>getMasterPwWnd</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>361</width>
12 <height>119</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Master-password</string>
17 </property>
18 <widget class="QPushButton">
19 <property name="name">
20 <cstring>okButton</cstring>
21 </property>
22 <property name="geometry">
23 <rect>
24 <x>10</x>
25 <y>80</y>
26 <width>107</width>
27 <height>27</height>
28 </rect>
29 </property>
30 <property name="text">
31 <string>&amp;OK</string>
32 </property>
33 </widget>
34 <widget class="QPushButton">
35 <property name="name">
36 <cstring>cancelButton</cstring>
37 </property>
38 <property name="geometry">
39 <rect>
40 <x>240</x>
41 <y>80</y>
42 <width>107</width>
43 <height>27</height>
44 </rect>
45 </property>
46 <property name="text">
47 <string>&amp;Cancel</string>
48 </property>
49 </widget>
50 <widget class="QLabel">
51 <property name="name">
52 <cstring>textLabel1</cstring>
53 </property>
54 <property name="geometry">
55 <rect>
56 <x>10</x>
57 <y>20</y>
58 <width>340</width>
59 <height>20</height>
60 </rect>
61 </property>
62 <property name="text">
63 <string>Please enter the master-password:</string>
64 </property>
65 <property name="alignment">
66 <set>WordBreak|AlignCenter</set>
67 </property>
68 </widget>
69 <widget class="QLineEdit">
70 <property name="name">
71 <cstring>pwLineEdit</cstring>
72 </property>
73 <property name="geometry">
74 <rect>
75 <x>10</x>
76 <y>50</y>
77 <width>340</width>
78 <height>20</height>
79 </rect>
80 </property>
81 <property name="echoMode">
82 <enum>Password</enum>
83 </property>
84 </widget>
85</widget>
86<connections>
87 <connection>
88 <sender>okButton</sender>
89 <signal>clicked()</signal>
90 <receiver>getMasterPwWnd</receiver>
91 <slot>okButton_slot()</slot>
92 </connection>
93 <connection>
94 <sender>cancelButton</sender>
95 <signal>clicked()</signal>
96 <receiver>getMasterPwWnd</receiver>
97 <slot>cancelButton_slot()</slot>
98 </connection>
99</connections>
100<tabstops>
101 <tabstop>pwLineEdit</tabstop>
102 <tabstop>okButton</tabstop>
103 <tabstop>cancelButton</tabstop>
104</tabstops>
105<slots>
106 <slot>okButton_slot()</slot>
107 <slot>cancelButton_slot()</slot>
108</slots>
109<layoutdefaults spacing="6" margin="11"/>
110</UI>