From d76ff81b7c1beffef0b84e570914c8f2d47834e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 16:34:45 +0200 Subject: Initial import of tork 0.33 --- src/maxmin.ui | 460 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 460 insertions(+) create mode 100644 src/maxmin.ui (limited to 'src/maxmin.ui') diff --git a/src/maxmin.ui b/src/maxmin.ui new file mode 100644 index 0000000..f925689 --- /dev/null +++ b/src/maxmin.ui @@ -0,0 +1,460 @@ + +MaxMin + + + MaxMin + + + + 0 + 0 + 529 + 430 + + + + + 7 + 7 + 0 + 0 + + + + Form1 + + + + unnamed + + + + MaxMinOptions + + + false + + + Bandwidth Options + + + + unnamed + + + + spacer3 + + + Horizontal + + + Expanding + + + + 71 + 20 + + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + textLabel4 + + + Maximum Incoming Bandwidth: + + + + + spacer1 + + + Horizontal + + + Expanding + + + + 101 + 20 + + + + + + textLabel4_2 + + + Largest Chunk of Bandwidth to Allocate In One Go: + + + + + textLabel4_2_2 + + + Max Bandwidth to Advertise: + + + + + kcfg_BandwidthBurst + + + KB per second + + + 2097151 + + + 20 + + + 20 + + + + + kcfg_MaxAdvertisedBandwidth + + + KB per second + + + 999999 + + + 10 + + + + + kcfg_BandwidthRate + + + KB per second + + + 99999999 + + + 20 + + + 20 + + + + + + + kcfg_DefaultMaxMinOptions + + + Let Tor &figure out the best bandwidth options to use. + + + Alt+F + + + true + + + + + TimedBandwidth + + + false + + + Scheduled Bandwidth + + + + unnamed + + + + + From + + + true + + + true + + + + + Every + + + true + + + true + + + + + Use Max Incoming BW + + + true + + + true + + + + + Max Chunk + + + true + + + true + + + + + Max Advertise + + + true + + + true + + + + timedBandwidthList + + + true + + + + + spacer7 + + + Horizontal + + + Expanding + + + + 16 + 20 + + + + + + spacer7_2 + + + Horizontal + + + Expanding + + + + 16 + 20 + + + + + + textLabel1_2 + + + every + + + + + + Day + + + + + Monday + + + + + Tuesday + + + + + Wednesday + + + + + Thursday + + + + + Friday + + + + + Saturday + + + + + Sunday + + + + theDay + + + + + pushButton1 + + + &Use B/W Options Above + + + + + textLabel1 + + + From + + + + + theTime + + + + + + + + + + kcfg_UseScheduledBandwidth + + + false + + + Use Scheduled Bandwidth + + + + + + false + + + + + + + kcfg_DefaultMaxMinOptions + toggled(bool) + MaxMin + kcfg_DefaultMaxMinOptions_toggled(bool) + + + kcfg_BandwidthBurst + valueChanged(int) + MaxMin + kcfg_BandwidthBurst_valueChanged(int) + + + kcfg_BandwidthRate + valueChanged(int) + MaxMin + kcfg_BandwidthRate_valueChanged(int) + + + pushButton1 + clicked() + MaxMin + pushButton1_clicked() + + + timedBandwidthList + contextMenuRequested(QListViewItem*,const QPoint&,int) + MaxMin + timedBandwidthList_contextMenuRequested(QListViewItem*,const QPoint&,int) + + + kcfg_UseScheduledBandwidth + toggled(bool) + MaxMin + kcfg_UseScheduledBandwidth_toggled(bool) + + + + kcfg_DefaultMaxMinOptions + kcfg_BandwidthRate + kcfg_BandwidthBurst + kcfg_MaxAdvertisedBandwidth + timedBandwidthList + theTime + theDay + pushButton1 + + + maxmin.ui.h + + + kcfg_DefaultMaxMinOptions_toggled( bool state ) + kcfg_BandwidthRate_valueChanged( int newValue ) + kcfg_BandwidthBurst_valueChanged( int newValue ) + pushButton1_clicked() + timedBandwidthList_contextMenuRequested( QListViewItem *, const QPoint & point, int ) + slotDeleteEntry() + kcfg_UseScheduledBandwidth_toggled( bool ) + + + init() + + + -- cgit v1.2.3