diff -r d89cd224dd1b -r d0de2b378b24 Preferences/ConfigurationPages/EditorDocViewerPage.ui --- a/Preferences/ConfigurationPages/EditorDocViewerPage.ui Sat Oct 21 15:13:56 2017 +0200 +++ b/Preferences/ConfigurationPages/EditorDocViewerPage.ui Sat Oct 21 15:18:15 2017 +0200 @@ -44,6 +44,16 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> + <widget class="QCheckBox" name="parenthesisCheckBox"> + <property name="toolTip"> + <string>Select to show documentation when entering a '(' character</string> + </property> + <property name="text"> + <string>Show documentation upon '('</string> + </property> + </widget> + </item> + <item> <widget class="QCheckBox" name="richTextCheckBox"> <property name="toolTip"> <string>Select to show code documentation as rich text</string> @@ -100,6 +110,7 @@ </widget> <tabstops> <tabstop>viewerGroupBox</tabstop> + <tabstop>parenthesisCheckBox</tabstop> <tabstop>richTextCheckBox</tabstop> <tabstop>providerComboBox</tabstop> </tabstops>