diff options
Diffstat (limited to 'tdescreensaver/kdesavers/fountaincfg.ui')
-rw-r--r-- | tdescreensaver/kdesavers/fountaincfg.ui | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/tdescreensaver/kdesavers/fountaincfg.ui b/tdescreensaver/kdesavers/fountaincfg.ui new file mode 100644 index 00000000..3b5eacd7 --- /dev/null +++ b/tdescreensaver/kdesavers/fountaincfg.ui @@ -0,0 +1,192 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>SetupUi</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>SetupUi</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>209</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>400</width> + <height>209</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>400</width> + <height>250</height> + </size> + </property> + <property name="caption"> + <string>Particle Fountain Setup</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>Layout4</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQCheckBox" row="3" column="0"> + <property name="name"> + <cstring>CheckBox1</cstring> + </property> + <property name="text"> + <string>Use textures</string> + </property> + </widget> + <widget class="TQPushButton" row="4" column="2"> + <property name="name"> + <cstring>PushButton3</cstring> + </property> + <property name="text"> + <string>&About</string> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="0"> + <property name="name"> + <cstring>SpinBox1</cstring> + </property> + <property name="maxValue"> + <number>500</number> + </property> + <property name="minValue"> + <number>25</number> + </property> + <property name="lineStep"> + <number>10</number> + </property> + <property name="value"> + <number>75</number> + </property> + </widget> + <widget class="TQPushButton" row="4" column="1"> + <property name="name"> + <cstring>PushButton2</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + <widget class="TQPushButton" row="4" column="0"> + <property name="name"> + <cstring>PushButton1</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="TQGroupBox" row="2" column="0"> + <property name="name"> + <cstring>GroupBox1</cstring> + </property> + <property name="title"> + <string>Shapes</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>Layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>RadioButton1</cstring> + </property> + <property name="text"> + <string>Stars</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>RadioButton1_2</cstring> + </property> + <property name="text"> + <string>Flares</string> + </property> + </widget> + </vbox> + </widget> + </grid> + </widget> + <widget class="TQWidget" row="0" column="1" rowspan="4" colspan="2"> + <property name="name"> + <cstring>preview</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="text"> + <string>Particle size:</string> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>RadioButton1_2</sender> + <signal>pressed()</signal> + <receiver>RadioButton1</receiver> + <slot>toggle()</slot> + </connection> + <connection> + <sender>RadioButton1</sender> + <signal>pressed()</signal> + <receiver>RadioButton1_2</receiver> + <slot>toggle()</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +</UI> |