dialog - layout arrangments

This commit is contained in:
Ílker Yaz 2012-06-05 09:57:57 +00:00
parent 84334e6bc1
commit b91ca5d217
1 changed files with 103 additions and 98 deletions

View File

@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>295</width>
<height>140</height>
<width>337</width>
<height>149</height>
</rect>
</property>
<property name="windowTitle" >
@ -18,28 +18,8 @@
<property name="modal" >
<bool>true</bool>
</property>
<widget class="QPushButton" name="Apply_button" >
<property name="geometry" >
<rect>
<x>210</x>
<y>110</y>
<width>77</width>
<height>25</height>
</rect>
</property>
<property name="text" >
<string>Apply</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>291</width>
<height>98</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QGridLayout" >
<item row="0" column="1" >
<widget class="QSpinBox" name="Number_of_rays_spin_box" >
@ -113,7 +93,32 @@
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="Apply_button" >
<property name="text" >
<string>Apply</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>