Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EditorDocViewerPage</class> <widget class="QWidget" name="EditorDocViewerPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>199</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Documentation Viewer Settings</b></string> </property> </widget> </item> <item> <widget class="Line" name="line2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="viewerGroupBox"> <property name="toolTip"> <string>Select to enable the display of code documentation</string> </property> <property name="title"> <string>Enable Documentation Viewer</string> </property> <property name="checkable"> <bool>true</bool> </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> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Documentation Provider:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="providerComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the documentation provider to be used</string> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContents</enum> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="infoLabel"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>167</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>viewerGroupBox</tabstop> <tabstop>parenthesisCheckBox</tabstop> <tabstop>providerComboBox</tabstop> </tabstops> <resources/> <connections/> </ui>