kde-workspace/kscreensaver/kdesavers/asciiquarium/settingswidget.ui
2014-12-10 18:09:09 +00:00

59 lines
1.4 KiB
XML

<ui version="4.0" >
<class>SettingsWidget</class>
<widget class="QWidget" name="SettingsWidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>220</width>
<height>45</height>
</rect>
</property>
<property name="windowTitle" >
<string>Asciiquarium Settings</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<string>Number of Fish:</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="KIntSpinBox" name="kcfg_fishCount" >
<property name="toolTip" >
<string>Choose number of fish to show at once</string>
</property>
<property name="whatsThis" >
<string>This value controls the number of fish to show on screen at any given time.</string>
</property>
<property name="minimum" >
<number>1</number>
</property>
<property name="maximum" >
<number>50</number>
</property>
<property name="singleStep" >
<number>5</number>
</property>
<property name="value" >
<number>15</number>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KIntSpinBox</class>
<extends>QSpinBox</extends>
<header>knuminput.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>