diff options
author | Slávek Banko <[email protected]> | 2013-08-21 21:26:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-21 21:26:05 +0200 |
commit | 29b50d195f91ee5131805a0ca9fe45ab77655c8a (patch) | |
tree | 2ccda3f73a19fa8f03e6c02f9113728e5aad1d44 /src/progpreferences.ui | |
download | klcddimmer-29b50d195f91ee5131805a0ca9fe45ab77655c8a.tar.gz klcddimmer-29b50d195f91ee5131805a0ca9fe45ab77655c8a.zip |
Initial import of klcddimmer 0.3
Diffstat (limited to 'src/progpreferences.ui')
-rw-r--r-- | src/progpreferences.ui | 292 |
1 files changed, 292 insertions, 0 deletions
diff --git a/src/progpreferences.ui b/src/progpreferences.ui new file mode 100644 index 0000000..a8e208f --- /dev/null +++ b/src/progpreferences.ui @@ -0,0 +1,292 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProgPreferences</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProgPreferences</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>480</height> + </rect> + </property> + <property name="caption"> + <string>Form1</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout11</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>program</string> + </property> + </widget> + <widget class="QLineEdit"> + <property name="name"> + <cstring>kcfg_Program</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>the program to set the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>the program to set the brightness</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>set argument</string> + </property> + </widget> + <widget class="QLineEdit"> + <property name="name"> + <cstring>kcfg_SetArgument</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>the argument to pass to the program<br>to set the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>the argument to pass to the program<br> +to set the brightness</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>get argument</string> + </property> + </widget> + <widget class="QLineEdit"> + <property name="name"> + <cstring>kcfg_GetArgument</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>the argument to pass to the program<br>to get the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>the argument to pass to the program<br> +to get the brightness. +<p> +This can be left empty if the program does not support +a "get" argument.</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>minimum value</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>kcfg_MinValue</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>the minimum value for the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>brightness</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout7_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3_2</cstring> + </property> + <property name="text"> + <string>maximum value</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>kcfg_MaxValue</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>the maximum value for the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>brightness</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout7_2_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3_2_2</cstring> + </property> + <property name="text"> + <string>step</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>kcfg_Step</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>step value<br>to increment/decrement the brightness</string> + </property> + <property name="whatsThis" stdset="0"> + <string>brightness</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_SaveCurrent</cstring> + </property> + <property name="text"> + <string>S&ave the current brightness value</string> + </property> + <property name="accel"> + <string>Alt+A</string> + </property> + <property name="toolTip" stdset="0"> + <string>When closing, it saves the current brightness value<br>so that it can be restored<br>when the applet starts.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>When closing, it saves the current brightness value<br> +so that it can be restored<br> +when the applet starts.</string> + </property> + </widget> + </vbox> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |