topen_choosekey.ui - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
topen_choosekey.ui (4225B)
---
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5 <property name="sizePolicy">
6 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
7 <horstretch>0</horstretch>
8 <verstretch>0</verstretch>
9 </sizepolicy>
10 </property>
11 <property name="windowTitle">
12 <string>Dialog</string>
13 </property>
14 <property name="modal">
15 <bool>true</bool>
16 </property>
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item>
19 <widget class="QLabel" name="label">
20 <property name="text">
21 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
22 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
23 p, li { white-space: pre-wrap; }
24 </style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
25 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Auto-search</span></p></body></html></string>
26 </property>
27 <property name="textFormat">
28 <enum>Qt::RichText</enum>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <spacer name="verticalSpacer">
34 <property name="orientation">
35 <enum>Qt::Vertical</enum>
36 </property>
37 <property name="sizeType">
38 <enum>QSizePolicy::Expanding</enum>
39 </property>
40 <property name="sizeHint" stdset="0">
41 <size>
42 <width>20</width>
43 <height>40</height>
44 </size>
45 </property>
46 </spacer>
47 </item>
48 <item>
49 <layout class="QVBoxLayout" name="verticalLayout_radio">
50 <item>
51 <layout class="QVBoxLayout" name="verticalLayout_custom">
52 <item>
53 <widget class="QRadioButton" name="radioButton">
54 <property name="text">
55 <string>Custom location</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout_custom_input">
61 <item>
62 <widget class="QLineEdit" name="lineEdit">
63 <property name="readOnly">
64 <bool>false</bool>
65 </property>
66 <property name="placeholderText">
67 <string>/path/to/keyfile</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QPushButton" name="pushButton">
73 <property name="text">
74 <string>Choose file</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 </layout>
81 </item>
82 </layout>
83 </item>
84 <item>
85 <spacer name="verticalSpacer_2">
86 <property name="orientation">
87 <enum>Qt::Vertical</enum>
88 </property>
89 <property name="sizeType">
90 <enum>QSizePolicy::Expanding</enum>
91 </property>
92 <property name="sizeHint" stdset="0">
93 <size>
94 <width>20</width>
95 <height>40</height>
96 </size>
97 </property>
98 </spacer>
99 </item>
100 <item>
101 <widget class="QDialogButtonBox" name="buttonBox">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="standardButtons">
106 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
107 </property>
108 </widget>
109 </item>
110 </layout>
111 </widget>
112 <resources/>
113 <connections>
114 <connection>
115 <sender>buttonBox</sender>
116 <signal>accepted()</signal>
117 <receiver>Dialog</receiver>
118 <slot>accept()</slot>
119 <hints>
120 <hint type="sourcelabel">
121 <x>247</x>
122 <y>604</y>
123 </hint>
124 <hint type="destinationlabel">
125 <x>157</x>
126 <y>274</y>
127 </hint>
128 </hints>
129 </connection>
130 <connection>
131 <sender>buttonBox</sender>
132 <signal>rejected()</signal>
133 <receiver>Dialog</receiver>
134 <slot>reject()</slot>
135 <hints>
136 <hint type="sourcelabel">
137 <x>315</x>
138 <y>604</y>
139 </hint>
140 <hint type="destinationlabel">
141 <x>286</x>
142 <y>274</y>
143 </hint>
144 </hints>
145 </connection>
146 </connections>
147 </ui>