Emulated driver UI/situation form size

This commit is contained in:
Klaus Basan
2019-06-08 21:49:45 +02:00
committed by Mat Sutcliffe
parent 0792637eb2
commit 718d186e46
3 changed files with 22 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>356</width> <width>356</width>
<height>431</height> <height>471</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -229,10 +229,16 @@
</property> </property>
<item> <item>
<widget class="BlackGui::Editors::CCoordinateForm" name="comp_Coordinate"> <widget class="BlackGui::Editors::CCoordinateForm" name="comp_Coordinate">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>135</height> <height>175</height>
</size> </size>
</property> </property>
</widget> </widget>

View File

@@ -6,14 +6,14 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>700</width>
<height>593</height> <height>625</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>650</width>
<height>500</height> <height>625</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -590,8 +590,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>535</width> <width>619</width>
<height>339</height> <height>343</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="vl_LogMessagesScrollArea"> <layout class="QVBoxLayout" name="vl_LogMessagesScrollArea">

View File

@@ -6,10 +6,16 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>320</width> <width>400</width>
<height>200</height> <height>300</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>400</width>
<height>300</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>emulated simulator driver</string> <string>emulated simulator driver</string>
</property> </property>