241 lines
5.9 KiB
XML
241 lines
5.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>731</width>
|
|
<height>508</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="3" column="1">
|
|
<widget class="QPushButton" name="buttonRefresh">
|
|
<property name="text">
|
|
<string>Refresh</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="text">
|
|
<string>Send</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<widget class="CDKView" name="treeView"/>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QPushButton" name="buttonCalc">
|
|
<property name="text">
|
|
<string>Calculate</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="text">
|
|
<string>Load</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
<property name="text">
|
|
<string>Clear</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QPushButton" name="pushButton_6">
|
|
<property name="text">
|
|
<string>update from KDescription</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="text">
|
|
<string>Receive</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" rowspan="5">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>GroupBox</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="checkRadar_ADA_On">
|
|
<property name="text">
|
|
<string>CheckBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="SpinSlider" name="spinSliderRadar_Antenna_Distance"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinRadar_Antenna_SwitchRate"/>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SpinSlider</class>
|
|
<extends>QWidget</extends>
|
|
<header>spinslider.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>CDKView</class>
|
|
<extends>QTreeView</extends>
|
|
<header location="global">qcd_kview.h</header>
|
|
<slots>
|
|
<signal>busyStatusChanged(bool)</signal>
|
|
<slot>sendK()</slot>
|
|
<slot>receiveK()</slot>
|
|
<slot>saveK()</slot>
|
|
<slot>loadK()</slot>
|
|
<slot>clear()</slot>
|
|
<slot>clearK()</slot>
|
|
<slot>refresh()</slot>
|
|
</slots>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>pushButton_2</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>treeView</receiver>
|
|
<slot>receiveK()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>264</x>
|
|
<y>60</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>264</x>
|
|
<y>152</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>treeView</sender>
|
|
<signal>busyStatusChanged(bool)</signal>
|
|
<receiver>pushButton_2</receiver>
|
|
<slot>setDisabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>264</x>
|
|
<y>174</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>264</x>
|
|
<y>60</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButton_5</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>treeView</receiver>
|
|
<slot>clearK()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>264</x>
|
|
<y>89</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>264</x>
|
|
<y>188</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>treeView</receiver>
|
|
<slot>sendK()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>137</x>
|
|
<y>60</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>198</x>
|
|
<y>152</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>treeView</sender>
|
|
<signal>busyStatusChanged(bool)</signal>
|
|
<receiver>pushButton</receiver>
|
|
<slot>setDisabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>177</x>
|
|
<y>246</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>98</x>
|
|
<y>46</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonRefresh</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>treeView</receiver>
|
|
<slot>refresh()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>223</x>
|
|
<y>114</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>217</x>
|
|
<y>134</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|