diff -r 9485059ea9fa -r 2780e230f129 Preferences/ConfigurationPages/PluginManagerPage.ui --- a/Preferences/ConfigurationPages/PluginManagerPage.ui Tue Nov 26 19:20:42 2013 +0100 +++ b/Preferences/ConfigurationPages/PluginManagerPage.ui Wed Nov 27 19:58:37 2013 +0100 @@ -10,15 +10,15 @@ <height>299</height> </rect> </property> - <layout class="QGridLayout"> - <item row="0" column="0" colspan="3"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure plugin manager</b></string> </property> </widget> </item> - <item row="1" column="0" colspan="3"> + <item> <widget class="Line" name="line9_2"> <property name="frameShape"> <enum>QFrame::HLine</enum> @@ -31,38 +31,42 @@ </property> </widget> </item> - <item row="2" column="0"> - <widget class="QLabel" name="label"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Plugins download directory:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="downloadDirEdit"> + <property name="toolTip"> + <string>Enter the plugins download directory</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="downloadDirButton"> + <property name="toolTip"> + <string>Select the plugins download directory via a directory selection dialog</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="TextLabel1_2_2_2_3"> <property name="text"> - <string>Plugins download directory:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="downloadDirEdit"> - <property name="toolTip"> - <string>Enter the plugins download directory</string> + <string><font color="#FF0000"><b>Note:</b> The following settings are activated at the next startup of the application.</font></string> </property> </widget> </item> - <item row="2" column="2"> - <widget class="QPushButton" name="downloadDirButton"> - <property name="toolTip"> - <string>Select the plugins download directory via a directory selection dialog</string> - </property> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="3"> - <widget class="QLabel" name="TextLabel1_2_2_2_3"> - <property name="text"> - <string><font color="#FF0000"><b>Note:</b> The following setting is activated at the next startup of the application.</font></string> - </property> - </widget> - </item> - <item row="4" column="0" colspan="3"> + <item> <widget class="QCheckBox" name="activateExternalPluginsCheckBox"> <property name="toolTip"> <string>Select to enable external plugins to be loaded</string> @@ -72,7 +76,100 @@ </property> </widget> </item> - <item row="5" column="0" colspan="3"> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Check for plugin updates</string> + </property> + <layout class="QHBoxLayout" name="_2"> + <item> + <widget class="QRadioButton" name="noCheckRadioButton"> + <property name="toolTip"> + <string>Select to disable update checking</string> + </property> + <property name="text"> + <string>Never</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="dailyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a day</string> + </property> + <property name="text"> + <string>Daily</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="weeklyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a week</string> + </property> + <property name="text"> + <string>Weekly</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="monthlyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a month</string> + </property> + <property name="text"> + <string>Monthly</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QCheckBox" name="downloadedOnlyCheckBox"> + <property name="toolTip"> + <string>Select to check only already installed plugins for updates</string> + </property> + <property name="text"> + <string>Check only installed plugins for updates</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Repository URL:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="repositoryUrlEdit"> + <property name="toolTip"> + <string>Shows the repository URL</string> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="repositoryUrlEditButton"> + <property name="toolTip"> + <string>Press to edit the plugin repository URL</string> + </property> + <property name="text"> + <string>Edit URL</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -91,6 +188,11 @@ <tabstop>downloadDirEdit</tabstop> <tabstop>downloadDirButton</tabstop> <tabstop>activateExternalPluginsCheckBox</tabstop> + <tabstop>noCheckRadioButton</tabstop> + <tabstop>dailyCheckRadioButton</tabstop> + <tabstop>weeklyCheckRadioButton</tabstop> + <tabstop>monthlyCheckRadioButton</tabstop> + <tabstop>downloadedOnlyCheckBox</tabstop> </tabstops> <resources/> <connections/>