36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>GraphParametersDialog</class>
|
|
<widget class="QDialog" name="GraphParametersDialog">
|
|
<property name="geometry"><rect><x>0</x><y>0</y><width>620</width><height>480</height></rect></property>
|
|
<property name="windowTitle"><string>Graph Parameters</string></property>
|
|
<layout class="QVBoxLayout" name="dialogLayout">
|
|
<item>
|
|
<widget class="QLabel" name="descriptionLabel">
|
|
<property name="text"><string>Edit parameter values throughout the active component tree.</string></property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTreeWidget" name="parameterTree">
|
|
<property name="alternatingRowColors"><bool>true</bool></property>
|
|
<property name="rootIsDecorated"><bool>true</bool></property>
|
|
<property name="columnCount"><number>3</number></property>
|
|
<column><property name="text"><string>Component / Parameter</string></property></column>
|
|
<column><property name="text"><string>Type</string></property></column>
|
|
<column><property name="text"><string>Value</string></property></column>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons"><set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set></property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection><sender>buttonBox</sender><signal>accepted()</signal><receiver>GraphParametersDialog</receiver><slot>accept()</slot><hints/></connection>
|
|
<connection><sender>buttonBox</sender><signal>rejected()</signal><receiver>GraphParametersDialog</receiver><slot>reject()</slot><hints/></connection>
|
|
</connections>
|
|
</ui>
|