代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGuiApplicationClass</class>
<widget class="QMainWindow" name="QtGuiApplicationClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>521</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>QtGuiApplication</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QWidget" name="simulationControlWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>291</width>
<height>231</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QPushButton" name="startButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>start</string>
</property>
</widget>
<widget class="QPushButton" name="stopButton">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>stop</string>
</property>
</widget>
<widget class="QPushButton" name="NoneLearnButton">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>None</string>
</property>
</widget>
<widget class="QPushButton" name="StaticLearnButton">
<property name="geometry">
<rect>
<x>110</x>
<y>70</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Static</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>45</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Learning Model</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Simulation Control</string>
</property>
</widget>
<widget class="QPushButton" name="resetButton">
<property name="geometry">
<rect>
<x>200</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>reset</string>
</property>
</widget>
<widget class="QPushButton" name="DynamicLearnButton">
<property name="geometry">
<rect>
<x>200</x>
<y>70</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Dynamic</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>Gravity</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>X</string>
</property>
</widget>
<widget class="QLineEdit" name="gravityXInput">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1000</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
<property name="placeholderText">
<string>1000</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>110</x>
<y>120</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Y</string>
</property>
</widget>
<widget class="QLineEdit" name="gravityYInput">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
<property name="placeholderText">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>200</x>
<y>120</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Z</string>
</property>
</widget>
<widget class="QLineEdit" name="gravityZInput">
<property name="geometry">
<rect>
<x>210</x>
<y>120</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
<property name="placeholderText">
<string>0.0</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>Damping</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>Vel Damp</string>
</property>
</widget>
<widget class="QLineEdit" name="velDampInput">
<property name="geometry">
<rect>
<x>70</x>
<y>160</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>10000</string>
</property>
<property name="placeholderText">
<string>10000</string>
</property>
</widget>
<widget class="QPushButton" name="SingleStepButton">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>SingleStepMode</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="analyzeWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>230</y>
<width>291</width>
<height>321</height>
</rect>
</property>
<widget class="QPushButton" name="FEMMesh">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>FEM</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>mesh</string>
</property>
</widget>
<widget class="QPushButton" name="PDMMesh">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PDM</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Force</string>
</property>
</widget>
<widget class="QPushButton" name="femFShow">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>femFShow</string>
</property>
</widget>
<widget class="QPushButton" name="femFHide">
<property name="geometry">
<rect>
<x>110</x>
<y>90</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>femFHide</string>
</property>
</widget>
<widget class="QPushButton" name="pdmFShow">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>pdmFShow</string>
</property>
</widget>
<widget class="QPushButton" name="pdmFHide">
<property name="geometry">
<rect>
<x>110</x>
<y>120</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>pdmFHide</string>
</property>
</widget>
<widget class="QPushButton" name="deltaFShow">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>deltaFShow</string>
</property>
</widget>
<widget class="QPushButton" name="deltaFHide">
<property name="geometry">
<rect>
<x>110</x>
<y>150</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>deltaFHide</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Save Obj File</string>
</property>
</widget>
<widget class="QPushButton" name="saveFEMSurf">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>saveFEM</string>
</property>
</widget>
<widget class="QPushButton" name="savePDMSurf">
<property name="geometry">
<rect>
<x>110</x>
<y>200</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>savePDM</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Save material</string>
</property>
</widget>
<widget class="QPushButton" name="saveMaterial">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>save</string>
</property>
</widget>
<widget class="QPushButton" name="loadMaterial">
<property name="geometry">
<rect>
<x>110</x>
<y>250</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>load</string>
</property>
</widget>
<widget class="QLineEdit" name="saveFrames">
<property name="geometry">
<rect>
<x>200</x>
<y>200</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>500</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>200</x>
<y>180</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>save frams</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>290</x>
<y>230</y>
<width>231</width>
<height>311</height>
</rect>
</property>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>special control for 5x5x5 cube</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>fix plane</string>
</property>
</widget>
<widget class="QComboBox" name="fixPlane">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>69</width>
<height>22</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>x</string>
</property>
</item>
<item>
<property name="text">
<string>y</string>
</property>
</item>
<item>
<property name="text">
<string>z</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ExtForce Plane</string>
</property>
</widget>
<widget class="QComboBox" name="extPlane">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>69</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>x</string>
</property>
</item>
<item>
<property name="text">
<string>y</string>
</property>
</item>
<item>
<property name="text">
<string>z</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ExtForce</string>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>X</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Y</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Z</string>
</property>
</widget>
<widget class="QLineEdit" name="extforceX">
<property name="geometry">
<rect>
<x>40</x>
<y>190</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
<widget class="QLineEdit" name="extforceY">
<property name="geometry">
<rect>
<x>40</x>
<y>230</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
<widget class="QLineEdit" name="extforceZ">
<property name="geometry">
<rect>
<x>40</x>
<y>270</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>290</x>
<y>0</y>
<width>231</width>
<height>231</height>
</rect>
</property>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Slip plane</string>
</property>
</widget>
<widget class="QComboBox" name="slipPlane">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>69</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>x</string>
</property>
</item>
<item>
<property name="text">
<string>y</string>
</property>
</item>
<item>
<property name="text">
<string>z</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Slip Direction</string>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>X</string>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Y</string>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Z</string>
</property>
</widget>
<widget class="QLineEdit" name="SlipX">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
<widget class="QLineEdit" name="SlipY">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
<widget class="QLineEdit" name="SlipZ">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.0</string>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>learnDataPath</string>
</property>
</widget>
<widget class="QLineEdit" name="exportDataPath">
<property name="geometry">
<rect>
<x>0</x>
<y>200</y>
<width>231</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>../Demo/StaticLearnData/Cube/xxx.txt</string>
</property>
</widget>
<widget class="QPushButton" name="exportDataButton">
<property name="geometry">
<rect>
<x>120</x>
<y>170</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>export data</string>
</property>
</widget>
<widget class="QLineEdit" name="slipFrames">
<property name="geometry">
<rect>
<x>110</x>
<y>80</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>2400</string>
</property>
<property name="placeholderText">
<string>2400</string>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Slip Frames</string>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>521</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="QtGuiApplication.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。