Own model set dialog / dialog improvements

* better terms
* clear button to clear own model set
This commit is contained in:
Klaus Basan
2019-04-15 19:32:43 +02:00
parent 1af80575b7
commit 8eb3bd5278
4 changed files with 47 additions and 21 deletions

View File

@@ -116,6 +116,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_Clear">
<property name="text">
<string>clear set</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_CreateNewSet">
<property name="minimumSize">
@@ -196,6 +203,17 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>tvp_OwnModelSet</tabstop>
<tabstop>le_Simulator</tabstop>
<tabstop>pb_ShowStatistics</tabstop>
<tabstop>pb_Clear</tabstop>
<tabstop>pb_CreateNewSet</tabstop>
<tabstop>pb_FirstSet</tabstop>
<tabstop>pb_CopyFromAnotherSwift</tabstop>
<tabstop>pb_LoadExistingSet</tabstop>
<tabstop>pb_SaveAsSetForSimulator</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>