25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klcddimmer/src/progpreferences.ui

285 lines
13 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ProgPreferences</class>
<widget class="TQWidget">
<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="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout11</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>program</string>
</property>
</widget>
<widget class="TQLineEdit">
<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="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>set argument</string>
</property>
</widget>
<widget class="TQLineEdit">
<property name="name">
<cstring>kcfg_SetArgument</cstring>
</property>
<property name="toolTip" stdset="0">
<string>the argument to pass to the program&lt;br&gt;to set the brightness</string>
</property>
<property name="whatsThis" stdset="0">
<string>the argument to pass to the program&lt;br&gt;
to set the brightness</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2_2</cstring>
</property>
<property name="text">
<string>get argument</string>
</property>
</widget>
<widget class="TQLineEdit">
<property name="name">
<cstring>kcfg_GetArgument</cstring>
</property>
<property name="toolTip" stdset="0">
<string>the argument to pass to the program&lt;br&gt;to get the brightness</string>
</property>
<property name="whatsThis" stdset="0">
<string>the argument to pass to the program&lt;br&gt;
to get the brightness.
&lt;p&gt;
This can be left empty if the program does not support
a "get" argument.</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout7</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<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="TQLayoutWidget">
<property name="name">
<cstring>layout7_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<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="TQLayoutWidget">
<property name="name">
<cstring>layout7_2_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<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&lt;br&gt;to increment/decrement the brightness</string>
</property>
<property name="whatsThis" stdset="0">
<string>brightness</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_SaveCurrent</cstring>
</property>
<property name="text">
<string>S&amp;ave the current brightness value</string>
</property>
<property name="toolTip" stdset="0">
<string>When closing, it saves the current brightness value&lt;br&gt;so that it can be restored&lt;br&gt;when the applet starts.</string>
</property>
<property name="whatsThis" stdset="0">
<string>When closing, it saves the current brightness value&lt;br&gt;
so that it can be restored&lt;br&gt;
when the applet starts.</string>
</property>
</widget>
</vbox>
</widget>
</grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>