0020673: EDF 1240 GEOM : Option for orientation in MakeFilling

Add check box "take into account edges/wires orientation"
This commit is contained in:
vsr 2010-02-25 07:17:07 +00:00
parent d41e7e3a92
commit 8e8618994c

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>DlgRef_1Sel5Spin1Check_QTD</class> <class>DlgRef_1Sel5Spin1Check_QTD</class>
<widget class="QWidget" name="DlgRef_1Sel5Spin1Check_QTD"> <widget class="QWidget" name="DlgRef_1Sel5Spin1Check_QTD">
@ -5,24 +6,15 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>165</width> <width>200</width>
<height>125</height> <height>153</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string/> <string/>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<property name="leftMargin" > <property name="margin">
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
@ -30,11 +22,11 @@
<property name="title"> <property name="title">
<string/> <string/>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="TextLabel1"> <widget class="QLabel" name="TextLabel1">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -48,9 +40,11 @@
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="PushButton1"> <widget class="QPushButton" name="PushButton1">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -60,15 +54,24 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" > <item>
<widget class="QLineEdit" name="LineEdit1"/> <widget class="QLineEdit" name="LineEdit1"/>
</item> </item>
<item row="1" column="0" colspan="3" > </layout>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="CheckBox2">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="TextLabel2"> <widget class="QLabel" name="TextLabel2">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -87,7 +90,7 @@
<item row="0" column="2"> <item row="0" column="2">
<widget class="QLabel" name="TextLabel3"> <widget class="QLabel" name="TextLabel3">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -106,7 +109,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="TextLabel5"> <widget class="QLabel" name="TextLabel5">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -125,7 +128,7 @@
<item row="1" column="2"> <item row="1" column="2">
<widget class="QLabel" name="TextLabel6"> <widget class="QLabel" name="TextLabel6">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -144,7 +147,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="TextLabel4"> <widget class="QLabel" name="TextLabel4">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -184,6 +187,7 @@
<tabstops> <tabstops>
<tabstop>PushButton1</tabstop> <tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop> <tabstop>LineEdit1</tabstop>
<tabstop>CheckBox2</tabstop>
<tabstop>SpinBox1</tabstop> <tabstop>SpinBox1</tabstop>
<tabstop>SpinBox2</tabstop> <tabstop>SpinBox2</tabstop>
<tabstop>SpinBox4</tabstop> <tabstop>SpinBox4</tabstop>