[qet] qet/qet: [5525] generalconfigurationpage.ui fix for 1366X768 laptops screens |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5525
Author: scorpio810
Date: 2018-09-25 15:12:01 +0200 (Tue, 25 Sep 2018)
Log Message:
-----------
generalconfigurationpage.ui fix for 1366X768 laptops screens
Modified Paths:
--------------
trunk/sources/configpages.cpp
trunk/sources/ui/configpage/generalconfigurationpage.ui
Modified: trunk/sources/configpages.cpp
===================================================================
--- trunk/sources/configpages.cpp 2018-09-25 05:12:39 UTC (rev 5524)
+++ trunk/sources/configpages.cpp 2018-09-25 13:12:01 UTC (rev 5525)
@@ -79,6 +79,7 @@
diagram_layout -> addWidget(bpw);
diagram_layout -> addWidget(ipw);
+ tab_widget->setMinimumSize(800, 650);
tab_widget -> addTab (diagram_widget, tr("Folio"));
tab_widget -> addTab (m_cpw, tr("Conducteur"));
Modified: trunk/sources/ui/configpage/generalconfigurationpage.ui
===================================================================
--- trunk/sources/ui/configpage/generalconfigurationpage.ui 2018-09-25 05:12:39 UTC (rev 5524)
+++ trunk/sources/ui/configpage/generalconfigurationpage.ui 2018-09-25 13:12:01 UTC (rev 5525)
@@ -7,9 +7,21 @@
<x>0</x>
<y>0</y>
<width>1000</width>
- <height>750</height>
+ <height>600</height>
</rect>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>500</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -25,7 +37,7 @@
<property name="minimumSize">
<size>
<width>980</width>
- <height>0</height>
+ <height>500</height>
</size>
</property>
<property name="currentIndex">