meshgen

diff ui/prop_sphere.ui @ 1:7dac9d1bcae4

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Aug 2015 01:55:24 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ui/prop_sphere.ui	Mon Aug 31 01:55:24 2015 +0300
     1.3 @@ -0,0 +1,55 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<ui version="4.0">
     1.6 + <class>frm_prop_sphere</class>
     1.7 + <widget class="QWidget" name="frm_prop_sphere">
     1.8 +  <property name="geometry">
     1.9 +   <rect>
    1.10 +    <x>0</x>
    1.11 +    <y>0</y>
    1.12 +    <width>345</width>
    1.13 +    <height>303</height>
    1.14 +   </rect>
    1.15 +  </property>
    1.16 +  <property name="windowTitle">
    1.17 +   <string>Form</string>
    1.18 +  </property>
    1.19 +  <layout class="QHBoxLayout" name="horizontalLayout">
    1.20 +   <item>
    1.21 +    <layout class="QFormLayout" name="formLayout">
    1.22 +     <item row="0" column="0">
    1.23 +      <widget class="QLabel" name="label">
    1.24 +       <property name="text">
    1.25 +        <string>Radius</string>
    1.26 +       </property>
    1.27 +      </widget>
    1.28 +     </item>
    1.29 +     <item row="0" column="1">
    1.30 +      <widget class="QDoubleSpinBox" name="spin_radius">
    1.31 +       <property name="singleStep">
    1.32 +        <double>0.100000000000000</double>
    1.33 +       </property>
    1.34 +       <property name="value">
    1.35 +        <double>1.000000000000000</double>
    1.36 +       </property>
    1.37 +      </widget>
    1.38 +     </item>
    1.39 +    </layout>
    1.40 +   </item>
    1.41 +   <item>
    1.42 +    <spacer name="horizontalSpacer">
    1.43 +     <property name="orientation">
    1.44 +      <enum>Qt::Horizontal</enum>
    1.45 +     </property>
    1.46 +     <property name="sizeHint" stdset="0">
    1.47 +      <size>
    1.48 +       <width>198</width>
    1.49 +       <height>20</height>
    1.50 +      </size>
    1.51 +     </property>
    1.52 +    </spacer>
    1.53 +   </item>
    1.54 +  </layout>
    1.55 + </widget>
    1.56 + <resources/>
    1.57 + <connections/>
    1.58 +</ui>