Sun, 03 Nov 2019 12:56:42 +0200
added saving of splitter state and recent files
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SettingsEditor</class> <widget class="QDialog" name="SettingsEditor"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>574</width> <height>416</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tabGeneral"> <attribute name="title"> <string>General</string> </attribute> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Language:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="language"> <item> <property name="text"> <string>System language</string> </property> </item> <item> <property name="text"> <string>English</string> </property> </item> </widget> </item> </layout> </widget> <widget class="QWidget" name="tabLdrawLibraries"> <attribute name="title"> <string>LDraw parts libraries</string> </attribute> </widget> </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> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SettingsEditor</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>227</x> <y>394</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SettingsEditor</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>295</x> <y>400</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>