[qet] [3988] Fix widgets size for dock |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3988
Author: scorpio810
Date: 2015-05-24 15:44:45 +0200 (Sun, 24 May 2015)
Log Message:
-----------
Fix widgets size for dock
Modified Paths:
--------------
trunk/sources/ui/elementinfopartwidget.ui
trunk/sources/ui/elementinfowidget.ui
trunk/sources/ui/elementselectorwidget.ui
trunk/sources/ui/linksingleelementwidget.ui
trunk/sources/ui/masterpropertieswidget.ui
Modified: trunk/sources/ui/elementinfopartwidget.ui
===================================================================
--- trunk/sources/ui/elementinfopartwidget.ui 2015-05-24 13:42:21 UTC (rev 3987)
+++ trunk/sources/ui/elementinfopartwidget.ui 2015-05-24 13:44:45 UTC (rev 3988)
@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>300</width>
+ <height>400</height>
</rect>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>400</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
Modified: trunk/sources/ui/elementinfowidget.ui
===================================================================
--- trunk/sources/ui/elementinfowidget.ui 2015-05-24 13:42:21 UTC (rev 3987)
+++ trunk/sources/ui/elementinfowidget.ui 2015-05-24 13:44:45 UTC (rev 3988)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>443</width>
- <height>300</height>
+ <width>300</width>
+ <height>400</height>
</rect>
</property>
<property name="sizePolicy">
@@ -16,6 +16,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>400</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -39,8 +45,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>423</width>
- <height>280</height>
+ <width>280</width>
+ <height>380</height>
</rect>
</property>
<property name="minimumSize">
Modified: trunk/sources/ui/elementselectorwidget.ui
===================================================================
--- trunk/sources/ui/elementselectorwidget.ui 2015-05-24 13:42:21 UTC (rev 3987)
+++ trunk/sources/ui/elementselectorwidget.ui 2015-05-24 13:44:45 UTC (rev 3988)
@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>300</width>
+ <height>400</height>
</rect>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>400</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -27,8 +33,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>380</width>
- <height>280</height>
+ <width>280</width>
+ <height>380</height>
</rect>
</property>
<layout class="QVBoxLayout" name="scroll_layout_">
Modified: trunk/sources/ui/linksingleelementwidget.ui
===================================================================
--- trunk/sources/ui/linksingleelementwidget.ui 2015-05-24 13:42:21 UTC (rev 3987)
+++ trunk/sources/ui/linksingleelementwidget.ui 2015-05-24 13:44:45 UTC (rev 3988)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>300</width>
+ <height>400</height>
</rect>
</property>
<property name="windowTitle">
@@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="main_layout">
<item>
- <layout class="QHBoxLayout" name="header_layout">
+ <layout class="QVBoxLayout" name="header_layout">
<item>
<widget class="QLabel" name="label">
<property name="text">
@@ -24,9 +24,6 @@
</widget>
</item>
<item>
- <widget class="QComboBox" name="folio_combo_box"/>
- </item>
- <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -39,6 +36,9 @@
</property>
</spacer>
</item>
+ <item>
+ <widget class="QComboBox" name="folio_combo_box"/>
+ </item>
</layout>
</item>
<item>
Modified: trunk/sources/ui/masterpropertieswidget.ui
===================================================================
--- trunk/sources/ui/masterpropertieswidget.ui 2015-05-24 13:42:21 UTC (rev 3987)
+++ trunk/sources/ui/masterpropertieswidget.ui 2015-05-24 13:44:45 UTC (rev 3988)
@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
- <width>564</width>
- <height>318</height>
+ <width>300</width>
+ <height>400</height>
</rect>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>400</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>