2012-05-28 10:44:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-05-13 23:21:43 +02:00
|
|
|
<class>ApplicationSettingsWidgetGeneral</class>
|
|
|
|
<widget class="QWidget" name="ApplicationSettingsWidgetGeneral">
|
2012-06-10 15:28:46 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-10-06 21:12:59 +02:00
|
|
|
<width>684</width>
|
2018-05-13 23:21:43 +02:00
|
|
|
<height>842</height>
|
2012-06-10 15:28:46 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-02-22 15:30:27 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2014-05-15 18:26:01 +02:00
|
|
|
</property>
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="generalSettingsTabWidget">
|
|
|
|
<property name="currentIndex">
|
2018-05-13 23:21:43 +02:00
|
|
|
<number>0</number>
|
2014-04-14 23:31:56 +02:00
|
|
|
</property>
|
2017-02-22 15:30:27 +01:00
|
|
|
<widget class="QWidget" name="tabGeneral">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Basic Settings</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2017-07-18 19:17:14 +02:00
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QGroupBox" name="startupGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Startup</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="singleInstanceCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start only a single instance of KeePassXC</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="rememberLastDatabasesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember last databases</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="rememberLastKeyFilesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember last key files and security dongles</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="openPreviousDatabasesOnStartupCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load previous databases on startup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="systrayMinimizeOnStartup">
|
|
|
|
<property name="text">
|
|
|
|
<string>Minimize window at application startup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-02-22 15:30:27 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QGroupBox" name="saveGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>File Management</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="useAtomicSavesCheckBox">
|
|
|
|
<property name="text">
|
2018-01-28 10:14:36 -05:00
|
|
|
<string>Safely save database files (may be incompatible with Dropbox, etc)</string>
|
2018-01-17 20:13:13 -05:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="backupBeforeSaveCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Backup database file before saving</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoSaveAfterEveryChangeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save after every change</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoSaveOnExitCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save on exit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="ignoreGroupExpansionCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Don't mark database as modified for non-data changes (e.g., expanding groups)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoReloadOnChangeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically reload the database when modified externally</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-02-22 15:30:27 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-04 10:21:45 -04:00
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QGroupBox" name="entryGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Entry Management</string>
|
2017-04-04 10:21:45 -04:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2017-02-22 15:30:27 +01:00
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QCheckBox" name="useGroupIconOnEntryCreationCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use group icon on entry creation</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="minimizeOnCopyCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Minimize when copying to clipboard</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
</widget>
|
2017-02-22 15:30:27 +01:00
|
|
|
</item>
|
2017-08-17 21:02:21 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="detailsHideCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide the Details view</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-01-17 20:13:13 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="generalGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
2018-04-09 21:09:31 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toolbarHideCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide toolbar (icons)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 15:30:27 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="systrayShowCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show a system tray icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QWidget" name="systraySettings" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="systrayLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="systrayMinimizeToTrayCheckBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide window to system tray when minimized</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="systrayMinimizeOnCloseCheckBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide window to system tray instead of app exit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="systrayDarkIconCheckBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dark system tray icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="languageLabelLayout_2">
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="spacing">
|
2018-01-17 20:13:13 -05:00
|
|
|
<number>15</number>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2018-01-17 20:13:13 -05:00
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="languageLabel_2">
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="sizePolicy">
|
2018-01-17 20:13:13 -05:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
2017-02-22 15:30:27 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-01-17 20:13:13 -05:00
|
|
|
<string>Language</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-21 15:16:52 +03:00
|
|
|
<item>
|
2018-01-17 20:13:13 -05:00
|
|
|
<widget class="QComboBox" name="languageComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2017-10-21 15:16:52 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-02-22 15:30:27 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabAutotype">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Auto-Type</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoTypeEntryTitleMatchCheckBox">
|
|
|
|
<property name="text">
|
2017-06-28 19:22:59 +03:00
|
|
|
<string>Use entry title to match windows for global Auto-Type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoTypeEntryURLMatchCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use entry URL to match windows for global Auto-Type</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 16:08:06 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoTypeAskCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Always ask before performing Auto-Type</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 15:30:27 +01:00
|
|
|
<item>
|
2017-06-29 20:54:00 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>10</number>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
2017-06-29 20:54:00 +02:00
|
|
|
<item row="1" column="0">
|
2018-05-05 23:29:25 -04:00
|
|
|
<widget class="QLabel" name="autoTypeShortcutLabel">
|
2017-06-29 20:54:00 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Global Auto-Type shortcut</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="ShortcutWidget" name="autoTypeShortcutWidget">
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="sizePolicy">
|
2017-06-29 20:54:00 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2017-02-22 15:30:27 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-06-29 20:54:00 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-05 23:29:25 -04:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="autoTypeDelayLabel">
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="text">
|
2018-05-05 23:29:25 -04:00
|
|
|
<string>Auto-Type typing delay</string>
|
2017-02-22 15:30:27 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-05 23:29:25 -04:00
|
|
|
<item row="3" column="1">
|
2017-06-28 18:37:16 +03:00
|
|
|
<widget class="QSpinBox" name="autoTypeDelaySpinBox">
|
2017-02-22 15:30:27 +01:00
|
|
|
<property name="sizePolicy">
|
2017-06-28 18:37:16 +03:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2017-02-22 15:30:27 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-06-28 18:37:16 +03:00
|
|
|
<property name="suffix">
|
2018-01-20 13:47:30 +01:00
|
|
|
<string comment="Milliseconds"> ms</string>
|
2017-06-28 18:37:16 +03:00
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2018-05-05 23:29:25 -04:00
|
|
|
<number>1000</number>
|
2017-06-28 18:37:16 +03:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
2017-02-22 15:30:27 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-05 23:29:25 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="autoTypeStartDelayLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto-Type start delay</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="autoTypeStartDelaySpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
|
|
|
<string comment="Milliseconds"> ms</string>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 15:30:27 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-02-10 21:33:36 -05:00
|
|
|
</widget>
|
2017-02-10 17:06:26 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-28 10:44:54 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-07-14 19:09:28 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ShortcutWidget</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>autotype/ShortcutWidget.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2012-05-28 10:44:54 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|