|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>FakeStardundeeSpwUsbGui</class>
|
|
|
<widget class="QWidget" name="FakeStardundeeSpwUsbGui">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>612</width>
|
|
|
<height>300</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
<item row="1" column="1">
|
|
|
<widget class="QPushButton" name="closeQpb">
|
|
|
<property name="text">
|
|
|
<string>close</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<spacer name="horizontalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
<widget class="QTableWidget" name="symbolsList">
|
|
|
<property name="alternatingRowColors">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="sortingEnabled">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
<bool>true</bool>
|
|
|
</attribute>
|
|
|
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
|
|
|
<bool>false</bool>
|
|
|
</attribute>
|
|
|
<column>
|
|
|
<property name="text">
|
|
|
<string>Symbol</string>
|
|
|
</property>
|
|
|
</column>
|
|
|
<column>
|
|
|
<property name="text">
|
|
|
<string>Status</string>
|
|
|
</property>
|
|
|
</column>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections>
|
|
|
<connection>
|
|
|
<sender>closeQpb</sender>
|
|
|
<signal>clicked()</signal>
|
|
|
<receiver>FakeStardundeeSpwUsbGui</receiver>
|
|
|
<slot>close()</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>560</x>
|
|
|
<y>275</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>305</x>
|
|
|
<y>149</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
</connections>
|
|
|
</ui>
|
|
|
|