diff -r 021d99e03961 -r 04e5dfbd3f3d Preferences/ConfigurationPages/NetworkPage.ui --- a/Preferences/ConfigurationPages/NetworkPage.ui Tue Jul 19 18:51:15 2016 +0200 +++ b/Preferences/ConfigurationPages/NetworkPage.ui Sat Jul 23 13:33:54 2016 +0200 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>591</width> - <height>941</height> + <height>1127</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_5"> + <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -32,6 +32,25 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Online Status</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <widget class="QCheckBox" name="dynamicOnlineCheckBox"> + <property name="toolTip"> + <string>Select to determine the online status dynamically (assume online if unchecked)</string> + </property> + <property name="text"> + <string>Dynamic Online Status Determination</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Downloads</string> @@ -453,6 +472,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>dynamicOnlineCheckBox</tabstop> <tabstop>downloadDirPicker</tabstop> <tabstop>requestFilenameCheckBox</tabstop> <tabstop>cleanupNeverButton</tabstop>