diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-24 20:55:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-25 20:38:45 +0900 |
| commit | a2cb178bed086ae98097b5bded1817cc7704d2b4 (patch) | |
| tree | 83bcb15c64826e0d153e6efe981d943242dae9d9 /khotkeys/kcontrol/ui/waiting_widget_ui.ui | |
| parent | 12007bb689082f356835ae6ad4412ee414230e83 (diff) | |
| download | tdebase-a2cb178b.tar.gz tdebase-a2cb178b.zip | |
khotkeys: added 'waiting' action to the list of available choices.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7fed9587e9673983fe4128557baa33b23b71076f)
Diffstat (limited to 'khotkeys/kcontrol/ui/waiting_widget_ui.ui')
| -rw-r--r-- | khotkeys/kcontrol/ui/waiting_widget_ui.ui | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/khotkeys/kcontrol/ui/waiting_widget_ui.ui b/khotkeys/kcontrol/ui/waiting_widget_ui.ui new file mode 100644 index 000000000..5942a34ba --- /dev/null +++ b/khotkeys/kcontrol/ui/waiting_widget_ui.ui @@ -0,0 +1,72 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>KHotKeys::Waiting_widget_ui</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>Waiting_widget_ui</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>580</width> + <height>480</height> + </rect> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>waiting_label</cstring> + </property> + <property name="text"> + <string>Waiting time (ms): </string> + </property> + <property name="buddy" stdset="0"> + <cstring>waiting_spinbox</cstring> + </property> + </widget> + <widget class="KIntSpinBox"> + <property name="name"> + <cstring>waiting_spinbox</cstring> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>20000</number> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer16</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> +</widget> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> +</includes> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |
