Wed 28 Aug 21:38:52 CEST 2024

This commit is contained in:
sbosse 2024-08-28 21:41:18 +02:00
parent 3c8e586ab7
commit 700d2a48f6

View File

@ -0,0 +1,306 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>advancedSimulationSetupDialog</class>
<widget class="QDialog" name="advancedSimulationSetupDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>295</width>
<height>295</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>295</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>265</width>
<height>295</height>
</size>
</property>
<property name="windowTitle">
<string>Advanced Simulation Setup</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/simModel.png</normaloff>:/simModel.png</iconset>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>60</x>
<y>260</y>
<width>191</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>241</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>221</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="pointPerCycleLabel">
<property name="text">
<string>Point Per Cycle</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="pointPerCycleSpinBox">
<property name="minimumSize">
<size>
<width>53</width>
<height>0</height>
</size>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>60</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="timeScaleLabel">
<property name="text">
<string>Time Scale</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="timeScaleDoubleSpinBox">
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QPushButton" name="previewSimulationSetupPushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>235</width>
<height>41</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>41</height>
</size>
</property>
<property name="text">
<string>Preview Simulation Setup</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/previewImage.png</normaloff>:/previewImage.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
<widget class="QFrame" name="previewFrame">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>241</width>
<height>111</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<widget class="QWidget" name="formLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>221</width>
<height>61</height>
</rect>
</property>
<layout class="QFormLayout" name="deltaFormLayout">
<item row="0" column="0">
<widget class="QLabel" name="dxLabel">
<property name="text">
<string>dx (mm)</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="dxLineEdit">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="dtLabel">
<property name="text">
<string>dt</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="dtLineEdit">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>221</width>
<height>51</height>
</rect>
</property>
<layout class="QGridLayout" name="modelSizeGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Geometric Model M x N:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Numerical Model M x N:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="numericalSizeLabel">
<property name="text">
<string>MxN</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="geometricSizeLabel">
<property name="text">
<string>MxN</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>advancedSimulationSetupDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>advancedSimulationSetupDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>