diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kget/dlglimitsbase.ui | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kget/dlglimitsbase.ui')
-rw-r--r-- | kget/dlglimitsbase.ui | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/kget/dlglimitsbase.ui b/kget/dlglimitsbase.ui new file mode 100644 index 00000000..faf2309f --- /dev/null +++ b/kget/dlglimitsbase.ui @@ -0,0 +1,189 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>DlgLimitsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>DlgLimitsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>568</width> + <height>141</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>gb_limits</cstring> + </property> + <property name="title"> + <string>Limits Options</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0" rowspan="2" colspan="1"> + <property name="name"> + <cstring>lbl_maxnum</cstring> + </property> + <property name="text"> + <string>Maximum open connections:</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>lb_minband</cstring> + </property> + <property name="text"> + <string>Minimum network bandwidth:</string> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>lb_maxband</cstring> + </property> + <property name="text"> + <string>Maximum network bandwidth:</string> + </property> + </widget> + <widget class="KIntSpinBox" row="0" column="2"> + <property name="name"> + <cstring>le_maxnum</cstring> + </property> + <property name="minValue"> + <number>1</number> + </property> + </widget> + <widget class="KIntSpinBox" row="1" column="2" rowspan="2" colspan="1"> + <property name="name"> + <cstring>le_minband</cstring> + </property> + <property name="suffix"> + <string> bytes/sec</string> + </property> + <property name="maxValue"> + <number>100000</number> + </property> + <property name="minValue"> + <number>100</number> + </property> + <property name="lineStep"> + <number>100</number> + </property> + </widget> + <widget class="KIntSpinBox" row="3" column="2"> + <property name="name"> + <cstring>le_maxband</cstring> + </property> + <property name="suffix"> + <string> bytes/sec</string> + </property> + <property name="maxValue"> + <number>100000</number> + </property> + <property name="minValue"> + <number>100</number> + </property> + <property name="lineStep"> + <number>100</number> + </property> + </widget> + <spacer row="0" column="1"> + <property name="name"> + <cstring>spacer19</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> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer20</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> + <spacer row="3" column="1"> + <property name="name"> + <cstring>spacer21</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> + </grid> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>le_maxband</sender> + <signal>valueChanged(int)</signal> + <receiver>DlgLimitsBase</receiver> + <slot>slotChanged()</slot> + </connection> + <connection> + <sender>le_maxnum</sender> + <signal>valueChanged(int)</signal> + <receiver>DlgLimitsBase</receiver> + <slot>slotChanged()</slot> + </connection> + <connection> + <sender>le_minband</sender> + <signal>valueChanged(int)</signal> + <receiver>DlgLimitsBase</receiver> + <slot>slotChanged()</slot> + </connection> +</connections> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<slots> + <slot access="protected" specifier="pure virtual">slotChanged()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |