generalconfigurationpage.ui fix for 1366X768 laptops screens

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5525 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810 2018-09-25 13:12:01 +00:00
parent e138f2f392
commit 76e72b0353
2 changed files with 15 additions and 2 deletions

View File

@ -79,6 +79,7 @@ NewDiagramPage::NewDiagramPage(QETProject *project, QWidget *parent, ProjectProp
diagram_layout -> addWidget(bpw); diagram_layout -> addWidget(bpw);
diagram_layout -> addWidget(ipw); diagram_layout -> addWidget(ipw);
tab_widget->setMinimumSize(800, 650);
tab_widget -> addTab (diagram_widget, tr("Folio")); tab_widget -> addTab (diagram_widget, tr("Folio"));
tab_widget -> addTab (m_cpw, tr("Conducteur")); tab_widget -> addTab (m_cpw, tr("Conducteur"));

View File

@ -7,9 +7,21 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1000</width> <width>1000</width>
<height>750</height> <height>600</height>
</rect> </rect>
</property> </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"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
@ -25,7 +37,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>980</width> <width>980</width>
<height>0</height> <height>500</height>
</size> </size>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">