3599 lines
94 KiB
XML
3599 lines
94 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1126</width>
|
|
<height>795</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="CustomLabel" name="label_test">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>500</width>
|
|
<height>500</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color : white;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>0</y>
|
|
<width>610</width>
|
|
<height>710</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QStackedWidget" name="stackedWidget_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>140</y>
|
|
<width>590</width>
|
|
<height>560</height>
|
|
</rect>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>4</number>
|
|
</property>
|
|
<widget class="QWidget" name="Linear_Page">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>440</width>
|
|
<height>150</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>158</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, First Point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, First Point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>30</y>
|
|
<width>180</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, Second Point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>80</y>
|
|
<width>179</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, Second Point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>90</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>90</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>90</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>90</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>0</y>
|
|
<width>130</width>
|
|
<height>150</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Continue Shading</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>93</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Forward</string>
|
|
</property>
|
|
<property name="tristate">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>93</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Backward</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="Radial_Page">
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>0</y>
|
|
<width>130</width>
|
|
<height>150</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Continue Shading</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>93</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Forward</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>93</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Backward</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>440</width>
|
|
<height>150</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of Circle Centers</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>168</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, First Center</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>80</y>
|
|
<width>167</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, First Center</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>30</y>
|
|
<width>190</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, Second Center</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>80</y>
|
|
<width>189</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, Second Center</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>150</y>
|
|
<width>440</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Radius Of Circle</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>75</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Radius</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>30</y>
|
|
<width>97</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Radius</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="Triangle_Page">
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>590</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of Triangle Vertices</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>168</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, First Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>167</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, First Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>30</y>
|
|
<width>188</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, Second Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>80</y>
|
|
<width>187</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, Second Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>30</y>
|
|
<width>173</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate, Third Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>80</y>
|
|
<width>173</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate, Third Vertex</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>80</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>80</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="Coons_Patch_Page">
|
|
<widget class="QGroupBox" name="groupBox_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>0</y>
|
|
<width>130</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>First Vertex</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>87</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>86</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>0</y>
|
|
<width>370</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>First Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>139</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>140</y>
|
|
<width>130</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Second Vertex</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>87</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_116">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>86</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>140</y>
|
|
<width>370</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Second Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_121">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_122">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_123">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_124">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_84">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_85">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_86">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_87">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>280</y>
|
|
<width>130</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Third Vertex</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_117">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>87</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_118">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>86</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_29">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>280</y>
|
|
<width>370</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Third Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>80</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>420</y>
|
|
<width>130</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Fourth Vertex</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_119">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>87</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_120">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>86</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_40">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>420</y>
|
|
<width>370</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Fourth Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_183">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_184">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_185">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_186">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>80</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_152">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_153">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_154">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_155">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="Tensor_Coons_Patch_Page">
|
|
<widget class="QGroupBox" name="groupBox_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>590</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of First Curved Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_82">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_83">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_84">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_85">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>80</y>
|
|
<width>139</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_86">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>30</y>
|
|
<width>125</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_87">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>80</y>
|
|
<width>124</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_88">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>30</y>
|
|
<width>133</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_89">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>80</y>
|
|
<width>128</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Y Coorfinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_47">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_48">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>140</y>
|
|
<width>590</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of Second Curved Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_90">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_91">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_92">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_93">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>80</y>
|
|
<width>139</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_94">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>30</y>
|
|
<width>125</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_95">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>80</y>
|
|
<width>124</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_96">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>30</y>
|
|
<width>133</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_97">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>80</y>
|
|
<width>128</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Y Coorfinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_49">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>34</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>34</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>46</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>46</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>34</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>34</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>34</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>34</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_56">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>280</y>
|
|
<width>590</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of Third Curved Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_98">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_99">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_100">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_101">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>80</y>
|
|
<width>139</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_102">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>30</y>
|
|
<width>125</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_103">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>80</y>
|
|
<width>124</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_104">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>30</y>
|
|
<width>133</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_105">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>80</y>
|
|
<width>128</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Y Coorfinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_57">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_58">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_59">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>46</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>46</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_60">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>46</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>46</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>46</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>46</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>34</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>34</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_64">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>420</y>
|
|
<width>590</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Coordinates Of Fourth Curved Edge</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_106">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>118</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_107">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_108">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>140</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_109">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>80</y>
|
|
<width>139</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_110">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>30</y>
|
|
<width>125</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_111">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>80</y>
|
|
<width>124</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Y Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_112">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>30</y>
|
|
<width>133</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth X Coordinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_113">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>80</y>
|
|
<width>128</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Y Coorfinate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_65">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_66">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_67">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_68">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>50</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_69">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>70</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>70</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_70">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>30</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>30</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_71">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomLineEdit" name="lineEdit_72">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>20</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>20</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>40</y>
|
|
<width>117</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Render Gradient</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStackedWidget" name="stackedWidget_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>221</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>2</number>
|
|
</property>
|
|
<widget class="QWidget" name="page_11">
|
|
<widget class="QGroupBox" name="groupBox_Linear">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>201</width>
|
|
<height>120</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Choose gradient colorspace</string>
|
|
</property>
|
|
<widget class="QRadioButton" name="Rainbow_Colorspace_Radio_Button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>112</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Rainbow</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="BAW_Colorspace_Radio_Button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>161</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Black and White</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="RAB_Colorspace_Radio_Button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>131</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Red and Blue</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="Pastel_Colorspace_Radio_Button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>90</y>
|
|
<width>112</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Pastel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_12">
|
|
<widget class="QGroupBox" name="groupBox_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>171</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set colors in angles</string>
|
|
</property>
|
|
<widget class="CustomColorLabel" name="label_80">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>30</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomColorLabel" name="label_81">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>40</y>
|
|
<width>30</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomColorLabel" name="label_114">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>40</y>
|
|
<width>30</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomColorLabel" name="label_115">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>40</y>
|
|
<width>30</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_9">
|
|
<widget class="QGroupBox" name="groupBox_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>201</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set alphas and fill color</string>
|
|
</property>
|
|
<widget class="CustomColorLabel" name="label_125">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>70</y>
|
|
<width>30</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomAlphaLineEdit" name="lineEdit_88">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomAlphaLineEdit" name="lineEdit_89">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>150</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>150</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomAlphaLineEdit" name="lineEdit_90">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>150</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>150</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomAlphaLineEdit" name="lineEdit_91">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>255</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>255</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>49</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fill color</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QStackedWidget" name="stackedWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>510</y>
|
|
<width>490</width>
|
|
<height>190</height>
|
|
</rect>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>5</number>
|
|
</property>
|
|
<widget class="QWidget" name="page">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>415</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>A linear gradient describes a color change along a straight line</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::AutoText</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>415</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>that is defined by two points.</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::AutoText</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_2">
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>319</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Radial gradient describes the color change from</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>335</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>the center to the edges, it is defined by two circles,</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>281</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>which are defined by the center and radius</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_3">
|
|
<widget class="QLabel" name="label_28">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>10</y>
|
|
<width>472</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Triangle gradient describes the color change between the three vertices</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_29">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>482</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>of a triangle. The color change occurs according to the principle of linear</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>467</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>gradient along the perpendiculars from the triangle vertex to the point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>70</y>
|
|
<width>230</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>where the perpendiculars intersect.</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_4">
|
|
<widget class="QLabel" name="label_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>469</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>A parametric gradient differs in that the colors at the corners are set by</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_27">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>271</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>the initial parameters (value from 0 to 1).</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>470</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Parametrs</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_77">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>135</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_78">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>30</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_79">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_73">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_74">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.5</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0.5</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_75">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_5">
|
|
<widget class="QLabel" name="label_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>461</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Coons Patch gradient describes the color change on the surface of the</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_58">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>456</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Coons Patch on the plane. In mathematics, a Coons patch, is a type of</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_59">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>418</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>surface patch used in computer graphics to smoothly join other</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>117</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>surfaces together.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>162</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Note on set coordinates:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_64">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>150</y>
|
|
<width>459</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>The vertices are counted clockwise.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_65">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>170</y>
|
|
<width>457</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>The edges are counted clockwise starting from the edge between the</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_66">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>190</y>
|
|
<width>152</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>first and second vertex.</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_6">
|
|
<widget class="QLabel" name="label_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>469</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>A parametric gradient differs in that the colors at the corners are set by</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>271</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>the initial parameters (value from 0 to 1).</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>470</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Parametrs</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_73">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>135</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_74">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>30</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_75">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_76">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_76">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_77">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.3</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0.3</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_78">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_79">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.6</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_7">
|
|
<widget class="QLabel" name="label_60">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>435</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tensor Coons Patch gradient describes the color change as well as</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>279</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Coons Patch gradient, but in tensor space.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_67">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>162</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Note on set coordinates:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_68">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>150</y>
|
|
<width>222</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>The curves are counted clockwise.</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="page_8">
|
|
<widget class="QLabel" name="label_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>469</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>A parametric gradient differs in that the colors at the corners are set by</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>271</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>the initial parameters (value from 0 to 1).</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>470</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Set Parametrs</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_69">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>135</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>First Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_70">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>30</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Second Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_71">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Third Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_72">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>80</y>
|
|
<width>157</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fourth Vertex Parametr</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_80">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_81">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.3</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0.3</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_82">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="CustomParametrLineEdit" name="lineEdit_83">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.6</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>0.6</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1126</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionLinear_Gradient"/>
|
|
<addaction name="actionRadial_Gradient"/>
|
|
<addaction name="actionTriangle_Gradient"/>
|
|
<addaction name="actionTriangle_Parametric_Gradient"/>
|
|
<addaction name="actionCoons_Patch_Gradient"/>
|
|
<addaction name="actionCoons_Patch_Parametric"/>
|
|
<addaction name="actionTensor_Coons_Patch_Gradient"/>
|
|
<addaction name="actionTensor_Coons_Patch_Parametric"/>
|
|
<addaction name="actionactionLuminocity_Gradient"/>
|
|
</widget>
|
|
<action name="actionLinear_Gradient">
|
|
<property name="text">
|
|
<string>Linear</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRadial_Gradient">
|
|
<property name="text">
|
|
<string>Radial</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTriangle_Gradient">
|
|
<property name="text">
|
|
<string>Triangle</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionTriangle_Parametric_Gradient">
|
|
<property name="text">
|
|
<string>Triangle Parametric</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionCoons_Patch_Gradient">
|
|
<property name="text">
|
|
<string>Coons Patch</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionCoons_Patch_Parametric">
|
|
<property name="text">
|
|
<string>Coons Patch Parametric</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionTensor_Coons_Patch_Gradient">
|
|
<property name="text">
|
|
<string>Tensor Coons Patch</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionTensor_Coons_Patch_Parametric">
|
|
<property name="text">
|
|
<string>Tensor Coons Patch Parametric</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionactionLuminocity_Gradient">
|
|
<property name="text">
|
|
<string>Luminocity Gradient</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>TensorPatchLuminosity</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>CustomLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>mainwindow.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>CustomLabel</class>
|
|
<extends>QLabel</extends>
|
|
<header>mainwindow.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>CustomParametrLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>mainwindow.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>CustomColorLabel</class>
|
|
<extends>QLabel</extends>
|
|
<header>mainwindow.h</header>
|
|
<slots>
|
|
<slot>onMouseClicked()</slot>
|
|
</slots>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>CustomAlphaLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>mainwindow.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
<slots>
|
|
<signal>on_button_Push()</signal>
|
|
</slots>
|
|
</ui>
|