Sun, 04 Oct 2020 15:25:17 +0200
Configuration Dialog: optimized the display of the various configuration pages.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> </widget> <resources/> <connections/> </ui>