Button for "force model reload", own models component

This commit is contained in:
Klaus Basan
2019-06-08 22:05:18 +02:00
committed by Mat Sutcliffe
parent ab281649f8
commit 08fcc54695
3 changed files with 50 additions and 4 deletions

View File

@@ -89,6 +89,13 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pb_ForceReload">
<property name="text">
<string>force reload</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_Simulator">
<property name="text">
@@ -104,6 +111,9 @@
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Simulator</string>
</property>