keepassxc

Форк
0
/
MainWindow.ui 
1334 строки · 36.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="enabled">
6
   <bool>true</bool>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>800</width>
13
    <height>600</height>
14
   </rect>
15
  </property>
16
  <property name="minimumSize">
17
   <size>
18
    <width>800</width>
19
    <height>500</height>
20
   </size>
21
  </property>
22
  <property name="windowTitle">
23
   <string notr="true">KeePassXC</string>
24
  </property>
25
  <widget class="QWidget" name="centralwidget">
26
   <property name="enabled">
27
    <bool>true</bool>
28
   </property>
29
   <layout class="QVBoxLayout" name="verticalLayout">
30
    <property name="spacing">
31
     <number>0</number>
32
    </property>
33
    <property name="leftMargin">
34
     <number>0</number>
35
    </property>
36
    <property name="topMargin">
37
     <number>0</number>
38
    </property>
39
    <property name="rightMargin">
40
     <number>0</number>
41
    </property>
42
    <property name="bottomMargin">
43
     <number>0</number>
44
    </property>
45
    <item>
46
     <widget class="MessageWidget" name="globalMessageWidget" native="true">
47
      <property name="sizePolicy">
48
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
49
        <horstretch>0</horstretch>
50
        <verstretch>0</verstretch>
51
       </sizepolicy>
52
      </property>
53
     </widget>
54
    </item>
55
    <item>
56
     <widget class="Line" name="toolbarSeparator">
57
      <property name="frameShadow">
58
       <enum>QFrame::Plain</enum>
59
      </property>
60
      <property name="orientation">
61
       <enum>Qt::Horizontal</enum>
62
      </property>
63
     </widget>
64
    </item>
65
    <item>
66
     <widget class="QStackedWidget" name="stackedWidget">
67
      <property name="sizePolicy">
68
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
69
        <horstretch>0</horstretch>
70
        <verstretch>0</verstretch>
71
       </sizepolicy>
72
      </property>
73
      <property name="currentIndex">
74
       <number>2</number>
75
      </property>
76
      <widget class="QWidget" name="pageDatabase">
77
       <layout class="QVBoxLayout" name="verticalLayout_2">
78
        <property name="leftMargin">
79
         <number>0</number>
80
        </property>
81
        <property name="topMargin">
82
         <number>0</number>
83
        </property>
84
        <property name="rightMargin">
85
         <number>0</number>
86
        </property>
87
        <property name="bottomMargin">
88
         <number>0</number>
89
        </property>
90
        <item>
91
         <widget class="DatabaseTabWidget" name="tabWidget">
92
          <property name="currentIndex">
93
           <number>-1</number>
94
          </property>
95
          <property name="tabsClosable">
96
           <bool>true</bool>
97
          </property>
98
          <property name="movable">
99
           <bool>true</bool>
100
          </property>
101
         </widget>
102
        </item>
103
       </layout>
104
      </widget>
105
      <widget class="QWidget" name="pageSettings">
106
       <layout class="QVBoxLayout" name="verticalLayout_3">
107
        <property name="leftMargin">
108
         <number>0</number>
109
        </property>
110
        <property name="topMargin">
111
         <number>0</number>
112
        </property>
113
        <property name="rightMargin">
114
         <number>0</number>
115
        </property>
116
        <property name="bottomMargin">
117
         <number>0</number>
118
        </property>
119
        <item>
120
         <widget class="ApplicationSettingsWidget" name="settingsWidget" native="true"/>
121
        </item>
122
       </layout>
123
      </widget>
124
      <widget class="QWidget" name="pageWelcome">
125
       <layout class="QVBoxLayout" name="verticalLayout_5">
126
        <item>
127
         <layout class="QHBoxLayout" name="horizontalLayout">
128
          <item>
129
           <spacer name="horizontalSpacer">
130
            <property name="orientation">
131
             <enum>Qt::Horizontal</enum>
132
            </property>
133
            <property name="sizeType">
134
             <enum>QSizePolicy::MinimumExpanding</enum>
135
            </property>
136
            <property name="sizeHint" stdset="0">
137
             <size>
138
              <width>50</width>
139
              <height>20</height>
140
             </size>
141
            </property>
142
           </spacer>
143
          </item>
144
          <item>
145
           <widget class="WelcomeWidget" name="welcomeWidget" native="true"/>
146
          </item>
147
          <item>
148
           <spacer name="horizontalSpacer_2">
149
            <property name="orientation">
150
             <enum>Qt::Horizontal</enum>
151
            </property>
152
            <property name="sizeType">
153
             <enum>QSizePolicy::MinimumExpanding</enum>
154
            </property>
155
            <property name="sizeHint" stdset="0">
156
             <size>
157
              <width>50</width>
158
              <height>20</height>
159
             </size>
160
            </property>
161
           </spacer>
162
          </item>
163
         </layout>
164
        </item>
165
       </layout>
166
      </widget>
167
      <widget class="QWidget" name="pagePasswordGenerator">
168
       <layout class="QVBoxLayout" name="verticalLayout_6">
169
        <property name="leftMargin">
170
         <number>60</number>
171
        </property>
172
        <property name="topMargin">
173
         <number>30</number>
174
        </property>
175
        <property name="rightMargin">
176
         <number>60</number>
177
        </property>
178
        <item>
179
         <spacer name="verticalSpacer_2">
180
          <property name="orientation">
181
           <enum>Qt::Vertical</enum>
182
          </property>
183
          <property name="sizeHint" stdset="0">
184
           <size>
185
            <width>20</width>
186
            <height>40</height>
187
           </size>
188
          </property>
189
         </spacer>
190
        </item>
191
        <item>
192
         <widget class="PasswordGeneratorWidget" name="passwordGeneratorWidget" native="true"/>
193
        </item>
194
        <item>
195
         <spacer name="verticalSpacer">
196
          <property name="orientation">
197
           <enum>Qt::Vertical</enum>
198
          </property>
199
          <property name="sizeHint" stdset="0">
200
           <size>
201
            <width>20</width>
202
            <height>40</height>
203
           </size>
204
          </property>
205
         </spacer>
206
        </item>
207
       </layout>
208
      </widget>
209
     </widget>
210
    </item>
211
   </layout>
212
  </widget>
213
  <widget class="QMenuBar" name="menubar">
214
   <property name="geometry">
215
    <rect>
216
     <x>0</x>
217
     <y>0</y>
218
     <width>800</width>
219
     <height>22</height>
220
    </rect>
221
   </property>
222
   <property name="contextMenuPolicy">
223
    <enum>Qt::PreventContextMenu</enum>
224
   </property>
225
   <widget class="QMenu" name="menuFile">
226
    <property name="title">
227
     <string>&amp;Database</string>
228
    </property>
229
    <widget class="QMenu" name="menuRecentDatabases">
230
     <property name="title">
231
      <string>&amp;Recent Databases</string>
232
     </property>
233
    </widget>
234
    <widget class="QMenu" name="menuExport">
235
     <property name="title">
236
      <string>&amp;Export</string>
237
     </property>
238
     <addaction name="actionExportCsv"/>
239
     <addaction name="actionExportHtml"/>
240
     <addaction name="actionExportXML"/>
241
    </widget>
242
    <addaction name="actionDatabaseNew"/>
243
    <addaction name="actionDatabaseOpen"/>
244
    <addaction name="menuRecentDatabases"/>
245
    <addaction name="actionDatabaseSave"/>
246
    <addaction name="actionDatabaseSaveAs"/>
247
    <addaction name="actionDatabaseSaveBackup"/>
248
    <addaction name="actionDatabaseClose"/>
249
    <addaction name="separator"/>
250
    <addaction name="actionLockDatabase"/>
251
    <addaction name="actionLockAllDatabases"/>
252
    <addaction name="separator"/>
253
    <addaction name="actionReports"/>
254
    <addaction name="actionDatabaseSettings"/>
255
    <addaction name="actionDatabaseSecurity"/>
256
    <addaction name="separator"/>
257
    <addaction name="actionPasskeys"/>
258
    <addaction name="actionImportPasskey"/>
259
    <addaction name="separator"/>
260
    <addaction name="actionDatabaseMerge"/>
261
    <addaction name="actionImport"/>
262
    <addaction name="menuExport"/>
263
    <addaction name="separator"/>
264
    <addaction name="actionQuit"/>
265
   </widget>
266
   <widget class="QMenu" name="menuHelp">
267
    <property name="title">
268
     <string>&amp;Help</string>
269
    </property>
270
    <addaction name="separator"/>
271
    <addaction name="actionGettingStarted"/>
272
    <addaction name="actionUserGuide"/>
273
    <addaction name="actionKeyboardShortcuts"/>
274
    <addaction name="actionOnlineHelp"/>
275
    <addaction name="separator"/>
276
    <addaction name="actionCheckForUpdates"/>
277
    <addaction name="actionDonate"/>
278
    <addaction name="actionBugReport"/>
279
    <addaction name="actionAbout"/>
280
   </widget>
281
   <widget class="QMenu" name="menuEntries">
282
    <property name="title">
283
     <string>&amp;Entries</string>
284
    </property>
285
    <property name="separatorsCollapsible">
286
     <bool>true</bool>
287
    </property>
288
    <widget class="QMenu" name="menuEntryCopyAttribute">
289
     <property name="enabled">
290
      <bool>false</bool>
291
     </property>
292
     <property name="toolTip">
293
      <string/>
294
     </property>
295
     <property name="title">
296
      <string>Copy Att&amp;ribute</string>
297
     </property>
298
     <addaction name="actionEntryCopyTitle"/>
299
     <addaction name="actionEntryCopyNotes"/>
300
     <addaction name="separator"/>
301
    </widget>
302
    <widget class="QMenu" name="menuEntryTotp">
303
     <property name="enabled">
304
      <bool>false</bool>
305
     </property>
306
     <property name="title">
307
      <string>TOTP</string>
308
     </property>
309
     <addaction name="actionEntryCopyTotp"/>
310
     <addaction name="actionEntryCopyPasswordTotp"/>
311
     <addaction name="actionEntryTotp"/>
312
     <addaction name="actionEntryTotpQRCode"/>
313
     <addaction name="actionEntrySetupTotp"/>
314
    </widget>
315
    <widget class="QMenu" name="menuTags">
316
     <property name="title">
317
      <string>Tags</string>
318
     </property>
319
    </widget>
320
    <addaction name="actionEntryNew"/>
321
    <addaction name="actionEntryEdit"/>
322
    <addaction name="actionEntryClone"/>
323
    <addaction name="actionEntryDelete"/>
324
    <addaction name="separator"/>
325
    <addaction name="actionEntryMoveUp"/>
326
    <addaction name="actionEntryMoveDown"/>
327
    <addaction name="separator"/>
328
    <addaction name="actionEntryCopyUsername"/>
329
    <addaction name="actionEntryCopyPassword"/>
330
    <addaction name="actionEntryCopyURL"/>
331
    <addaction name="menuEntryCopyAttribute"/>
332
    <addaction name="menuEntryTotp"/>
333
    <addaction name="menuTags"/>
334
    <addaction name="separator"/>
335
    <addaction name="actionEntryAutoType"/>
336
    <addaction name="separator"/>
337
    <addaction name="actionEntryImportPasskey"/>
338
    <addaction name="separator"/>
339
    <addaction name="actionEntryOpenUrl"/>
340
    <addaction name="actionEntryDownloadIcon"/>
341
    <addaction name="separator"/>
342
    <addaction name="actionEntryAddToAgent"/>
343
    <addaction name="actionEntryRemoveFromAgent"/>
344
    <addaction name="separator"/>
345
    <addaction name="actionEntryRestore"/>
346
   </widget>
347
   <widget class="QMenu" name="menuGroups">
348
    <property name="title">
349
     <string>&amp;Groups</string>
350
    </property>
351
    <addaction name="actionGroupNew"/>
352
    <addaction name="actionGroupEdit"/>
353
    <addaction name="actionGroupClone"/>
354
    <addaction name="actionGroupDelete"/>
355
    <addaction name="actionGroupEmptyRecycleBin"/>
356
    <addaction name="separator"/>
357
    <addaction name="actionGroupDownloadFavicons"/>
358
    <addaction name="separator"/>
359
    <addaction name="actionGroupSortAsc"/>
360
    <addaction name="actionGroupSortDesc"/>
361
   </widget>
362
   <widget class="QMenu" name="menuTools">
363
    <property name="title">
364
     <string>&amp;Tools</string>
365
    </property>
366
    <addaction name="actionPasswordGenerator"/>
367
    <addaction name="actionSettings"/>
368
   </widget>
369
   <widget class="QMenu" name="menuView">
370
    <property name="title">
371
     <string>View</string>
372
    </property>
373
    <widget class="QMenu" name="menuTheme">
374
     <property name="title">
375
      <string>Theme</string>
376
     </property>
377
     <addaction name="actionThemeAuto"/>
378
     <addaction name="actionThemeLight"/>
379
     <addaction name="actionThemeDark"/>
380
     <addaction name="actionThemeClassic"/>
381
    </widget>
382
    <addaction name="menuTheme"/>
383
    <addaction name="actionCompactMode"/>
384
    <addaction name="actionAlwaysOnTop"/>
385
    <addaction name="actionAllowScreenCapture"/>
386
    <addaction name="actionShowPreviewPanel"/>
387
    <addaction name="actionShowMenubar"/>
388
    <addaction name="actionShowToolbar"/>
389
    <addaction name="actionHideUsernames"/>
390
    <addaction name="actionHidePasswords"/>
391
   </widget>
392
   <addaction name="menuFile"/>
393
   <addaction name="menuEntries"/>
394
   <addaction name="menuGroups"/>
395
   <addaction name="menuTools"/>
396
   <addaction name="menuView"/>
397
   <addaction name="menuHelp"/>
398
  </widget>
399
  <widget class="KPToolBar" name="toolBar">
400
   <property name="contextMenuPolicy">
401
    <enum>Qt::PreventContextMenu</enum>
402
   </property>
403
   <property name="movable">
404
    <bool>false</bool>
405
   </property>
406
   <property name="iconSize">
407
    <size>
408
     <width>26</width>
409
     <height>26</height>
410
    </size>
411
   </property>
412
   <attribute name="toolBarArea">
413
    <enum>TopToolBarArea</enum>
414
   </attribute>
415
   <attribute name="toolBarBreak">
416
    <bool>false</bool>
417
   </attribute>
418
   <addaction name="actionDatabaseOpen"/>
419
   <addaction name="actionDatabaseSave"/>
420
   <addaction name="actionLockDatabaseToolbar"/>
421
   <addaction name="separator"/>
422
   <addaction name="actionEntryNew"/>
423
   <addaction name="actionEntryEdit"/>
424
   <addaction name="actionEntryDelete"/>
425
   <addaction name="separator"/>
426
   <addaction name="actionEntryCopyUsername"/>
427
   <addaction name="actionEntryCopyPassword"/>
428
   <addaction name="actionEntryCopyURL"/>
429
   <addaction name="actionEntryAutoType"/>
430
   <addaction name="separator"/>
431
   <addaction name="actionPasswordGenerator"/>
432
   <addaction name="actionSettings"/>
433
   <addaction name="separator"/>
434
  </widget>
435
  <action name="actionQuit">
436
   <property name="text">
437
    <string>&amp;Quit</string>
438
   </property>
439
   <property name="toolTip">
440
    <string>Quit Application</string>
441
   </property>
442
   <property name="menuRole">
443
    <enum>QAction::QuitRole</enum>
444
   </property>
445
  </action>
446
  <action name="actionAbout">
447
   <property name="text">
448
    <string>&amp;About</string>
449
   </property>
450
   <property name="toolTip">
451
    <string>Open About Dialog</string>
452
   </property>
453
   <property name="menuRole">
454
    <enum>QAction::AboutRole</enum>
455
   </property>
456
  </action>
457
  <action name="actionCheckForUpdates">
458
   <property name="text">
459
    <string>&amp;Check for Updates</string>
460
   </property>
461
   <property name="menuRole">
462
    <enum>QAction::ApplicationSpecificRole</enum>
463
   </property>
464
  </action>
465
  <action name="actionDatabaseOpen">
466
   <property name="text">
467
    <string>&amp;Open Database…</string>
468
   </property>
469
   <property name="toolTip">
470
    <string>Open Database</string>
471
   </property>
472
  </action>
473
  <action name="actionDatabaseSave">
474
   <property name="enabled">
475
    <bool>false</bool>
476
   </property>
477
   <property name="text">
478
    <string>&amp;Save Database</string>
479
   </property>
480
  </action>
481
  <action name="actionDatabaseClose">
482
   <property name="enabled">
483
    <bool>false</bool>
484
   </property>
485
   <property name="text">
486
    <string>&amp;Close Database</string>
487
   </property>
488
  </action>
489
  <action name="actionDatabaseNew">
490
   <property name="text">
491
    <string>&amp;New Database…</string>
492
   </property>
493
   <property name="toolTip">
494
    <string>Create Database</string>
495
   </property>
496
  </action>
497
  <action name="actionDatabaseMerge">
498
   <property name="text">
499
    <string>&amp;Merge From Database…</string>
500
   </property>
501
   <property name="toolTip">
502
    <string>Merge From Database</string>
503
   </property>
504
  </action>
505
  <action name="actionEntryNew">
506
   <property name="enabled">
507
    <bool>false</bool>
508
   </property>
509
   <property name="text">
510
    <string>&amp;New Entry…</string>
511
   </property>
512
   <property name="toolTip">
513
    <string>Create Entry</string>
514
   </property>
515
  </action>
516
  <action name="actionEntryEdit">
517
   <property name="enabled">
518
    <bool>false</bool>
519
   </property>
520
   <property name="text">
521
    <string>&amp;Edit Entry…</string>
522
   </property>
523
   <property name="toolTip">
524
    <string>Edit Entry</string>
525
   </property>
526
  </action>
527
  <action name="actionEntryDelete">
528
   <property name="enabled">
529
    <bool>false</bool>
530
   </property>
531
   <property name="text">
532
    <string>&amp;Delete Entry…</string>
533
   </property>
534
   <property name="toolTip">
535
    <string>Delete Entry</string>
536
   </property>
537
  </action>
538
  <action name="actionGroupNew">
539
   <property name="enabled">
540
    <bool>false</bool>
541
   </property>
542
   <property name="text">
543
    <string>&amp;New Group…</string>
544
   </property>
545
   <property name="toolTip">
546
    <string>Create Group</string>
547
   </property>
548
  </action>
549
  <action name="actionGroupEdit">
550
   <property name="enabled">
551
    <bool>false</bool>
552
   </property>
553
   <property name="text">
554
    <string>&amp;Edit Group…</string>
555
   </property>
556
   <property name="toolTip">
557
    <string>Edit Group</string>
558
   </property>
559
  </action>
560
  <action name="actionGroupDelete">
561
   <property name="enabled">
562
    <bool>false</bool>
563
   </property>
564
   <property name="text">
565
    <string>&amp;Delete Group…</string>
566
   </property>
567
   <property name="toolTip">
568
    <string>Delete Group</string>
569
   </property>
570
  </action>
571
  <action name="actionGroupDownloadFavicons">
572
   <property name="enabled">
573
    <bool>false</bool>
574
   </property>
575
   <property name="text">
576
    <string>Download All &amp;Favicons…</string>
577
   </property>
578
   <property name="toolTip">
579
    <string>Download All Favicons</string>
580
   </property>
581
  </action>
582
  <action name="actionGroupSortAsc">
583
   <property name="enabled">
584
    <bool>false</bool>
585
   </property>
586
   <property name="text">
587
    <string>Sort &amp;A-Z</string>
588
   </property>
589
   <property name="toolTip">
590
    <string>Sort Groups A-Z</string>
591
   </property>
592
  </action>
593
  <action name="actionGroupSortDesc">
594
   <property name="enabled">
595
    <bool>false</bool>
596
   </property>
597
   <property name="text">
598
    <string>Sort &amp;Z-A</string>
599
   </property>
600
   <property name="toolTip">
601
    <string>Sort Groups Z-A</string>
602
   </property>
603
  </action>
604
  <action name="actionDatabaseSaveAs">
605
   <property name="enabled">
606
    <bool>false</bool>
607
   </property>
608
   <property name="text">
609
    <string>Sa&amp;ve Database As…</string>
610
   </property>
611
   <property name="toolTip">
612
    <string>Save Database As</string>
613
   </property>
614
  </action>
615
  <action name="actionDatabaseSecurity">
616
   <property name="enabled">
617
    <bool>false</bool>
618
   </property>
619
   <property name="text">
620
    <string>Database &amp;Security…</string>
621
   </property>
622
   <property name="toolTip">
623
    <string>Show Database Security</string>
624
   </property>
625
  </action>
626
  <action name="actionReports">
627
   <property name="enabled">
628
    <bool>false</bool>
629
   </property>
630
   <property name="text">
631
    <string>Database &amp;Reports…</string>
632
   </property>
633
   <property name="toolTip">
634
    <string>Show Database Reports</string>
635
   </property>
636
   <property name="menuRole">
637
    <enum>QAction::NoRole</enum>
638
   </property>
639
  </action>
640
  <action name="actionDatabaseSettings">
641
   <property name="enabled">
642
    <bool>false</bool>
643
   </property>
644
   <property name="text">
645
    <string>&amp;Database Settings…</string>
646
   </property>
647
   <property name="toolTip">
648
    <string>Show Database Settings</string>
649
   </property>
650
   <property name="menuRole">
651
    <enum>QAction::NoRole</enum>
652
   </property>
653
  </action>
654
  <action name="actionPasskeys">
655
   <property name="enabled">
656
    <bool>false</bool>
657
   </property>
658
   <property name="text">
659
    <string>Passkeys…</string>
660
   </property>
661
   <property name="toolTip">
662
    <string>Show Passkeys</string>
663
   </property>
664
   <property name="menuRole">
665
    <enum>QAction::NoRole</enum>
666
   </property>
667
  </action>
668
  <action name="actionImportPasskey">
669
   <property name="enabled">
670
    <bool>false</bool>
671
   </property>
672
   <property name="text">
673
    <string>Import Passkey</string>
674
   </property>
675
   <property name="toolTip">
676
    <string>Import Passkey</string>
677
   </property>
678
   <property name="menuRole">
679
    <enum>QAction::NoRole</enum>
680
   </property>
681
  </action>
682
  <action name="actionEntryClone">
683
   <property name="enabled">
684
    <bool>false</bool>
685
   </property>
686
   <property name="text">
687
    <string>&amp;Clone Entry…</string>
688
   </property>
689
   <property name="toolTip">
690
    <string>Clone Entry</string>
691
   </property>
692
  </action>
693
  <action name="actionEntryMoveUp">
694
   <property name="enabled">
695
    <bool>false</bool>
696
   </property>
697
   <property name="text">
698
    <string>Move u&amp;p</string>
699
   </property>
700
   <property name="toolTip">
701
    <string>Move Entry Up</string>
702
   </property>
703
  </action>
704
  <action name="actionEntryMoveDown">
705
   <property name="enabled">
706
    <bool>false</bool>
707
   </property>
708
   <property name="text">
709
    <string>Move do&amp;wn</string>
710
   </property>
711
   <property name="toolTip">
712
    <string>Move Entry Down</string>
713
   </property>
714
  </action>
715
  <action name="actionEntryCopyUsername">
716
   <property name="enabled">
717
    <bool>false</bool>
718
   </property>
719
   <property name="text">
720
    <string>Copy &amp;Username</string>
721
   </property>
722
   <property name="toolTip">
723
    <string>Copy Username</string>
724
   </property>
725
  </action>
726
  <action name="actionEntryCopyPassword">
727
   <property name="enabled">
728
    <bool>false</bool>
729
   </property>
730
   <property name="text">
731
    <string>Copy &amp;Password</string>
732
   </property>
733
   <property name="toolTip">
734
    <string>Copy Password</string>
735
   </property>
736
  </action>
737
  <action name="actionSettings">
738
   <property name="checkable">
739
    <bool>true</bool>
740
   </property>
741
   <property name="text">
742
    <string>&amp;Settings</string>
743
   </property>
744
   <property name="toolTip">
745
    <string>Show Application Settings</string>
746
   </property>
747
   <property name="menuRole">
748
    <enum>QAction::PreferencesRole</enum>
749
   </property>
750
  </action>
751
  <action name="actionPasswordGenerator">
752
   <property name="checkable">
753
    <bool>true</bool>
754
   </property>
755
   <property name="text">
756
    <string>&amp;Password Generator</string>
757
   </property>
758
   <property name="toolTip">
759
    <string>Show Password Generator</string>
760
   </property>
761
  </action>
762
  <action name="actionEntryAutoType">
763
   <property name="enabled">
764
    <bool>false</bool>
765
   </property>
766
   <property name="text">
767
    <string>Perform &amp;Auto-Type</string>
768
   </property>
769
  </action>
770
  <action name="actionEntryImportPasskey">
771
   <property name="enabled">
772
    <bool>false</bool>
773
   </property>
774
   <property name="text">
775
    <string>Import Passkey</string>
776
   </property>
777
  </action>
778
  <action name="actionEntryAutoTypeUsername">
779
   <property name="enabled">
780
    <bool>false</bool>
781
   </property>
782
   <property name="text">
783
    <string notr="true">{USERNAME}</string>
784
   </property>
785
   <property name="iconText">
786
    <string notr="true">{USERNAME}</string>
787
   </property>
788
   <property name="toolTip">
789
    <string>Perform Auto-Type: {USERNAME}</string>
790
   </property>
791
  </action>
792
  <action name="actionEntryAutoTypeUsernameEnter">
793
   <property name="enabled">
794
    <bool>false</bool>
795
   </property>
796
   <property name="text">
797
    <string notr="true">{USERNAME}{ENTER}</string>
798
   </property>
799
   <property name="iconText">
800
    <string notr="true">{USERNAME}{ENTER}</string>
801
   </property>
802
   <property name="toolTip">
803
    <string>Perform Auto-Type: {USERNAME}{ENTER}</string>
804
   </property>
805
  </action>
806
  <action name="actionEntryAutoTypePassword">
807
   <property name="enabled">
808
    <bool>false</bool>
809
   </property>
810
   <property name="text">
811
    <string notr="true">{PASSWORD}</string>
812
   </property>
813
   <property name="iconText">
814
    <string notr="true">{PASSWORD}</string>
815
   </property>
816
   <property name="toolTip">
817
    <string>Perform Auto-Type: {PASSWORD}</string>
818
   </property>
819
  </action>
820
  <action name="actionEntryAutoTypePasswordEnter">
821
   <property name="enabled">
822
    <bool>false</bool>
823
   </property>
824
   <property name="text">
825
    <string notr="true">{PASSWORD}{ENTER}</string>
826
   </property>
827
   <property name="iconText">
828
    <string notr="true">{PASSWORD}{ENTER}</string>
829
   </property>
830
   <property name="toolTip">
831
    <string>Perform Auto-Type: {PASSWORD}{ENTER}</string>
832
   </property>
833
  </action>
834
  <action name="actionEntryAutoTypeTOTP">
835
   <property name="enabled">
836
    <bool>false</bool>
837
   </property>
838
   <property name="text">
839
    <string notr="true">{TOTP}</string>
840
   </property>
841
   <property name="iconText">
842
    <string notr="true">{TOTP}</string>
843
   </property>
844
   <property name="toolTip">
845
    <string>Perform Auto-Type: {TOTP}</string>
846
   </property>
847
  </action>
848
  <action name="actionEntryDownloadIcon">
849
   <property name="text">
850
    <string>Download &amp;Favicon</string>
851
   </property>
852
  </action>
853
  <action name="actionEntryOpenUrl">
854
   <property name="enabled">
855
    <bool>false</bool>
856
   </property>
857
   <property name="text">
858
    <string>Open &amp;URL</string>
859
   </property>
860
  </action>
861
  <action name="actionLockDatabase">
862
   <property name="enabled">
863
    <bool>false</bool>
864
   </property>
865
   <property name="text">
866
    <string>&amp;Lock Database</string>
867
   </property>
868
  </action>
869
  <action name="actionLockAllDatabases">
870
   <property name="enabled">
871
    <bool>false</bool>
872
   </property>
873
   <property name="text">
874
    <string>Lock &amp;All Databases</string>
875
   </property>
876
  </action>
877
  <action name="actionEntryCopyTitle">
878
   <property name="enabled">
879
    <bool>false</bool>
880
   </property>
881
   <property name="text">
882
    <string>&amp;Title</string>
883
   </property>
884
   <property name="toolTip">
885
    <string>Copy Title</string>
886
   </property>
887
  </action>
888
  <action name="actionEntryCopyURL">
889
   <property name="enabled">
890
    <bool>false</bool>
891
   </property>
892
   <property name="text">
893
    <string>Copy &amp;URL</string>
894
   </property>
895
   <property name="toolTip">
896
    <string>Copy URL</string>
897
   </property>
898
  </action>
899
  <action name="actionEntryCopyNotes">
900
   <property name="enabled">
901
    <bool>false</bool>
902
   </property>
903
   <property name="text">
904
    <string>&amp;Notes</string>
905
   </property>
906
   <property name="toolTip">
907
    <string>Copy Notes</string>
908
   </property>
909
  </action>
910
  <action name="actionExportCsv">
911
   <property name="enabled">
912
    <bool>false</bool>
913
   </property>
914
   <property name="text">
915
    <string>&amp;CSV File…</string>
916
   </property>
917
   <property name="toolTip">
918
    <string>Export to CSV</string>
919
   </property>
920
  </action>
921
  <action name="actionExportHtml">
922
   <property name="enabled">
923
    <bool>false</bool>
924
   </property>
925
   <property name="text">
926
    <string>&amp;HTML File…</string>
927
   </property>
928
   <property name="toolTip">
929
    <string>Export to HTML</string>
930
   </property>
931
  </action>
932
  <action name="actionImportKeePass1">
933
   <property name="text">
934
    <string>KeePass 1 Database…</string>
935
   </property>
936
   <property name="toolTip">
937
    <string>Import KeePass1 Database</string>
938
   </property>
939
  </action>
940
  <action name="actionImportOpVault">
941
   <property name="text">
942
    <string>1Password Vault…</string>
943
   </property>
944
   <property name="toolTip">
945
    <string>Import 1Password Vault</string>
946
   </property>
947
  </action>
948
  <action name="actionImportCsv">
949
   <property name="text">
950
    <string>CSV File…</string>
951
   </property>
952
   <property name="toolTip">
953
    <string>Import CSV File</string>
954
   </property>
955
  </action>
956
  <action name="actionEntryTotp">
957
   <property name="text">
958
    <string>Show TOTP</string>
959
   </property>
960
  </action>
961
  <action name="actionEntryTotpQRCode">
962
   <property name="text">
963
    <string>Show QR Code</string>
964
   </property>
965
   <property name="toolTip">
966
    <string>Show TOTP QR Code</string>
967
   </property>
968
  </action>
969
  <action name="actionEntrySetupTotp">
970
   <property name="text">
971
    <string>Set up TOTP…</string>
972
   </property>
973
   <property name="toolTip">
974
    <string>Set up TOTP</string>
975
   </property>
976
  </action>
977
  <action name="actionEntryCopyTotp">
978
   <property name="text">
979
    <string>Copy &amp;TOTP</string>
980
   </property>
981
  </action>
982
  <action name="actionEntryCopyPasswordTotp">
983
   <property name="text">
984
    <string>Copy Password and TOTP</string>
985
   </property>
986
  </action>
987
  <action name="actionGroupEmptyRecycleBin">
988
   <property name="text">
989
    <string>E&amp;mpty recycle bin</string>
990
   </property>
991
   <property name="toolTip">
992
    <string>Empty Recycle Bin</string>
993
   </property>
994
   <property name="visible">
995
    <bool>false</bool>
996
   </property>
997
  </action>
998
  <action name="actionDonate">
999
   <property name="text">
1000
    <string>&amp;Donate</string>
1001
   </property>
1002
   <property name="toolTip">
1003
    <string>Open Donation Website</string>
1004
   </property>
1005
  </action>
1006
  <action name="actionBugReport">
1007
   <property name="text">
1008
    <string>Report a &amp;Bug</string>
1009
   </property>
1010
   <property name="toolTip">
1011
    <string>Open Bug Report</string>
1012
   </property>
1013
  </action>
1014
  <action name="actionGettingStarted">
1015
   <property name="text">
1016
    <string>&amp;Getting Started</string>
1017
   </property>
1018
   <property name="toolTip">
1019
    <string>Open Getting Started Guide</string>
1020
   </property>
1021
  </action>
1022
  <action name="actionOnlineHelp">
1023
   <property name="text">
1024
    <string>&amp;Online Help</string>
1025
   </property>
1026
   <property name="toolTip">
1027
    <string>Open Online Documentation</string>
1028
   </property>
1029
  </action>
1030
  <action name="actionUserGuide">
1031
   <property name="text">
1032
    <string>&amp;User Guide</string>
1033
   </property>
1034
   <property name="toolTip">
1035
    <string>Open User Guide</string>
1036
   </property>
1037
  </action>
1038
  <action name="actionKeyboardShortcuts">
1039
   <property name="text">
1040
    <string>&amp;Keyboard Shortcuts</string>
1041
   </property>
1042
   <property name="toolTip">
1043
    <string>Open Keyboard Shortcuts Guide</string>
1044
   </property>
1045
   <property name="shortcut">
1046
    <string notr="true">Ctrl+/</string>
1047
   </property>
1048
  </action>
1049
  <action name="actionDatabaseSaveBackup">
1050
   <property name="enabled">
1051
    <bool>false</bool>
1052
   </property>
1053
   <property name="text">
1054
    <string>Save Database Backup…</string>
1055
   </property>
1056
   <property name="toolTip">
1057
    <string>Save Database Backup</string>
1058
   </property>
1059
  </action>
1060
  <action name="actionEntryAddToAgent">
1061
   <property name="text">
1062
    <string>Add key to SSH Agent</string>
1063
   </property>
1064
   <property name="toolTip">
1065
    <string>SSH Agent: Add Key</string>
1066
   </property>
1067
  </action>
1068
  <action name="actionEntryRemoveFromAgent">
1069
   <property name="text">
1070
    <string>Remove key from SSH Agent</string>
1071
   </property>
1072
   <property name="toolTip">
1073
    <string>SSH Agent: Remove Key</string>
1074
   </property>
1075
  </action>
1076
  <action name="actionCompactMode">
1077
   <property name="checkable">
1078
    <bool>true</bool>
1079
   </property>
1080
   <property name="text">
1081
    <string>Compact Mode</string>
1082
   </property>
1083
   <property name="toolTip">
1084
    <string>Toggle Compact Mode</string>
1085
   </property>
1086
  </action>
1087
  <action name="actionThemeAuto">
1088
   <property name="checkable">
1089
    <bool>true</bool>
1090
   </property>
1091
   <property name="checked">
1092
    <bool>true</bool>
1093
   </property>
1094
   <property name="text">
1095
    <string>Automatic</string>
1096
   </property>
1097
   <property name="toolTip">
1098
    <string>Set Theme: Automatic</string>
1099
   </property>
1100
  </action>
1101
  <action name="actionThemeLight">
1102
   <property name="checkable">
1103
    <bool>true</bool>
1104
   </property>
1105
   <property name="text">
1106
    <string>Light</string>
1107
   </property>
1108
   <property name="toolTip">
1109
    <string>Set Theme: Light</string>
1110
   </property>
1111
  </action>
1112
  <action name="actionThemeDark">
1113
   <property name="checkable">
1114
    <bool>true</bool>
1115
   </property>
1116
   <property name="text">
1117
    <string>Dark</string>
1118
   </property>
1119
   <property name="toolTip">
1120
    <string>Set Theme: Dark</string>
1121
   </property>
1122
  </action>
1123
  <action name="actionThemeClassic">
1124
   <property name="checkable">
1125
    <bool>true</bool>
1126
   </property>
1127
   <property name="text">
1128
    <string>Classic (Platform-native)</string>
1129
   </property>
1130
   <property name="toolTip">
1131
    <string>Set Theme: Classic</string>
1132
   </property>
1133
  </action>
1134
  <action name="actionShowMenubar">
1135
   <property name="checkable">
1136
    <bool>true</bool>
1137
   </property>
1138
   <property name="checked">
1139
    <bool>true</bool>
1140
   </property>
1141
   <property name="text">
1142
    <string>Show Menubar</string>
1143
   </property>
1144
   <property name="toolTip">
1145
    <string>Toggle Show Menubar</string>
1146
   </property>
1147
  </action>
1148
  <action name="actionShowToolbar">
1149
   <property name="checkable">
1150
    <bool>true</bool>
1151
   </property>
1152
   <property name="checked">
1153
    <bool>true</bool>
1154
   </property>
1155
   <property name="text">
1156
    <string>Show Toolbar</string>
1157
   </property>
1158
   <property name="toolTip">
1159
    <string>Toggle Show Toolbar</string>
1160
   </property>
1161
  </action>
1162
  <action name="actionShowPreviewPanel">
1163
   <property name="checkable">
1164
    <bool>true</bool>
1165
   </property>
1166
   <property name="checked">
1167
    <bool>true</bool>
1168
   </property>
1169
   <property name="text">
1170
    <string>Show Preview Panel</string>
1171
   </property>
1172
   <property name="toolTip">
1173
    <string>Toggle Show Preview Panel</string>
1174
   </property>
1175
  </action>
1176
  <action name="actionAlwaysOnTop">
1177
   <property name="checkable">
1178
    <bool>true</bool>
1179
   </property>
1180
   <property name="text">
1181
    <string>Always on Top</string>
1182
   </property>
1183
   <property name="toolTip">
1184
    <string>Toggle Always on Top</string>
1185
   </property>
1186
   <property name="shortcut">
1187
    <string notr="true">Ctrl+Shift+A</string>
1188
   </property>
1189
  </action>
1190
  <action name="actionHideUsernames">
1191
   <property name="checkable">
1192
    <bool>true</bool>
1193
   </property>
1194
   <property name="text">
1195
    <string>Hide Usernames</string>
1196
   </property>
1197
   <property name="toolTip">
1198
    <string>Toggle Hide Usernames</string>
1199
   </property>
1200
   <property name="shortcut">
1201
    <string notr="true">Ctrl+Shift+B</string>
1202
   </property>
1203
  </action>
1204
  <action name="actionHidePasswords">
1205
   <property name="checkable">
1206
    <bool>true</bool>
1207
   </property>
1208
   <property name="checked">
1209
    <bool>true</bool>
1210
   </property>
1211
   <property name="text">
1212
    <string>Hide Passwords</string>
1213
   </property>
1214
   <property name="toolTip">
1215
    <string>Toggle Hide Passwords</string>
1216
   </property>
1217
   <property name="shortcut">
1218
    <string notr="true">Ctrl+Shift+C</string>
1219
   </property>
1220
  </action>
1221
  <action name="actionEntryAutoTypeSequence">
1222
   <property name="text">
1223
    <string notr="true">{USERNAME}{TAB}{PASSWORD}{ENTER}</string>
1224
   </property>
1225
   <property name="iconText">
1226
    <string notr="true">{USERNAME}{TAB}{PASSWORD}{ENTER}</string>
1227
   </property>
1228
   <property name="toolTip">
1229
    <string notr="true">Perform Auto-Type: Entry Default</string>
1230
   </property>
1231
  </action>
1232
  <action name="actionGroupClone">
1233
   <property name="enabled">
1234
    <bool>false</bool>
1235
   </property>
1236
   <property name="text">
1237
    <string>Clone Group...</string>
1238
   </property>
1239
  </action>
1240
  <action name="actionEntryRestore">
1241
   <property name="text">
1242
    <string notr="true" extracomment="Translatable string with plural form set in CPP file">Restore Entry(s)</string>
1243
   </property>
1244
   <property name="toolTip">
1245
    <string notr="true" extracomment="Translatable string with plural form set in CPP file">Restore Entry</string>
1246
   </property>
1247
   <property name="shortcut">
1248
    <string notr="true">Ctrl+R</string>
1249
   </property>
1250
  </action>
1251
  <action name="actionLockDatabaseToolbar">
1252
   <property name="enabled">
1253
    <bool>false</bool>
1254
   </property>
1255
   <property name="text">
1256
    <string>&amp;Lock Database</string>
1257
   </property>
1258
  </action>
1259
  <action name="actionExportXML">
1260
   <property name="enabled">
1261
    <bool>false</bool>
1262
   </property>
1263
   <property name="text">
1264
    <string>&amp;XML File…</string>
1265
   </property>
1266
   <property name="toolTip">
1267
    <string>Export to XML</string>
1268
   </property>
1269
  </action>
1270
  <action name="actionAllowScreenCapture">
1271
   <property name="checkable">
1272
    <bool>true</bool>
1273
   </property>
1274
   <property name="text">
1275
    <string>Allow Screen Capture</string>
1276
   </property>
1277
   <property name="toolTip">
1278
    <string>Toggle Allow Screen Capture</string>
1279
   </property>
1280
  </action>
1281
  <action name="actionImport1PUX">
1282
   <property name="text">
1283
    <string>1Password 1PUX...</string>
1284
   </property>
1285
   <property name="toolTip">
1286
    <string>Import a 1Password 1PUX file</string>
1287
   </property>
1288
  </action>
1289
  <action name="actionImport">
1290
   <property name="text">
1291
    <string>Import…</string>
1292
   </property>
1293
  </action>
1294
 </widget>
1295
 <customwidgets>
1296
  <customwidget>
1297
   <class>MessageWidget</class>
1298
   <extends>QWidget</extends>
1299
   <header>gui/MessageWidget.h</header>
1300
   <container>1</container>
1301
  </customwidget>
1302
  <customwidget>
1303
   <class>PasswordGeneratorWidget</class>
1304
   <extends>QWidget</extends>
1305
   <header>gui/PasswordGeneratorWidget.h</header>
1306
   <container>1</container>
1307
  </customwidget>
1308
  <customwidget>
1309
   <class>DatabaseTabWidget</class>
1310
   <extends>QTabWidget</extends>
1311
   <header>gui/DatabaseTabWidget.h</header>
1312
   <container>1</container>
1313
  </customwidget>
1314
  <customwidget>
1315
   <class>ApplicationSettingsWidget</class>
1316
   <extends>QWidget</extends>
1317
   <header>gui/ApplicationSettingsWidget.h</header>
1318
   <container>1</container>
1319
  </customwidget>
1320
  <customwidget>
1321
   <class>WelcomeWidget</class>
1322
   <extends>QWidget</extends>
1323
   <header>gui/WelcomeWidget.h</header>
1324
   <container>1</container>
1325
  </customwidget>
1326
  <customwidget>
1327
   <class>KPToolBar</class>
1328
   <extends>QToolBar</extends>
1329
   <header>gui/widgets/KPToolBar.h</header>
1330
  </customwidget>
1331
 </customwidgets>
1332
 <resources/>
1333
 <connections/>
1334
</ui>
1335

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

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

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

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