2012-05-28 04:44:54 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsWidgetGeneral</class>
|
|
|
|
<widget class="QWidget" name="SettingsWidgetGeneral">
|
2012-06-10 10:28:46 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-07-14 13:09:28 -04:00
|
|
|
<width>456</width>
|
2015-06-18 09:23:41 -04:00
|
|
|
<height>346</height>
|
2012-06-10 10:28:46 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-05-28 04:44:54 -04:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2014-05-15 12:26:01 -04:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2012-05-28 04:44:54 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="rememberLastDatabasesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember last databases</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-15 12:26:01 -04:00
|
|
|
<item row="1" column="0">
|
2015-03-14 23:06:53 -04:00
|
|
|
<widget class="QCheckBox" name="rememberLastKeyFilesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember last key files</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2014-05-15 12:26:01 -04:00
|
|
|
<widget class="QCheckBox" name="openPreviousDatabasesOnStartupCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open previous databases on startup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="3" column="0">
|
2012-06-10 15:54:58 -04:00
|
|
|
<widget class="QCheckBox" name="autoSaveOnExitCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save on exit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="4" column="0">
|
2014-05-15 12:26:01 -04:00
|
|
|
<widget class="QCheckBox" name="autoSaveAfterEveryChangeCheckBox">
|
2013-04-18 16:15:01 -04:00
|
|
|
<property name="text">
|
2014-05-15 12:26:01 -04:00
|
|
|
<string>Automatically save after every change</string>
|
2013-04-18 16:15:01 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="5" column="0">
|
2013-10-29 15:54:56 -04:00
|
|
|
<widget class="QCheckBox" name="minimizeOnCopyCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Minimize when copying to clipboard</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="6" column="0">
|
2014-04-14 17:31:56 -04:00
|
|
|
<widget class="QCheckBox" name="useGroupIconOnEntryCreationCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use group icon on entry creation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="7" column="0">
|
2014-05-15 12:26:01 -04:00
|
|
|
<widget class="QLabel" name="autoTypeShortcutLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global Auto-Type shortcut</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="7" column="1">
|
2014-05-15 12:26:01 -04:00
|
|
|
<widget class="ShortcutWidget" name="autoTypeShortcutWidget"/>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="8" column="0">
|
2014-05-15 12:26:01 -04:00
|
|
|
<widget class="QCheckBox" name="autoTypeEntryTitleMatchCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use entry title to match windows for global auto-type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="9" column="0">
|
2014-05-17 19:33:22 -04:00
|
|
|
<widget class="QLabel" name="languageLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="9" column="1">
|
2014-05-17 19:33:22 -04:00
|
|
|
<widget class="QComboBox" name="languageComboBox"/>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="10" column="0">
|
2014-11-02 04:15:44 -05:00
|
|
|
<widget class="QCheckBox" name="systrayShowCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show a system tray icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-14 23:06:53 -04:00
|
|
|
<item row="11" column="0">
|
2014-11-02 04:15:44 -05:00
|
|
|
<widget class="QCheckBox" name="systrayMinimizeToTrayCheckBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide window to system tray when minimized</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-18 09:23:41 -04:00
|
|
|
<item row="12" column="0">
|
|
|
|
<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>
|
2012-05-28 04:44:54 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-07-14 13:09:28 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ShortcutWidget</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>autotype/ShortcutWidget.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>rememberLastDatabasesCheckBox</tabstop>
|
2015-03-14 23:06:53 -04:00
|
|
|
<tabstop>rememberLastKeyFilesCheckBox</tabstop>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstop>openPreviousDatabasesOnStartupCheckBox</tabstop>
|
|
|
|
<tabstop>autoSaveOnExitCheckBox</tabstop>
|
|
|
|
<tabstop>autoSaveAfterEveryChangeCheckBox</tabstop>
|
|
|
|
<tabstop>minimizeOnCopyCheckBox</tabstop>
|
|
|
|
<tabstop>autoTypeShortcutWidget</tabstop>
|
|
|
|
</tabstops>
|
2012-05-28 04:44:54 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|