--- a/Preferences/ConfigurationPages/ProjectBrowserPage.ui Sat Nov 11 18:47:09 2017 +0100 +++ b/Preferences/ConfigurationPages/ProjectBrowserPage.ui Sun Nov 12 19:42:02 2017 +0100 @@ -10,7 +10,7 @@ <height>497</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -81,7 +81,7 @@ <property name="title"> <string>Visible Project Browsers</string> </property> - <layout class="QVBoxLayout"> + <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout"> <item> @@ -107,7 +107,7 @@ </layout> </item> <item> - <layout class="QGridLayout"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="sourcesBrowserCheckBox"> <property name="toolTip"> @@ -119,12 +119,12 @@ </widget> </item> <item row="0" column="1"> - <widget class="QCheckBox" name="translationsBrowserCheckBox"> + <widget class="QCheckBox" name="interfacesBrowserCheckBox"> <property name="toolTip"> - <string>Select to show the translations browser</string> + <string>Select to show the interfaces (IDL) browser</string> </property> <property name="text"> - <string>Translations Browser</string> + <string>Interfaces (IDL) Browser</string> </property> </widget> </item> @@ -139,12 +139,12 @@ </widget> </item> <item row="1" column="1"> - <widget class="QCheckBox" name="interfacesBrowserCheckBox"> + <widget class="QCheckBox" name="protocolsBrowserCheckBox"> <property name="toolTip"> - <string>Select to show the interfaces (IDL) browser</string> + <string>Select to show the protocols (protobuf) browser</string> </property> <property name="text"> - <string>Interfaces (IDL) Browser</string> + <string>Protocols (protobuf) Browser</string> </property> </widget> </item> @@ -168,6 +168,16 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="translationsBrowserCheckBox"> + <property name="toolTip"> + <string>Select to show the translations browser</string> + </property> + <property name="text"> + <string>Translations Browser</string> + </property> + </widget> + </item> </layout> </item> </layout> @@ -236,6 +246,7 @@ <tabstop>resourcesBrowserCheckBox</tabstop> <tabstop>translationsBrowserCheckBox</tabstop> <tabstop>interfacesBrowserCheckBox</tabstop> + <tabstop>protocolsBrowserCheckBox</tabstop> <tabstop>othersBrowserCheckBox</tabstop> <tabstop>followEditorCheckBox</tabstop> <tabstop>followCursorLineCheckBox</tabstop>