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>
|
|
|
|
<height>146</height>
|
2012-06-10 10:28:46 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-05-28 04:44:54 -04:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<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>
|
2012-05-28 14:16:49 -04:00
|
|
|
<item row="1" column="0">
|
2012-05-30 05:21:42 -04:00
|
|
|
<widget class="QCheckBox" name="modifiedExpandedChangedCheckBox">
|
2012-05-28 14:16:49 -04:00
|
|
|
<property name="text">
|
2012-05-30 05:21:42 -04:00
|
|
|
<string>Mark as modified on expanded state changes</string>
|
2012-05-28 14:16:49 -04:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-10 15:54:58 -04:00
|
|
|
<item row="3" column="0">
|
2012-06-10 10:28:46 -04:00
|
|
|
<widget class="QCheckBox" name="autoSaveAfterEveryChangeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save after every change</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-10 15:54:58 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="autoSaveOnExitCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save on exit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-07-14 13:09:28 -04:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global Auto-Type shortcut</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="ShortcutWidget" name="autoTypeShortcutWidget"/>
|
|
|
|
</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>
|
2012-05-28 04:44:54 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|