2012-05-28 10:44:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsWidgetGeneral</class>
|
|
|
|
<widget class="QWidget" name="SettingsWidgetGeneral">
|
2012-06-10 15:28:46 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>354</width>
|
|
|
|
<height>104</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-05-28 10:44:54 +02: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 20:16:49 +02:00
|
|
|
<item row="1" column="0">
|
2012-05-30 11:21:42 +02:00
|
|
|
<widget class="QCheckBox" name="modifiedExpandedChangedCheckBox">
|
2012-05-28 20:16:49 +02:00
|
|
|
<property name="text">
|
2012-05-30 11:21:42 +02:00
|
|
|
<string>Mark as modified on expanded state changes</string>
|
2012-05-28 20:16:49 +02:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-10 15:28:46 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="autoSaveAfterEveryChangeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatically save after every change</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-28 10:44:54 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|