mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
386 lines
11 KiB
XML
386 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PrefWidget</class>
|
|
<widget class="QDialog" name="PrefWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>563</width>
|
|
<height>352</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Timer Settings</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0" rowspan="4">
|
|
<widget class="QTreeWidget" name="m_list">
|
|
<property name="toolTip">
|
|
<string>List of countdowns you have set</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>New countdowns are put here. You can add and remove them, and stop and start them.</string>
|
|
</property>
|
|
<property name="allColumnsShowFocus">
|
|
<bool>true</bool>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>Counter</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Delay</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>State</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Command</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="KPushButton" name="m_add">
|
|
<property name="toolTip">
|
|
<string>Add a new task</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Add a new task to the list.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&New</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="KPushButton" name="m_remove">
|
|
<property name="toolTip">
|
|
<string>Remove a task</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Remove a task from the list.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QGroupBox" name="m_state">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>State</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="2" column="0" colspan="3">
|
|
<widget class="QSlider" name="m_slider">
|
|
<property name="toolTip">
|
|
<string>Speed up or slow down your countdown</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>You can use this slider to adjust the time.</string>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="3">
|
|
<widget class="QLCDNumber" name="m_counter">
|
|
<property name="toolTip">
|
|
<string>Time in seconds until command is executed</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This number is how many seconds are left for the selected countdown.</string>
|
|
</property>
|
|
<property name="digitCount">
|
|
<number>6</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QToolButton" name="m_pause">
|
|
<property name="toolTip">
|
|
<string>Pause a countdown</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Use this to pause a timer countdown.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>||</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QToolButton" name="m_start">
|
|
<property name="toolTip">
|
|
<string>Start a countdown</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Use this to start or restart a countdown.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QToolButton" name="m_stop">
|
|
<property name="toolTip">
|
|
<string>Stop a countdown</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Use this to stop the countdown for a task.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>=</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="KPushButton" name="m_help">
|
|
<property name="toolTip">
|
|
<string>Detailed help documentation</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Click here to open the help documentation viewer.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QGroupBox" name="m_settings">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>Settings</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="3" column="0" colspan="8">
|
|
<widget class="QCheckBox" name="m_loop">
|
|
<property name="toolTip">
|
|
<string>Check this box if you want your countdown to start over after it finishes</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Check this box if you want your countdown to start over after it finishes</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Loop</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="TextLabel2">
|
|
<property name="text">
|
|
<string>Delay:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="5" colspan="2">
|
|
<widget class="QSpinBox" name="m_delay">
|
|
<property name="toolTip">
|
|
<string>Enter the seconds here</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>You can change the amount of time in the countdown here.</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>59</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="8">
|
|
<widget class="QCheckBox" name="m_one">
|
|
<property name="toolTip">
|
|
<string>Check this box if you only want to open one copy of your program</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Check this box if you only want one instance to open</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start only &one instance</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="7">
|
|
<widget class="QLabel" name="TextLabel3">
|
|
<property name="text">
|
|
<string>seconds</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" colspan="3">
|
|
<widget class="QLabel" name="TextLabel1">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Command line:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QSpinBox" name="m_delayH">
|
|
<property name="toolTip">
|
|
<string>Enter the hours here</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QSpinBox" name="m_delayM">
|
|
<property name="toolTip">
|
|
<string>Enter the minutes here</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>59</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QLabel" name="TextLabel4">
|
|
<property name="text">
|
|
<string>hours</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="4">
|
|
<widget class="QLabel" name="TextLabel5">
|
|
<property name="text">
|
|
<string>minutes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="8">
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="3" colspan="6">
|
|
<widget class="KUrlRequester" name="m_commandLine">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="sizeIncrement">
|
|
<size>
|
|
<width>1</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>command you would like to run when time is up</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Enter a program you would like to run when the countdown is zero</string>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KUrlRequester</class>
|
|
<extends>QFrame</extends>
|
|
<header>kurlrequester.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>KPushButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header>kpushbutton.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>m_list</tabstop>
|
|
<tabstop>m_add</tabstop>
|
|
<tabstop>m_remove</tabstop>
|
|
<tabstop>m_commandLine</tabstop>
|
|
<tabstop>m_delayH</tabstop>
|
|
<tabstop>m_delayM</tabstop>
|
|
<tabstop>m_delay</tabstop>
|
|
<tabstop>m_loop</tabstop>
|
|
<tabstop>m_one</tabstop>
|
|
<tabstop>m_start</tabstop>
|
|
<tabstop>m_pause</tabstop>
|
|
<tabstop>m_stop</tabstop>
|
|
<tabstop>m_slider</tabstop>
|
|
<tabstop>m_help</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="global">kseparator.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|