diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-04-26 18:43:25 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-05-20 20:16:35 +0200 |
commit | 749694a3f2fecddf44633067c24851d8719b181e (patch) | |
tree | 27c58f5c28223c8ae9aa5a01409a5e12ff0c52ca /asciiquarium/src/settingswidget.ui | |
parent | b0ef1b76e6bc94f5a8a35b9a43573eab81bca459 (diff) | |
download | tdeartwork-749694a3f2fecddf44633067c24851d8719b181e.tar.gz tdeartwork-749694a3f2fecddf44633067c24851d8719b181e.zip |
asciiquarium: Add cmake build support, app is renamed tdeasciiquarium.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'asciiquarium/src/settingswidget.ui')
-rw-r--r-- | asciiquarium/src/settingswidget.ui | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/asciiquarium/src/settingswidget.ui b/asciiquarium/src/settingswidget.ui deleted file mode 100644 index 16ead9a2..00000000 --- a/asciiquarium/src/settingswidget.ui +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>SettingsWidget</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>SettingsWidget</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>399</width> - <height>45</height> - </rect> - </property> - <property name="caption"> - <string>Asciiquarium Settings</string> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Number of Fish:</string> - </property> - </widget> - <widget class="TQSpinBox"> - <property name="name"> - <cstring>kcfg_fishCount</cstring> - </property> - <property name="maxValue"> - <number>50</number> - </property> - <property name="minValue"> - <number>1</number> - </property> - <property name="lineStep"> - <number>5</number> - </property> - <property name="value"> - <number>15</number> - </property> - </widget> - </hbox> -</widget> -<layoutdefaults spacing="6" margin="0"/> -</UI> |