Wed 28 Aug 21:38:52 CEST 2024

This commit is contained in:
sbosse 2024-08-28 21:41:32 +02:00
parent 8e30c86882
commit 1ce5ea53e2

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>565</width>
<height>455</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QFrame" name="propertiesFrame">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>251</width>
<height>271</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="rhoLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>56</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;rho&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="lambdaLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>53</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>lambda</string>
</property>
</widget>
<widget class="QLabel" name="muLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>56</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>mu</string>
</property>
</widget>
<widget class="QLineEdit" name="rhoLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lambdaLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>90</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="muLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>120</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="dampimgCheckBox">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>85</width>
<height>18</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="text">
<string>Damping</string>
</property>
</widget>
<widget class="QLabel" name="etavLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>195</y>
<width>56</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;etav&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="etasLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>225</y>
<width>56</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;etas&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="etavLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>190</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="etasLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>220</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="rhoLabel_2">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>56</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Name&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="materialNameLineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>