update dialog

This commit is contained in:
Paolo Cignoni cignoni 2006-01-14 00:11:47 +00:00
parent 38d646a966
commit b49a2c7e61

View File

@ -9,7 +9,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<height>248</height>
</rect>
</property>
<property name="windowTitle" >
@ -24,41 +24,71 @@
<height>33</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>131</width>
<height>31</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="okButton" >
<property name="text" >
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton" >
<property name="text" >
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_2" >
<property name="geometry" >
<rect>
<x>140</x>
<y>10</y>
<width>120</width>
<height>161</height>
</rect>
</property>
<property name="title" >
<string>Face</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>120</width>
<height>161</height>
</rect>
</property>
<property name="title" >
<string>Vert</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_3" >
<property name="geometry" >
<rect>
<x>270</x>
<y>10</y>
<width>120</width>
<height>161</height>
</rect>
</property>
<property name="title" >
<string>Wedg</string>
</property>
</widget>
<widget class="QPushButton" name="okButton" >
<property name="geometry" >
<rect>
<x>240</x>
<y>220</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text" >
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton" >
<property name="geometry" >
<rect>
<x>320</x>
<y>220</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
</widget>
<pixmapfunction></pixmapfunction>