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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>295</width> <width>337</width>
<height>140</height> <height>149</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
@ -18,28 +18,8 @@
<property name="modal" > <property name="modal" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<widget class="QPushButton" name="Apply_button" > <layout class="QVBoxLayout" >
<property name="geometry" > <item>
<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="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QSpinBox" name="Number_of_rays_spin_box" > <widget class="QSpinBox" name="Number_of_rays_spin_box" >
@ -113,7 +93,32 @@
</widget> </widget>
</item> </item>
</layout> </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> </widget>
</item>
</layout>
</item>
</layout>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>