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>IdlCompilerOptionsDialog</class> <widget class="QDialog" name="IdlCompilerOptionsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>450</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>IDL Compiler Options</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QGroupBox" name="includeDirectoriesGroup"> <property name="title"> <string>Include Directories (absolute or project relative)</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QListWidget" name="idList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QToolButton" name="idAddButton"> <property name="toolTip"> <string>Add an include directory</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="idDeleteButton"> <property name="toolTip"> <string>Delete an include directory</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="idEditButton"> <property name="toolTip"> <string>Edit an include directory</string> </property> <property name="text"> <string notr="true"/> </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>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Define Names</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QTreeWidget" name="dnList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>false</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <attribute name="headerDefaultSectionSize"> <number>150</number> </attribute> <attribute name="headerShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> <column> <property name="text"> <string/> </property> </column> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QToolButton" name="dnAddButton"> <property name="toolTip"> <string>Add a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="dnDeleteButton"> <property name="toolTip"> <string>Delete a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="dnEditButton"> <property name="toolTip"> <string>Edit a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Undefine Names</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QListWidget" name="unList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QToolButton" name="unAddButton"> <property name="toolTip"> <string>Add a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="unDeleteButton"> <property name="toolTip"> <string>Delete a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="unEditButton"> <property name="toolTip"> <string>Edit a name entry</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>idList</tabstop> <tabstop>idAddButton</tabstop> <tabstop>idDeleteButton</tabstop> <tabstop>idEditButton</tabstop> <tabstop>dnList</tabstop> <tabstop>dnAddButton</tabstop> <tabstop>dnDeleteButton</tabstop> <tabstop>dnEditButton</tabstop> <tabstop>unList</tabstop> <tabstop>unAddButton</tabstop> <tabstop>unDeleteButton</tabstop> <tabstop>unEditButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>IdlCompilerOptionsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>IdlCompilerOptionsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>