Disable settings spinboxes by default.

They get enabled when the corresponding checkboxes are checked.
This commit is contained in:
Felix Geyer 2014-01-07 21:58:49 +01:00
parent a8edad1e27
commit 8e86437e89

View File

@ -16,13 +16,13 @@
<property name="text">
<string>Clear clipboard after</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="clearClipboardSpinBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> sec</string>
</property>
@ -43,6 +43,9 @@
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="lockDatabaseIdleSpinBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> sec</string>
</property>