eric6/Helpviewer/Passwords/PasswordsDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PasswordsDialog</class>
4 <widget class="QDialog" name="PasswordsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Saved Passwords</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <spacer name="horizontalSpacer">
24 <property name="orientation">
25 <enum>Qt::Horizontal</enum>
26 </property>
27 <property name="sizeHint" stdset="0">
28 <size>
29 <width>40</width>
30 <height>20</height>
31 </size>
32 </property>
33 </spacer>
34 </item>
35 <item>
36 <layout class="QHBoxLayout" name="horizontalLayout">
37 <property name="spacing">
38 <number>0</number>
39 </property>
40 <item>
41 <widget class="E5ClearableLineEdit" name="searchEdit">
42 <property name="sizePolicy">
43 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <property name="minimumSize">
49 <size>
50 <width>300</width>
51 <height>0</height>
52 </size>
53 </property>
54 <property name="toolTip">
55 <string>Enter search term</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 </layout>
62 </item>
63 <item>
64 <widget class="E5TableView" name="passwordsTable">
65 <property name="alternatingRowColors">
66 <bool>true</bool>
67 </property>
68 <property name="selectionBehavior">
69 <enum>QAbstractItemView::SelectRows</enum>
70 </property>
71 <property name="textElideMode">
72 <enum>Qt::ElideMiddle</enum>
73 </property>
74 <property name="showGrid">
75 <bool>false</bool>
76 </property>
77 <property name="sortingEnabled">
78 <bool>true</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout_3">
84 <item>
85 <widget class="QPushButton" name="removeButton">
86 <property name="toolTip">
87 <string>Press to remove the selected entries</string>
88 </property>
89 <property name="text">
90 <string>&amp;Remove</string>
91 </property>
92 <property name="autoDefault">
93 <bool>false</bool>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QPushButton" name="removeAllButton">
99 <property name="toolTip">
100 <string>Press to remove all entries</string>
101 </property>
102 <property name="text">
103 <string>Remove &amp;All</string>
104 </property>
105 <property name="autoDefault">
106 <bool>false</bool>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer name="horizontalSpacer_2">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>208</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item>
124 <widget class="QPushButton" name="passwordsButton">
125 <property name="toolTip">
126 <string>Press to toggle the display of passwords</string>
127 </property>
128 <property name="text">
129 <string/>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item>
135 <item>
136 <widget class="QDialogButtonBox" name="buttonBox">
137 <property name="orientation">
138 <enum>Qt::Horizontal</enum>
139 </property>
140 <property name="standardButtons">
141 <set>QDialogButtonBox::Close</set>
142 </property>
143 </widget>
144 </item>
145 </layout>
146 </widget>
147 <customwidgets>
148 <customwidget>
149 <class>E5ClearableLineEdit</class>
150 <extends>QLineEdit</extends>
151 <header>E5Gui/E5LineEdit.h</header>
152 </customwidget>
153 <customwidget>
154 <class>E5TableView</class>
155 <extends>QTableView</extends>
156 <header>E5Gui/E5TableView.h</header>
157 </customwidget>
158 </customwidgets>
159 <tabstops>
160 <tabstop>searchEdit</tabstop>
161 <tabstop>passwordsTable</tabstop>
162 <tabstop>removeButton</tabstop>
163 <tabstop>removeAllButton</tabstop>
164 <tabstop>passwordsButton</tabstop>
165 <tabstop>buttonBox</tabstop>
166 </tabstops>
167 <resources/>
168 <connections>
169 <connection>
170 <sender>buttonBox</sender>
171 <signal>accepted()</signal>
172 <receiver>PasswordsDialog</receiver>
173 <slot>accept()</slot>
174 <hints>
175 <hint type="sourcelabel">
176 <x>237</x>
177 <y>340</y>
178 </hint>
179 <hint type="destinationlabel">
180 <x>157</x>
181 <y>274</y>
182 </hint>
183 </hints>
184 </connection>
185 <connection>
186 <sender>buttonBox</sender>
187 <signal>rejected()</signal>
188 <receiver>PasswordsDialog</receiver>
189 <slot>reject()</slot>
190 <hints>
191 <hint type="sourcelabel">
192 <x>325</x>
193 <y>340</y>
194 </hint>
195 <hint type="destinationlabel">
196 <x>286</x>
197 <y>274</y>
198 </hint>
199 </hints>
200 </connection>
201 </connections>
202 </ui>

eric ide

mercurial