keepassxc

Форк
0
/
ApplicationSettingsWidgetGeneral.ui 
1301 строка · 48.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>ApplicationSettingsWidgetGeneral</class>
4
 <widget class="QWidget" name="ApplicationSettingsWidgetGeneral">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>605</width>
10
    <height>969</height>
11
   </rect>
12
  </property>
13
  <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0">
14
   <property name="leftMargin">
15
    <number>0</number>
16
   </property>
17
   <property name="topMargin">
18
    <number>0</number>
19
   </property>
20
   <property name="rightMargin">
21
    <number>0</number>
22
   </property>
23
   <property name="bottomMargin">
24
    <number>0</number>
25
   </property>
26
   <item>
27
    <widget class="QTabWidget" name="generalSettingsTabWidget">
28
     <property name="currentIndex">
29
      <number>0</number>
30
     </property>
31
     <widget class="QWidget" name="tabGeneral">
32
      <attribute name="title">
33
       <string>Basic Settings</string>
34
      </attribute>
35
      <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
36
       <item>
37
        <widget class="QScrollArea" name="scrollArea">
38
         <property name="sizePolicy">
39
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
40
           <horstretch>0</horstretch>
41
           <verstretch>0</verstretch>
42
          </sizepolicy>
43
         </property>
44
         <property name="frameShape">
45
          <enum>QFrame::NoFrame</enum>
46
         </property>
47
         <property name="frameShadow">
48
          <enum>QFrame::Plain</enum>
49
         </property>
50
         <property name="horizontalScrollBarPolicy">
51
          <enum>Qt::ScrollBarAlwaysOff</enum>
52
         </property>
53
         <property name="widgetResizable">
54
          <bool>true</bool>
55
         </property>
56
         <widget class="QWidget" name="scrollAreaWidgetContents">
57
          <property name="geometry">
58
           <rect>
59
            <x>0</x>
60
            <y>0</y>
61
            <width>566</width>
62
            <height>975</height>
63
           </rect>
64
          </property>
65
          <layout class="QVBoxLayout" name="verticalLayout_8">
66
           <property name="spacing">
67
            <number>20</number>
68
           </property>
69
           <property name="leftMargin">
70
            <number>0</number>
71
           </property>
72
           <property name="topMargin">
73
            <number>0</number>
74
           </property>
75
           <property name="bottomMargin">
76
            <number>0</number>
77
           </property>
78
           <item>
79
            <widget class="QGroupBox" name="startupGroup">
80
             <property name="title">
81
              <string>Startup</string>
82
             </property>
83
             <layout class="QVBoxLayout" name="verticalLayout_4">
84
              <item>
85
               <widget class="QCheckBox" name="singleInstanceCheckBox">
86
                <property name="text">
87
                 <string>Start only a single instance of KeePassXC</string>
88
                </property>
89
                <property name="checked">
90
                 <bool>true</bool>
91
                </property>
92
               </widget>
93
              </item>
94
              <item>
95
               <widget class="QCheckBox" name="launchAtStartup">
96
                <property name="text">
97
                 <string>Automatically launch KeePassXC at system startup</string>
98
                </property>
99
               </widget>
100
              </item>
101
              <item>
102
               <widget class="QCheckBox" name="systrayMinimizeOnStartup">
103
                <property name="text">
104
                 <string>Minimize window at application startup</string>
105
                </property>
106
               </widget>
107
              </item>
108
              <item>
109
               <widget class="QCheckBox" name="minimizeAfterUnlockCheckBox">
110
                <property name="text">
111
                 <string>Minimize window after unlocking database</string>
112
                </property>
113
               </widget>
114
              </item>
115
              <item>
116
               <layout class="QHBoxLayout" name="horizontalLayout_6">
117
                <item>
118
                 <widget class="QCheckBox" name="rememberLastDatabasesCheckBox">
119
                  <property name="text">
120
                   <string>Remember previously used databases</string>
121
                  </property>
122
                  <property name="checked">
123
                   <bool>true</bool>
124
                  </property>
125
                 </widget>
126
                </item>
127
                <item>
128
                 <widget class="QSpinBox" name="rememberLastDatabasesSpinbox">
129
                  <property name="suffix">
130
                   <string> recent files</string>
131
                  </property>
132
                  <property name="minimum">
133
                   <number>1</number>
134
                  </property>
135
                  <property name="maximum">
136
                   <number>25</number>
137
                  </property>
138
                  <property name="value">
139
                   <number>5</number>
140
                  </property>
141
                 </widget>
142
                </item>
143
                <item>
144
                 <spacer name="horizontalSpacer_9">
145
                  <property name="orientation">
146
                   <enum>Qt::Horizontal</enum>
147
                  </property>
148
                  <property name="sizeHint" stdset="0">
149
                   <size>
150
                    <width>40</width>
151
                    <height>20</height>
152
                   </size>
153
                  </property>
154
                 </spacer>
155
                </item>
156
               </layout>
157
              </item>
158
              <item>
159
               <layout class="QHBoxLayout" name="rememberDbSubLayout_2">
160
                <property name="spacing">
161
                 <number>0</number>
162
                </property>
163
                <property name="sizeConstraint">
164
                 <enum>QLayout::SetMaximumSize</enum>
165
                </property>
166
                <item>
167
                 <spacer name="toolbarMovableSpacer_3">
168
                  <property name="orientation">
169
                   <enum>Qt::Horizontal</enum>
170
                  </property>
171
                  <property name="sizeType">
172
                   <enum>QSizePolicy::Fixed</enum>
173
                  </property>
174
                  <property name="sizeHint" stdset="0">
175
                   <size>
176
                    <width>30</width>
177
                    <height>20</height>
178
                   </size>
179
                  </property>
180
                 </spacer>
181
                </item>
182
                <item>
183
                 <widget class="QCheckBox" name="openPreviousDatabasesOnStartupCheckBox">
184
                  <property name="text">
185
                   <string>Load previously open databases on startup</string>
186
                  </property>
187
                  <property name="checked">
188
                   <bool>true</bool>
189
                  </property>
190
                 </widget>
191
                </item>
192
               </layout>
193
              </item>
194
              <item>
195
               <layout class="QHBoxLayout" name="rememberDbSubLayout">
196
                <property name="spacing">
197
                 <number>0</number>
198
                </property>
199
                <property name="sizeConstraint">
200
                 <enum>QLayout::SetMaximumSize</enum>
201
                </property>
202
                <item>
203
                 <spacer name="toolbarMovableSpacer_2">
204
                  <property name="orientation">
205
                   <enum>Qt::Horizontal</enum>
206
                  </property>
207
                  <property name="sizeType">
208
                   <enum>QSizePolicy::Fixed</enum>
209
                  </property>
210
                  <property name="sizeHint" stdset="0">
211
                   <size>
212
                    <width>30</width>
213
                    <height>20</height>
214
                   </size>
215
                  </property>
216
                 </spacer>
217
                </item>
218
                <item>
219
                 <widget class="QCheckBox" name="rememberLastKeyFilesCheckBox">
220
                  <property name="text">
221
                   <string>Remember database key files and security dongles</string>
222
                  </property>
223
                  <property name="checked">
224
                   <bool>true</bool>
225
                  </property>
226
                 </widget>
227
                </item>
228
               </layout>
229
              </item>
230
              <item>
231
               <widget class="QCheckBox" name="checkForUpdatesOnStartupCheckBox">
232
                <property name="text">
233
                 <string>Check for updates at application startup once per week</string>
234
                </property>
235
               </widget>
236
              </item>
237
              <item>
238
               <layout class="QHBoxLayout" name="checkUpdatesSubLayout">
239
                <property name="spacing">
240
                 <number>0</number>
241
                </property>
242
                <item>
243
                 <spacer name="checkUpdatesSpacer">
244
                  <property name="orientation">
245
                   <enum>Qt::Horizontal</enum>
246
                  </property>
247
                  <property name="sizeType">
248
                   <enum>QSizePolicy::Fixed</enum>
249
                  </property>
250
                  <property name="sizeHint" stdset="0">
251
                   <size>
252
                    <width>30</width>
253
                    <height>20</height>
254
                   </size>
255
                  </property>
256
                 </spacer>
257
                </item>
258
                <item>
259
                 <widget class="QCheckBox" name="checkForUpdatesIncludeBetasCheckBox">
260
                  <property name="enabled">
261
                   <bool>false</bool>
262
                  </property>
263
                  <property name="text">
264
                   <string>Include beta releases when checking for updates</string>
265
                  </property>
266
                 </widget>
267
                </item>
268
               </layout>
269
              </item>
270
              <item>
271
               <layout class="QGridLayout" name="showExpiredEntriesSubLayout">
272
                <property name="sizeConstraint">
273
                 <enum>QLayout::SetMaximumSize</enum>
274
                </property>
275
                <property name="spacing">
276
                 <number>6</number>
277
                </property>
278
                <item row="0" column="0">
279
                 <widget class="QCheckBox" name="showExpiredEntriesOnDatabaseUnlockCheckBox">
280
                  <property name="text">
281
                   <string>On database unlock, show entries that </string>
282
                  </property>
283
                 </widget>
284
                </item>
285
                <item row="0" column="1">
286
                 <widget class="QSpinBox" name="showExpiredEntriesOnDatabaseUnlockOffsetSpinBox">
287
                  <property name="enabled">
288
                   <bool>true</bool>
289
                  </property>
290
                  <property name="sizePolicy">
291
                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
292
                    <horstretch>0</horstretch>
293
                    <verstretch>0</verstretch>
294
                   </sizepolicy>
295
                  </property>
296
                  <property name="focusPolicy">
297
                   <enum>Qt::StrongFocus</enum>
298
                  </property>
299
                  <property name="accessibleName">
300
                   <string>On database unlock, show entries that </string>
301
                  </property>
302
                  <property name="specialValueText">
303
                   <string comment="On database unlock, show entries that...">have expired</string>
304
                  </property>
305
                  <property name="suffix">
306
                   <string comment="On database unlock, show entries that will expire within %1 days"> days</string>
307
                  </property>
308
                  <property name="prefix">
309
                   <string comment="On database unlock, show entries that...">will expire within </string>
310
                  </property>
311
                  <property name="minimum">
312
                   <number>0</number>
313
                  </property>
314
                  <property name="maximum">
315
                   <number>30</number>
316
                  </property>
317
                  <property name="value">
318
                   <number>0</number>
319
                  </property>
320
                 </widget>
321
                </item>
322
                <item row="0" column="2">
323
                 <spacer name="showExpiredEntriesSpacer">
324
                  <property name="orientation">
325
                   <enum>Qt::Horizontal</enum>
326
                  </property>
327
                  <property name="sizeHint" stdset="0">
328
                   <size>
329
                    <width>40</width>
330
                    <height>20</height>
331
                   </size>
332
                  </property>
333
                 </spacer>
334
                </item>
335
               </layout>
336
              </item>
337
             </layout>
338
            </widget>
339
           </item>
340
           <item>
341
            <widget class="QGroupBox" name="saveGroup">
342
             <property name="title">
343
              <string>File Management</string>
344
             </property>
345
             <layout class="QVBoxLayout" name="verticalLayout_5">
346
              <item>
347
               <widget class="QCheckBox" name="autoSaveAfterEveryChangeCheckBox">
348
                <property name="text">
349
                 <string>Automatically save after every change</string>
350
                </property>
351
               </widget>
352
              </item>
353
              <item>
354
               <widget class="QCheckBox" name="autoSaveOnExitCheckBox">
355
                <property name="text">
356
                 <string>Automatically save when locking database</string>
357
                </property>
358
               </widget>
359
              </item>
360
              <item>
361
               <widget class="QCheckBox" name="autoSaveNonDataChangesCheckBox">
362
                <property name="text">
363
                 <string>Automatically save non-data changes when locking database</string>
364
                </property>
365
               </widget>
366
              </item>
367
              <item>
368
               <widget class="QCheckBox" name="autoReloadOnChangeCheckBox">
369
                <property name="text">
370
                 <string>Automatically reload the database when modified externally</string>
371
                </property>
372
               </widget>
373
              </item>
374
              <item>
375
               <widget class="QCheckBox" name="backupBeforeSaveCheckBox">
376
                <property name="text">
377
                 <string>Backup database file before saving</string>
378
                </property>
379
               </widget>
380
              </item>
381
              <item>
382
               <layout class="QHBoxLayout" name="horizontalLayout_4">
383
                <item>
384
                 <widget class="QLabel" name="label">
385
                  <property name="sizePolicy">
386
                   <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
387
                    <horstretch>0</horstretch>
388
                    <verstretch>0</verstretch>
389
                   </sizepolicy>
390
                  </property>
391
                  <property name="text">
392
                   <string>Backup destination</string>
393
                  </property>
394
                  <property name="buddy">
395
                   <cstring>backupFilePath</cstring>
396
                  </property>
397
                 </widget>
398
                </item>
399
                <item>
400
                 <widget class="QLineEdit" name="backupFilePath">
401
                  <property name="enabled">
402
                   <bool>false</bool>
403
                  </property>
404
                  <property name="toolTip">
405
                   <string>Specifies the database backup file location. Occurrences of &quot;{DB_FILENAME}&quot; are replaced with the filename of the saved database without extension. {TIME:&lt;format&gt;} is replaced with the backup time, see https://doc.qt.io/qt-5/qdatetime.html#toString. &lt;format&gt; defaults to format string &quot;dd_MM_yyyy_hh-mm-ss&quot;.</string>
406
                  </property>
407
                  <property name="placeholderText">
408
                   <string>{DB_FILENAME}.old.kdbx</string>
409
                  </property>
410
                 </widget>
411
                </item>
412
                <item>
413
                 <widget class="QPushButton" name="backupFilePathPicker">
414
                  <property name="enabled">
415
                   <bool>false</bool>
416
                  </property>
417
                  <property name="text">
418
                   <string>Choose...</string>
419
                  </property>
420
                 </widget>
421
                </item>
422
               </layout>
423
              </item>
424
              <item>
425
               <layout class="QHBoxLayout" name="horizontalLayout_5"/>
426
              </item>
427
              <item>
428
               <widget class="QCheckBox" name="useAlternativeSaveCheckBox">
429
                <property name="text">
430
                 <string>Use alternative saving method (may solve problems with Dropbox, Google Drive, GVFS, etc.)</string>
431
                </property>
432
               </widget>
433
              </item>
434
              <item>
435
               <layout class="QHBoxLayout" name="horizontalLayout_3">
436
                <property name="spacing">
437
                 <number>0</number>
438
                </property>
439
                <item>
440
                 <spacer name="horizontalSpacer_8">
441
                  <property name="orientation">
442
                   <enum>Qt::Horizontal</enum>
443
                  </property>
444
                  <property name="sizeType">
445
                   <enum>QSizePolicy::Fixed</enum>
446
                  </property>
447
                  <property name="sizeHint" stdset="0">
448
                   <size>
449
                    <width>30</width>
450
                    <height>20</height>
451
                   </size>
452
                  </property>
453
                 </spacer>
454
                </item>
455
                <item>
456
                 <widget class="QComboBox" name="alternativeSaveComboBox">
457
                  <property name="enabled">
458
                   <bool>false</bool>
459
                  </property>
460
                  <item>
461
                   <property name="text">
462
                    <string>Temporary file moved into place</string>
463
                   </property>
464
                  </item>
465
                  <item>
466
                   <property name="text">
467
                    <string>Directly write to database file (dangerous)</string>
468
                   </property>
469
                  </item>
470
                 </widget>
471
                </item>
472
                <item>
473
                 <spacer name="horizontalSpacer_7">
474
                  <property name="orientation">
475
                   <enum>Qt::Horizontal</enum>
476
                  </property>
477
                  <property name="sizeHint" stdset="0">
478
                   <size>
479
                    <width>40</width>
480
                    <height>20</height>
481
                   </size>
482
                  </property>
483
                 </spacer>
484
                </item>
485
               </layout>
486
              </item>
487
             </layout>
488
            </widget>
489
           </item>
490
           <item>
491
            <widget class="QGroupBox" name="entryGroup">
492
             <property name="title">
493
              <string>Entry Management</string>
494
             </property>
495
             <layout class="QVBoxLayout" name="verticalLayout_6">
496
              <item>
497
               <widget class="QCheckBox" name="useGroupIconOnEntryCreationCheckBox">
498
                <property name="text">
499
                 <string>Use group icon on entry creation</string>
500
                </property>
501
                <property name="checked">
502
                 <bool>true</bool>
503
                </property>
504
               </widget>
505
              </item>
506
              <item>
507
               <widget class="QCheckBox" name="minimizeOnOpenUrlCheckBox">
508
                <property name="text">
509
                 <string>Minimize when opening a URL</string>
510
                </property>
511
               </widget>
512
              </item>
513
              <item>
514
               <widget class="QCheckBox" name="hideWindowOnCopyCheckBox">
515
                <property name="text">
516
                 <string>Hide window when copying to clipboard</string>
517
                </property>
518
               </widget>
519
              </item>
520
              <item>
521
               <layout class="QHBoxLayout" name="hideWindowLayout_1">
522
                <property name="spacing">
523
                 <number>0</number>
524
                </property>
525
                <item>
526
                 <spacer name="hideWindowSpacer_1">
527
                  <property name="orientation">
528
                   <enum>Qt::Horizontal</enum>
529
                  </property>
530
                  <property name="sizeType">
531
                   <enum>QSizePolicy::Fixed</enum>
532
                  </property>
533
                  <property name="sizeHint" stdset="0">
534
                   <size>
535
                    <width>30</width>
536
                    <height>20</height>
537
                   </size>
538
                  </property>
539
                 </spacer>
540
                </item>
541
                <item>
542
                 <widget class="QRadioButton" name="minimizeOnCopyRadioButton">
543
                  <property name="enabled">
544
                   <bool>false</bool>
545
                  </property>
546
                  <property name="text">
547
                   <string>Minimize</string>
548
                  </property>
549
                 </widget>
550
                </item>
551
               </layout>
552
              </item>
553
              <item>
554
               <layout class="QHBoxLayout" name="hideWindowLayout_2">
555
                <property name="spacing">
556
                 <number>0</number>
557
                </property>
558
                <item>
559
                 <spacer name="hideWindowSpacer_2">
560
                  <property name="orientation">
561
                   <enum>Qt::Horizontal</enum>
562
                  </property>
563
                  <property name="sizeType">
564
                   <enum>QSizePolicy::Fixed</enum>
565
                  </property>
566
                  <property name="sizeHint" stdset="0">
567
                   <size>
568
                    <width>30</width>
569
                    <height>20</height>
570
                   </size>
571
                  </property>
572
                 </spacer>
573
                </item>
574
                <item>
575
                 <widget class="QRadioButton" name="dropToBackgroundOnCopyRadioButton">
576
                  <property name="enabled">
577
                   <bool>false</bool>
578
                  </property>
579
                  <property name="text">
580
                   <string>Drop to background</string>
581
                  </property>
582
                 </widget>
583
                </item>
584
               </layout>
585
              </item>
586
              <item>
587
               <layout class="QHBoxLayout" name="horizontalLayout">
588
                <item>
589
                 <widget class="QLabel" name="faviconTimeoutLabel">
590
                  <property name="text">
591
                   <string>Favicon download timeout:</string>
592
                  </property>
593
                  <property name="buddy">
594
                   <cstring>faviconTimeoutSpinBox</cstring>
595
                  </property>
596
                 </widget>
597
                </item>
598
                <item>
599
                 <widget class="QSpinBox" name="faviconTimeoutSpinBox">
600
                  <property name="enabled">
601
                   <bool>true</bool>
602
                  </property>
603
                  <property name="focusPolicy">
604
                   <enum>Qt::StrongFocus</enum>
605
                  </property>
606
                  <property name="accessibleName">
607
                   <string>Website icon download timeout in seconds</string>
608
                  </property>
609
                  <property name="suffix">
610
                   <string comment="Seconds"> sec</string>
611
                  </property>
612
                  <property name="minimum">
613
                   <number>1</number>
614
                  </property>
615
                  <property name="maximum">
616
                   <number>60</number>
617
                  </property>
618
                  <property name="value">
619
                   <number>10</number>
620
                  </property>
621
                 </widget>
622
                </item>
623
                <item>
624
                 <spacer name="horizontalSpacer_2">
625
                  <property name="orientation">
626
                   <enum>Qt::Horizontal</enum>
627
                  </property>
628
                  <property name="sizeHint" stdset="0">
629
                   <size>
630
                    <width>40</width>
631
                    <height>20</height>
632
                   </size>
633
                  </property>
634
                 </spacer>
635
                </item>
636
               </layout>
637
              </item>
638
             </layout>
639
            </widget>
640
           </item>
641
           <item>
642
            <widget class="QGroupBox" name="generalGroup">
643
             <property name="title">
644
              <string>User Interface</string>
645
             </property>
646
             <layout class="QVBoxLayout" name="verticalLayout_7">
647
              <item>
648
               <layout class="QGridLayout" name="gridLayout_3">
649
                <property name="horizontalSpacing">
650
                 <number>10</number>
651
                </property>
652
                <item row="1" column="1">
653
                 <widget class="QComboBox" name="toolButtonStyleComboBox">
654
                  <property name="sizePolicy">
655
                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
656
                    <horstretch>0</horstretch>
657
                    <verstretch>0</verstretch>
658
                   </sizepolicy>
659
                  </property>
660
                  <property name="focusPolicy">
661
                   <enum>Qt::StrongFocus</enum>
662
                  </property>
663
                  <property name="accessibleName">
664
                   <string>Toolbar button style</string>
665
                  </property>
666
                  <property name="sizeAdjustPolicy">
667
                   <enum>QComboBox::AdjustToContents</enum>
668
                  </property>
669
                 </widget>
670
                </item>
671
                <item row="1" column="2">
672
                 <widget class="QCheckBox" name="toolbarMovableCheckBox">
673
                  <property name="enabled">
674
                   <bool>true</bool>
675
                  </property>
676
                  <property name="sizePolicy">
677
                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
678
                    <horstretch>0</horstretch>
679
                    <verstretch>0</verstretch>
680
                   </sizepolicy>
681
                  </property>
682
                  <property name="text">
683
                   <string>Movable toolbar</string>
684
                  </property>
685
                 </widget>
686
                </item>
687
                <item row="0" column="1">
688
                 <widget class="QComboBox" name="languageComboBox">
689
                  <property name="sizePolicy">
690
                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
691
                    <horstretch>0</horstretch>
692
                    <verstretch>0</verstretch>
693
                   </sizepolicy>
694
                  </property>
695
                  <property name="focusPolicy">
696
                   <enum>Qt::StrongFocus</enum>
697
                  </property>
698
                  <property name="accessibleName">
699
                   <string>Language selection</string>
700
                  </property>
701
                 </widget>
702
                </item>
703
                <item row="0" column="0">
704
                 <widget class="QLabel" name="languageLabel_2">
705
                  <property name="sizePolicy">
706
                   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
707
                    <horstretch>0</horstretch>
708
                    <verstretch>0</verstretch>
709
                   </sizepolicy>
710
                  </property>
711
                  <property name="text">
712
                   <string>Language:</string>
713
                  </property>
714
                  <property name="alignment">
715
                   <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
716
                  </property>
717
                  <property name="buddy">
718
                   <cstring>languageComboBox</cstring>
719
                  </property>
720
                 </widget>
721
                </item>
722
                <item row="0" column="2">
723
                 <widget class="QLabel" name="languageLabel_3">
724
                  <property name="text">
725
                   <string>(restart program to activate)</string>
726
                  </property>
727
                 </widget>
728
                </item>
729
                <item row="0" column="3">
730
                 <spacer name="horizontalSpacer_5">
731
                  <property name="orientation">
732
                   <enum>Qt::Horizontal</enum>
733
                  </property>
734
                  <property name="sizeHint" stdset="0">
735
                   <size>
736
                    <width>40</width>
737
                    <height>20</height>
738
                   </size>
739
                  </property>
740
                 </spacer>
741
                </item>
742
                <item row="1" column="0">
743
                 <widget class="QLabel" name="toolButtonStyleLabel">
744
                  <property name="enabled">
745
                   <bool>true</bool>
746
                  </property>
747
                  <property name="sizePolicy">
748
                   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
749
                    <horstretch>0</horstretch>
750
                    <verstretch>0</verstretch>
751
                   </sizepolicy>
752
                  </property>
753
                  <property name="styleSheet">
754
                   <string notr="true">margin-right: 5px</string>
755
                  </property>
756
                  <property name="text">
757
                   <string>Toolbar button style:</string>
758
                  </property>
759
                  <property name="alignment">
760
                   <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
761
                  </property>
762
                  <property name="buddy">
763
                   <cstring>toolButtonStyleComboBox</cstring>
764
                  </property>
765
                 </widget>
766
                </item>
767
               </layout>
768
              </item>
769
              <item>
770
               <widget class="QCheckBox" name="colorPasswordsCheckBox">
771
                <property name="text">
772
                 <string>Show passwords in color</string>
773
                </property>
774
               </widget>
775
              </item>
776
              <item>
777
               <widget class="QCheckBox" name="monospaceNotesCheckBox">
778
                <property name="text">
779
                 <string>Use monospaced font for notes</string>
780
                </property>
781
               </widget>
782
              </item>
783
              <item>
784
               <widget class="QCheckBox" name="minimizeOnCloseCheckBox">
785
                <property name="text">
786
                 <string>Minimize instead of app exit</string>
787
                </property>
788
               </widget>
789
              </item>
790
              <item>
791
               <widget class="QCheckBox" name="systrayShowCheckBox">
792
                <property name="text">
793
                 <string>Show a system tray icon</string>
794
                </property>
795
               </widget>
796
              </item>
797
              <item>
798
               <layout class="QGridLayout" name="gridLayout_2">
799
                <property name="sizeConstraint">
800
                 <enum>QLayout::SetMaximumSize</enum>
801
                </property>
802
                <property name="spacing">
803
                 <number>0</number>
804
                </property>
805
                <item row="0" column="0">
806
                 <spacer name="horizontalSpacer_3">
807
                  <property name="orientation">
808
                   <enum>Qt::Horizontal</enum>
809
                  </property>
810
                  <property name="sizeType">
811
                   <enum>QSizePolicy::Fixed</enum>
812
                  </property>
813
                  <property name="sizeHint" stdset="0">
814
                   <size>
815
                    <width>30</width>
816
                    <height>20</height>
817
                   </size>
818
                  </property>
819
                 </spacer>
820
                </item>
821
                <item row="0" column="3">
822
                 <widget class="QComboBox" name="trayIconAppearance">
823
                  <property name="enabled">
824
                   <bool>false</bool>
825
                  </property>
826
                  <property name="sizePolicy">
827
                   <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
828
                    <horstretch>0</horstretch>
829
                    <verstretch>0</verstretch>
830
                   </sizepolicy>
831
                  </property>
832
                  <property name="focusPolicy">
833
                   <enum>Qt::StrongFocus</enum>
834
                  </property>
835
                  <property name="accessibleName">
836
                   <string>Tray icon type</string>
837
                  </property>
838
                 </widget>
839
                </item>
840
                <item row="0" column="1">
841
                 <widget class="QLabel" name="trayIconAppearanceLabel">
842
                  <property name="enabled">
843
                   <bool>false</bool>
844
                  </property>
845
                  <property name="text">
846
                   <string>Tray icon type:</string>
847
                  </property>
848
                  <property name="buddy">
849
                   <cstring>trayIconAppearance</cstring>
850
                  </property>
851
                 </widget>
852
                </item>
853
                <item row="0" column="4">
854
                 <spacer name="horizontalSpacer_4">
855
                  <property name="orientation">
856
                   <enum>Qt::Horizontal</enum>
857
                  </property>
858
                  <property name="sizeHint" stdset="0">
859
                   <size>
860
                    <width>40</width>
861
                    <height>20</height>
862
                   </size>
863
                  </property>
864
                 </spacer>
865
                </item>
866
                <item row="0" column="2">
867
                 <spacer name="verticalSpacer_6">
868
                  <property name="orientation">
869
                   <enum>Qt::Horizontal</enum>
870
                  </property>
871
                  <property name="sizeType">
872
                   <enum>QSizePolicy::Fixed</enum>
873
                  </property>
874
                  <property name="sizeHint" stdset="0">
875
                   <size>
876
                    <width>6</width>
877
                    <height>0</height>
878
                   </size>
879
                  </property>
880
                 </spacer>
881
                </item>
882
               </layout>
883
              </item>
884
              <item>
885
               <widget class="QWidget" name="systraySettings" native="true">
886
                <layout class="QVBoxLayout" name="systrayLayout">
887
                 <property name="leftMargin">
888
                  <number>0</number>
889
                 </property>
890
                 <property name="topMargin">
891
                  <number>0</number>
892
                 </property>
893
                 <property name="rightMargin">
894
                  <number>0</number>
895
                 </property>
896
                 <property name="bottomMargin">
897
                  <number>0</number>
898
                 </property>
899
                 <item>
900
                  <layout class="QHBoxLayout" name="horizontalLayout_2">
901
                   <property name="spacing">
902
                    <number>0</number>
903
                   </property>
904
                   <property name="sizeConstraint">
905
                    <enum>QLayout::SetMaximumSize</enum>
906
                   </property>
907
                   <item>
908
                    <spacer name="horizontalSpacer">
909
                     <property name="orientation">
910
                      <enum>Qt::Horizontal</enum>
911
                     </property>
912
                     <property name="sizeType">
913
                      <enum>QSizePolicy::Fixed</enum>
914
                     </property>
915
                     <property name="sizeHint" stdset="0">
916
                      <size>
917
                       <width>30</width>
918
                       <height>20</height>
919
                      </size>
920
                     </property>
921
                    </spacer>
922
                   </item>
923
                   <item>
924
                    <widget class="QCheckBox" name="systrayMinimizeToTrayCheckBox">
925
                     <property name="enabled">
926
                      <bool>false</bool>
927
                     </property>
928
                     <property name="sizePolicy">
929
                      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
930
                       <horstretch>0</horstretch>
931
                       <verstretch>0</verstretch>
932
                      </sizepolicy>
933
                     </property>
934
                     <property name="text">
935
                      <string>Hide window to system tray when minimized</string>
936
                     </property>
937
                    </widget>
938
                   </item>
939
                  </layout>
940
                 </item>
941
                </layout>
942
               </widget>
943
              </item>
944
             </layout>
945
            </widget>
946
           </item>
947
           <item>
948
            <layout class="QHBoxLayout" name="resetSettingsSubLayout">
949
             <property name="spacing">
950
              <number>0</number>
951
             </property>
952
             <property name="sizeConstraint">
953
              <enum>QLayout::SetMaximumSize</enum>
954
             </property>
955
             <item>
956
              <widget class="QPushButton" name="resetSettingsButton">
957
               <property name="text">
958
                <string>Reset settings to default…</string>
959
               </property>
960
              </widget>
961
             </item>
962
             <item>
963
              <spacer name="spacer4">
964
               <property name="orientation">
965
                <enum>Qt::Horizontal</enum>
966
               </property>
967
               <property name="sizeType">
968
                <enum>QSizePolicy::Expanding</enum>
969
               </property>
970
               <property name="sizeHint" stdset="0">
971
                <size>
972
                 <width>50</width>
973
                 <height>20</height>
974
                </size>
975
               </property>
976
              </spacer>
977
             </item>
978
            </layout>
979
           </item>
980
           <item>
981
            <spacer name="verticalSpacer">
982
             <property name="orientation">
983
              <enum>Qt::Vertical</enum>
984
             </property>
985
             <property name="sizeHint" stdset="0">
986
              <size>
987
               <width>20</width>
988
               <height>0</height>
989
              </size>
990
             </property>
991
            </spacer>
992
           </item>
993
          </layout>
994
         </widget>
995
        </widget>
996
       </item>
997
      </layout>
998
     </widget>
999
     <widget class="QWidget" name="tabAutotype">
1000
      <attribute name="title">
1001
       <string>Auto-Type</string>
1002
      </attribute>
1003
      <layout class="QVBoxLayout" name="verticalLayout_2">
1004
       <property name="leftMargin">
1005
        <number>10</number>
1006
       </property>
1007
       <property name="topMargin">
1008
        <number>10</number>
1009
       </property>
1010
       <property name="rightMargin">
1011
        <number>10</number>
1012
       </property>
1013
       <property name="bottomMargin">
1014
        <number>10</number>
1015
       </property>
1016
       <item>
1017
        <widget class="QCheckBox" name="autoTypeEntryTitleMatchCheckBox">
1018
         <property name="text">
1019
          <string>Use entry title to match windows for global Auto-Type</string>
1020
         </property>
1021
        </widget>
1022
       </item>
1023
       <item>
1024
        <widget class="QCheckBox" name="autoTypeEntryURLMatchCheckBox">
1025
         <property name="text">
1026
          <string>Use entry URL to match windows for global Auto-Type</string>
1027
         </property>
1028
        </widget>
1029
       </item>
1030
       <item>
1031
        <widget class="QCheckBox" name="autoTypeAskCheckBox">
1032
         <property name="text">
1033
          <string>Always ask before performing Auto-Type</string>
1034
         </property>
1035
         <property name="checked">
1036
          <bool>true</bool>
1037
         </property>
1038
        </widget>
1039
       </item>
1040
       <item>
1041
        <widget class="QCheckBox" name="autoTypeHideExpiredEntryCheckBox">
1042
         <property name="text">
1043
          <string>Hide expired entries from Auto-Type</string>
1044
         </property>
1045
        </widget>
1046
       </item>
1047
       <item>
1048
        <widget class="QCheckBox" name="autoTypeRelockDatabaseCheckBox">
1049
         <property name="text">
1050
          <string>Re-lock previously locked database after performing Auto-Type</string>
1051
         </property>
1052
        </widget>
1053
       </item>
1054
       <item>
1055
        <spacer name="verticalSpacer_4">
1056
         <property name="orientation">
1057
          <enum>Qt::Vertical</enum>
1058
         </property>
1059
         <property name="sizeType">
1060
          <enum>QSizePolicy::Fixed</enum>
1061
         </property>
1062
         <property name="sizeHint" stdset="0">
1063
          <size>
1064
           <width>20</width>
1065
           <height>10</height>
1066
          </size>
1067
         </property>
1068
        </spacer>
1069
       </item>
1070
       <item>
1071
        <layout class="QGridLayout" name="gridLayout">
1072
         <property name="horizontalSpacing">
1073
          <number>10</number>
1074
         </property>
1075
         <property name="verticalSpacing">
1076
          <number>8</number>
1077
         </property>
1078
         <item row="2" column="0">
1079
          <widget class="QLabel" name="autoTypeStartDelayLabel">
1080
           <property name="text">
1081
            <string>Auto-Type start delay:</string>
1082
           </property>
1083
           <property name="alignment">
1084
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1085
           </property>
1086
           <property name="buddy">
1087
            <cstring>autoTypeStartDelaySpinBox</cstring>
1088
           </property>
1089
          </widget>
1090
         </item>
1091
         <item row="0" column="0">
1092
          <widget class="QLabel" name="autoTypeShortcutLabel">
1093
           <property name="text">
1094
            <string>Global Auto-Type shortcut:</string>
1095
           </property>
1096
           <property name="alignment">
1097
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1098
           </property>
1099
           <property name="buddy">
1100
            <cstring>autoTypeShortcutWidget</cstring>
1101
           </property>
1102
          </widget>
1103
         </item>
1104
         <item row="2" column="1">
1105
          <widget class="QSpinBox" name="autoTypeStartDelaySpinBox">
1106
           <property name="sizePolicy">
1107
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1108
             <horstretch>0</horstretch>
1109
             <verstretch>0</verstretch>
1110
            </sizepolicy>
1111
           </property>
1112
           <property name="accessibleName">
1113
            <string>Auto-type start delay milliseconds</string>
1114
           </property>
1115
           <property name="suffix">
1116
            <string comment="Milliseconds"> ms</string>
1117
           </property>
1118
           <property name="prefix">
1119
            <string/>
1120
           </property>
1121
           <property name="minimum">
1122
            <number>100</number>
1123
           </property>
1124
           <property name="maximum">
1125
            <number>10000</number>
1126
           </property>
1127
           <property name="singleStep">
1128
            <number>100</number>
1129
           </property>
1130
           <property name="value">
1131
            <number>500</number>
1132
           </property>
1133
          </widget>
1134
         </item>
1135
         <item row="3" column="0">
1136
          <widget class="QLabel" name="autoTypeDelayLabel">
1137
           <property name="text">
1138
            <string>Auto-Type typing delay:</string>
1139
           </property>
1140
           <property name="alignment">
1141
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1142
           </property>
1143
           <property name="buddy">
1144
            <cstring>autoTypeDelaySpinBox</cstring>
1145
           </property>
1146
          </widget>
1147
         </item>
1148
         <item row="0" column="2">
1149
          <spacer name="horizontalSpacer_6">
1150
           <property name="orientation">
1151
            <enum>Qt::Horizontal</enum>
1152
           </property>
1153
           <property name="sizeHint" stdset="0">
1154
            <size>
1155
             <width>0</width>
1156
             <height>20</height>
1157
            </size>
1158
           </property>
1159
          </spacer>
1160
         </item>
1161
         <item row="0" column="1">
1162
          <widget class="ShortcutWidget" name="autoTypeShortcutWidget">
1163
           <property name="sizePolicy">
1164
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1165
             <horstretch>0</horstretch>
1166
             <verstretch>0</verstretch>
1167
            </sizepolicy>
1168
           </property>
1169
           <property name="accessibleName">
1170
            <string>Global auto-type shortcut</string>
1171
           </property>
1172
          </widget>
1173
         </item>
1174
         <item row="3" column="1">
1175
          <widget class="QSpinBox" name="autoTypeDelaySpinBox">
1176
           <property name="sizePolicy">
1177
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1178
             <horstretch>0</horstretch>
1179
             <verstretch>0</verstretch>
1180
            </sizepolicy>
1181
           </property>
1182
           <property name="accessibleName">
1183
            <string>Auto-type character typing delay milliseconds</string>
1184
           </property>
1185
           <property name="suffix">
1186
            <string comment="Milliseconds"> ms</string>
1187
           </property>
1188
           <property name="prefix">
1189
            <string/>
1190
           </property>
1191
           <property name="maximum">
1192
            <number>1000</number>
1193
           </property>
1194
           <property name="value">
1195
            <number>25</number>
1196
           </property>
1197
          </widget>
1198
         </item>
1199
         <item row="1" column="0">
1200
          <widget class="QLabel" name="autoTypeRetypeLabel">
1201
           <property name="text">
1202
            <string>Remember last typed entry for:</string>
1203
           </property>
1204
          </widget>
1205
         </item>
1206
         <item row="1" column="1">
1207
          <widget class="QSpinBox" name="autoTypeRetypeTimeSpinBox">
1208
           <property name="suffix">
1209
            <string comment="Seconds"> sec</string>
1210
           </property>
1211
           <property name="minimum">
1212
            <number>0</number>
1213
           </property>
1214
           <property name="maximum">
1215
            <number>60</number>
1216
           </property>
1217
           <property name="value">
1218
            <number>15</number>
1219
           </property>
1220
          </widget>
1221
         </item>
1222
        </layout>
1223
       </item>
1224
       <item>
1225
        <spacer name="verticalSpacer_3">
1226
         <property name="orientation">
1227
          <enum>Qt::Vertical</enum>
1228
         </property>
1229
         <property name="sizeHint" stdset="0">
1230
          <size>
1231
           <width>20</width>
1232
           <height>0</height>
1233
          </size>
1234
         </property>
1235
        </spacer>
1236
       </item>
1237
      </layout>
1238
     </widget>
1239
    </widget>
1240
   </item>
1241
  </layout>
1242
 </widget>
1243
 <customwidgets>
1244
  <customwidget>
1245
   <class>ShortcutWidget</class>
1246
   <extends>QLineEdit</extends>
1247
   <header>gui/widgets/ShortcutWidget.h</header>
1248
  </customwidget>
1249
 </customwidgets>
1250
 <tabstops>
1251
  <tabstop>generalSettingsTabWidget</tabstop>
1252
  <tabstop>scrollArea</tabstop>
1253
  <tabstop>singleInstanceCheckBox</tabstop>
1254
  <tabstop>launchAtStartup</tabstop>
1255
  <tabstop>systrayMinimizeOnStartup</tabstop>
1256
  <tabstop>minimizeAfterUnlockCheckBox</tabstop>
1257
  <tabstop>rememberLastDatabasesCheckBox</tabstop>
1258
  <tabstop>rememberLastDatabasesSpinbox</tabstop>
1259
  <tabstop>openPreviousDatabasesOnStartupCheckBox</tabstop>
1260
  <tabstop>rememberLastKeyFilesCheckBox</tabstop>
1261
  <tabstop>checkForUpdatesOnStartupCheckBox</tabstop>
1262
  <tabstop>checkForUpdatesIncludeBetasCheckBox</tabstop>
1263
  <tabstop>showExpiredEntriesOnDatabaseUnlockCheckBox</tabstop>
1264
  <tabstop>showExpiredEntriesOnDatabaseUnlockOffsetSpinBox</tabstop>
1265
  <tabstop>autoSaveAfterEveryChangeCheckBox</tabstop>
1266
  <tabstop>autoSaveOnExitCheckBox</tabstop>
1267
  <tabstop>autoSaveNonDataChangesCheckBox</tabstop>
1268
  <tabstop>autoReloadOnChangeCheckBox</tabstop>
1269
  <tabstop>backupBeforeSaveCheckBox</tabstop>
1270
  <tabstop>backupFilePath</tabstop>
1271
  <tabstop>backupFilePathPicker</tabstop>
1272
  <tabstop>useAlternativeSaveCheckBox</tabstop>
1273
  <tabstop>alternativeSaveComboBox</tabstop>
1274
  <tabstop>useGroupIconOnEntryCreationCheckBox</tabstop>
1275
  <tabstop>minimizeOnOpenUrlCheckBox</tabstop>
1276
  <tabstop>hideWindowOnCopyCheckBox</tabstop>
1277
  <tabstop>minimizeOnCopyRadioButton</tabstop>
1278
  <tabstop>dropToBackgroundOnCopyRadioButton</tabstop>
1279
  <tabstop>faviconTimeoutSpinBox</tabstop>
1280
  <tabstop>languageComboBox</tabstop>
1281
  <tabstop>toolButtonStyleComboBox</tabstop>
1282
  <tabstop>toolbarMovableCheckBox</tabstop>
1283
  <tabstop>monospaceNotesCheckBox</tabstop>
1284
  <tabstop>minimizeOnCloseCheckBox</tabstop>
1285
  <tabstop>systrayShowCheckBox</tabstop>
1286
  <tabstop>trayIconAppearance</tabstop>
1287
  <tabstop>systrayMinimizeToTrayCheckBox</tabstop>
1288
  <tabstop>resetSettingsButton</tabstop>
1289
  <tabstop>autoTypeEntryTitleMatchCheckBox</tabstop>
1290
  <tabstop>autoTypeEntryURLMatchCheckBox</tabstop>
1291
  <tabstop>autoTypeAskCheckBox</tabstop>
1292
  <tabstop>autoTypeHideExpiredEntryCheckBox</tabstop>
1293
  <tabstop>autoTypeRelockDatabaseCheckBox</tabstop>
1294
  <tabstop>autoTypeShortcutWidget</tabstop>
1295
  <tabstop>autoTypeRetypeTimeSpinBox</tabstop>
1296
  <tabstop>autoTypeStartDelaySpinBox</tabstop>
1297
  <tabstop>autoTypeDelaySpinBox</tabstop>
1298
 </tabstops>
1299
 <resources/>
1300
 <connections/>
1301
</ui>
1302

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

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

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

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