refs #808, UI for CSimulatorInternals

* some functions renamed
* update function and view for internals
This commit is contained in:
Klaus Basan
2016-11-17 04:45:31 +01:00
parent 47b395f6b5
commit 3d314f8820
4 changed files with 90 additions and 36 deletions

View File

@@ -45,10 +45,41 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="tb_Information">
<widget class="QWidget" name="tb_Internals">
<attribute name="title">
<string>Information</string>
</attribute>
<layout class="QVBoxLayout" name="vl_Internals">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="BlackGui::Views::CNameVariantPairView" name="tvp_Internals">
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_RefreshInternals">
<property name="text">
<string>refresh</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<customwidgets>