Last code updated...

This commit is contained in:
Martin Rotter 2014-02-02 22:00:05 +01:00
parent be167db45b
commit 37a3259166
1 changed files with 28 additions and 0 deletions

View File

@ -102,6 +102,9 @@
<property name="text">
<string>Update each</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="1">
@ -109,6 +112,15 @@
<property name="suffix">
<string> minutes</string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>15</number>
</property>
</widget>
</item>
<item row="7" column="0">
@ -248,5 +260,21 @@
</hint>
</hints>
</connection>
<connection>
<sender>m_checkAutoUpdate</sender>
<signal>toggled(bool)</signal>
<receiver>m_spinAutoUpdate</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>51</x>
<y>153</y>
</hint>
<hint type="destinationlabel">
<x>232</x>
<y>154</y>
</hint>
</hints>
</connection>
</connections>
</ui>