refs #618, allow to set and save model sets

This commit is contained in:
Klaus Basan
2016-03-24 05:37:14 +01:00
parent d509c6b0b5
commit efcf38c2a5
3 changed files with 165 additions and 11 deletions

View File

@@ -76,6 +76,29 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lbl_Simulator">
<property name="text">
<string>Simulator:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_Simulator">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Simulator</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_CreateNewSet">
<property name="minimumSize">