keepassxc

Форк
0
/
AutoTypeSelectDialog.ui 
238 строк · 6.7 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>AutoTypeSelectDialog</class>
4
 <widget class="QDialog" name="AutoTypeSelectDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>418</width>
10
    <height>303</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Auto-Type - KeePassXC</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <property name="topMargin">
18
    <number>6</number>
19
   </property>
20
   <property name="bottomMargin">
21
    <number>6</number>
22
   </property>
23
   <item>
24
    <layout class="QHBoxLayout" name="horizontalLayout_3">
25
     <item>
26
      <widget class="QLabel" name="label">
27
       <property name="text">
28
        <string>Double click a row to perform Auto-Type or find an entry using the search:</string>
29
       </property>
30
      </widget>
31
     </item>
32
     <item>
33
      <spacer name="horizontalSpacer_3">
34
       <property name="orientation">
35
        <enum>Qt::Horizontal</enum>
36
       </property>
37
       <property name="sizeHint" stdset="0">
38
        <size>
39
         <width>40</width>
40
         <height>20</height>
41
        </size>
42
       </property>
43
      </spacer>
44
     </item>
45
     <item>
46
      <widget class="QToolButton" name="helpButton">
47
       <property name="cursor">
48
        <cursorShape>PointingHandCursor</cursorShape>
49
       </property>
50
       <property name="focusPolicy">
51
        <enum>Qt::NoFocus</enum>
52
       </property>
53
       <property name="toolTip">
54
        <string>&lt;p&gt;You can use advanced search queries to find any entry in your open databases. The following shortcuts are useful:&lt;br/&gt;
55
Ctrl+F - Toggle database search&lt;br/&gt;
56
Ctrl+1 - Type username&lt;br/&gt;
57
Ctrl+2 - Type password&lt;br/&gt;
58
Ctrl+3 - Type TOTP&lt;br/&gt;
59
Ctrl+4 - Use Virtual Keyboard (Windows Only)&lt;/p&gt;</string>
60
       </property>
61
       <property name="styleSheet">
62
        <string notr="true">QToolButton {
63
	border: none;
64
	background: none;
65
}</string>
66
       </property>
67
       <property name="text">
68
        <string notr="true">?</string>
69
       </property>
70
      </widget>
71
     </item>
72
    </layout>
73
   </item>
74
   <item>
75
    <widget class="AutoTypeMatchView" name="view">
76
     <property name="sizePolicy">
77
      <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
78
       <horstretch>0</horstretch>
79
       <verstretch>0</verstretch>
80
      </sizepolicy>
81
     </property>
82
     <property name="minimumSize">
83
      <size>
84
       <width>0</width>
85
       <height>175</height>
86
      </size>
87
     </property>
88
     <property name="cursor" stdset="0">
89
      <cursorShape>PointingHandCursor</cursorShape>
90
     </property>
91
     <property name="tabKeyNavigation">
92
      <bool>false</bool>
93
     </property>
94
     <property name="showDropIndicator" stdset="0">
95
      <bool>false</bool>
96
     </property>
97
     <property name="alternatingRowColors">
98
      <bool>true</bool>
99
     </property>
100
     <property name="selectionMode">
101
      <enum>QAbstractItemView::SingleSelection</enum>
102
     </property>
103
     <property name="selectionBehavior">
104
      <enum>QAbstractItemView::SelectRows</enum>
105
     </property>
106
     <property name="sortingEnabled">
107
      <bool>true</bool>
108
     </property>
109
     <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
110
      <bool>true</bool>
111
     </attribute>
112
     <attribute name="horizontalHeaderStretchLastSection">
113
      <bool>true</bool>
114
     </attribute>
115
     <attribute name="verticalHeaderVisible">
116
      <bool>false</bool>
117
     </attribute>
118
    </widget>
119
   </item>
120
   <item>
121
    <widget class="QWidget" name="buttonBox_2" native="true">
122
     <layout class="QHBoxLayout" name="horizontalLayout_2">
123
      <property name="spacing">
124
       <number>10</number>
125
      </property>
126
      <property name="leftMargin">
127
       <number>0</number>
128
      </property>
129
      <property name="topMargin">
130
       <number>0</number>
131
      </property>
132
      <property name="rightMargin">
133
       <number>0</number>
134
      </property>
135
      <property name="bottomMargin">
136
       <number>0</number>
137
      </property>
138
      <item>
139
       <widget class="QCheckBox" name="searchCheckBox">
140
        <property name="text">
141
         <string>Search all open databases</string>
142
        </property>
143
       </widget>
144
      </item>
145
      <item>
146
       <spacer name="horizontalSpacer">
147
        <property name="orientation">
148
         <enum>Qt::Horizontal</enum>
149
        </property>
150
        <property name="sizeHint" stdset="0">
151
         <size>
152
          <width>40</width>
153
          <height>20</height>
154
         </size>
155
        </property>
156
       </spacer>
157
      </item>
158
     </layout>
159
    </widget>
160
   </item>
161
   <item>
162
    <widget class="QLineEdit" name="search">
163
     <property name="sizePolicy">
164
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
165
       <horstretch>0</horstretch>
166
       <verstretch>0</verstretch>
167
      </sizepolicy>
168
     </property>
169
     <property name="minimumSize">
170
      <size>
171
       <width>400</width>
172
       <height>0</height>
173
      </size>
174
     </property>
175
     <property name="placeholderText">
176
      <string>Search…</string>
177
     </property>
178
     <property name="clearButtonEnabled">
179
      <bool>true</bool>
180
     </property>
181
    </widget>
182
   </item>
183
   <item>
184
    <layout class="QHBoxLayout" name="horizontalLayout">
185
     <item>
186
      <spacer name="horizontalSpacer_2">
187
       <property name="orientation">
188
        <enum>Qt::Horizontal</enum>
189
       </property>
190
       <property name="sizeHint" stdset="0">
191
        <size>
192
         <width>40</width>
193
         <height>20</height>
194
        </size>
195
       </property>
196
      </spacer>
197
     </item>
198
     <item>
199
      <widget class="QToolButton" name="action">
200
       <property name="text">
201
        <string>Type Sequence</string>
202
       </property>
203
       <property name="popupMode">
204
        <enum>QToolButton::MenuButtonPopup</enum>
205
       </property>
206
      </widget>
207
     </item>
208
     <item>
209
      <widget class="QPushButton" name="cancelButton">
210
       <property name="text">
211
        <string>Cancel</string>
212
       </property>
213
       <property name="autoDefault">
214
        <bool>false</bool>
215
       </property>
216
      </widget>
217
     </item>
218
    </layout>
219
   </item>
220
  </layout>
221
 </widget>
222
 <customwidgets>
223
  <customwidget>
224
   <class>AutoTypeMatchView</class>
225
   <extends>QTableView</extends>
226
   <header>autotype/AutoTypeMatchView.h</header>
227
  </customwidget>
228
 </customwidgets>
229
 <tabstops>
230
  <tabstop>view</tabstop>
231
  <tabstop>searchCheckBox</tabstop>
232
  <tabstop>search</tabstop>
233
 </tabstops>
234
 <resources>
235
  <include location="../../share/icons/icons.qrc"/>
236
 </resources>
237
 <connections/>
238
</ui>
239

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.