diff -r d14ddbfbbd36 -r c6dda2cbe081 Preferences/ConfigurationPages/InterfacePage.ui --- a/Preferences/ConfigurationPages/InterfacePage.ui Sat Feb 16 10:27:50 2019 +0100 +++ b/Preferences/ConfigurationPages/InterfacePage.ui Sat Mar 02 11:15:24 2019 +0100 @@ -516,7 +516,27 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="0"> + <widget class="QCheckBox" name="pypiCheckBox"> + <property name="toolTip"> + <string>Select to activate the PyPI package manager widget</string> + </property> + <property name="text"> + <string>PyPI Package Manager</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="condaCheckBox"> + <property name="toolTip"> + <string>Select to activate the conda package manager widget</string> + </property> + <property name="text"> + <string>Conda Package Manager</string> + </property> + </widget> + </item> + <item row="2" column="0"> <widget class="QCheckBox" name="cooperationCheckBox"> <property name="toolTip"> <string>Select to activate the Cooperation widget</string> @@ -526,7 +546,7 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="1"> <widget class="QCheckBox" name="ircCheckBox"> <property name="toolTip"> <string>Select to activate the IRC widget</string> @@ -632,6 +652,8 @@ <tabstop>fileBrowserCheckBox</tabstop> <tabstop>symbolsCheckBox</tabstop> <tabstop>codeDocumentationViewerCheckBox</tabstop> + <tabstop>pypiCheckBox</tabstop> + <tabstop>condaCheckBox</tabstop> <tabstop>cooperationCheckBox</tabstop> <tabstop>ircCheckBox</tabstop> <tabstop>numbersCheckBox</tabstop>