dialog save mask

This commit is contained in:
Paolo Cignoni cignoni 2005-12-02 17:49:35 +00:00
parent e092c8e665
commit 3914cd0b5d

View File

@ -0,0 +1,229 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>357</width>
<height>150</height>
</rect>
</property>
<property name="windowTitle" >
<string>Dialog</string>
</property>
<widget class="QWidget" name="horizontalLayout" >
<property name="geometry" >
<rect>
<x>20</x>
<y>150</y>
<width>361</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>20</x>
<y>250</y>
<width>351</width>
<height>33</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="widget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>341</width>
<height>241</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="widget_2" >
<property name="geometry" >
<rect>
<x>11</x>
<y>94</y>
<width>339</width>
<height>125</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="widget_3" >
<property name="geometry" >
<rect>
<x>11</x>
<y>225</y>
<width>339</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="okButton" >
<property name="geometry" >
<rect>
<x>250</x>
<y>90</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text" >
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton" >
<property name="geometry" >
<rect>
<x>250</x>
<y>120</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2" >
<property name="geometry" >
<rect>
<x>250</x>
<y>0</y>
<width>95</width>
<height>78</height>
</rect>
</property>
<property name="title" >
<string>Type Save</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>8</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QRadioButton" name="binaryButton" >
<property name="text" >
<string>Binary Obj</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="asciiButton" >
<property name="text" >
<string>ASCII Obj</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_3" >
<property name="geometry" >
<rect>
<x>10</x>
<y>0</y>
<width>231</width>
<height>141</height>
</rect>
</property>
<property name="title" >
<string>Options Save</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>8</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="2" column="1" >
<widget class="QCheckBox" name="faceCheck" >
<property name="text" >
<string>Faces</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QCheckBox" name="normalCheck" >
<property name="text" >
<string>Normals Vertex</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QCheckBox" name="materialCheck" >
<property name="text" >
<string>Materials</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QCheckBox" name="textureCheck" >
<property name="text" >
<string>Texture Coords</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QCheckBox" name="vertexCheck" >
<property name="text" >
<string>Vertexs</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QCheckBox" name="colorVertexCheck" >
<property name="text" >
<string>Vertexs Color</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<connections>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>369</x>
<y>253</y>
</hint>
<hint type="destinationlabel" >
<x>179</x>
<y>282</y>
</hint>
</hints>
</connection>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>278</x>
<y>253</y>
</hint>
<hint type="destinationlabel" >
<x>96</x>
<y>254</y>
</hint>
</hints>
</connection>
</connections>
</ui>