@@ -151,7 +151,7 @@ border-top-right-radius:4px;
151151 <enum >QTabWidget::Rounded</enum >
152152 </property >
153153 <property name =" currentIndex" >
154- <number >0 </number >
154+ <number >3 </number >
155155 </property >
156156 <property name =" elideMode" >
157157 <enum >Qt::ElideNone</enum >
@@ -160,7 +160,7 @@ border-top-right-radius:4px;
160160 <attribute name =" title" >
161161 <string >Data Editing</string >
162162 </attribute >
163- <widget class =" QWidget" name =" " >
163+ <widget class =" QWidget" name =" layoutWidget " >
164164 <property name =" geometry" >
165165 <rect >
166166 <x >12</x >
@@ -518,6 +518,88 @@ border-top-right-radius:4px;
518518 </item >
519519 </layout >
520520 </widget >
521+ <widget class =" QWidget" name =" tab_4" >
522+ <attribute name =" title" >
523+ <string >Advanced</string >
524+ </attribute >
525+ <widget class =" QWidget" name =" verticalLayoutWidget" >
526+ <property name =" geometry" >
527+ <rect >
528+ <x >0</x >
529+ <y >6</y >
530+ <width >278</width >
531+ <height >71</height >
532+ </rect >
533+ </property >
534+ <layout class =" QVBoxLayout" name =" verticalLayout_4" >
535+ <item >
536+ <layout class =" QHBoxLayout" name =" horizontalLayout_3" >
537+ <item >
538+ <widget class =" QCheckBox" name =" useDefaultPPI" >
539+ <property name =" text" >
540+ <string >Use default PPI (Pixel Per Inch)</string >
541+ </property >
542+ <property name =" checked" >
543+ <bool >true</bool >
544+ </property >
545+ </widget >
546+ </item >
547+ <item >
548+ <widget class =" QLabel" name =" labelDefaultPPI" >
549+ <property name =" text" >
550+ <string />
551+ </property >
552+ </widget >
553+ </item >
554+ </layout >
555+ </item >
556+ <item >
557+ <layout class =" QHBoxLayout" name =" customPPILayout" >
558+ <item >
559+ <spacer name =" horizontalSpacer_5" >
560+ <property name =" orientation" >
561+ <enum >Qt::Horizontal</enum >
562+ </property >
563+ <property name =" sizeHint" stdset =" 0" >
564+ <size >
565+ <width >40</width >
566+ <height >20</height >
567+ </size >
568+ </property >
569+ </spacer >
570+ </item >
571+ <item >
572+ <widget class =" QLabel" name =" labelPPI" >
573+ <property name =" text" >
574+ <string >Custom PPI</string >
575+ </property >
576+ </widget >
577+ </item >
578+ <item >
579+ <widget class =" QLineEdit" name =" customPPI" >
580+ <property name =" maxLength" >
581+ <number >5</number >
582+ </property >
583+ </widget >
584+ </item >
585+ <item >
586+ <spacer name =" horizontalSpacer_4" >
587+ <property name =" orientation" >
588+ <enum >Qt::Horizontal</enum >
589+ </property >
590+ <property name =" sizeHint" stdset =" 0" >
591+ <size >
592+ <width >40</width >
593+ <height >20</height >
594+ </size >
595+ </property >
596+ </spacer >
597+ </item >
598+ </layout >
599+ </item >
600+ </layout >
601+ </widget >
602+ </widget >
521603 </widget >
522604 </item >
523605 <item >
@@ -558,5 +640,21 @@ border-top-right-radius:4px;
558640 </hint >
559641 </hints >
560642 </connection >
643+ <connection >
644+ <sender >useDefaultPPI</sender >
645+ <signal >toggled(bool)</signal >
646+ <receiver >customPPI</receiver >
647+ <slot >setDisabled(bool)</slot >
648+ <hints >
649+ <hint type =" sourcelabel" >
650+ <x >126</x >
651+ <y >62</y >
652+ </hint >
653+ <hint type =" destinationlabel" >
654+ <x >197</x >
655+ <y >102</y >
656+ </hint >
657+ </hints >
658+ </connection >
561659 </connections >
562660</ui >
0 commit comments