[59] | 1 | <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
---|
| 2 | <class>GpsMainWindow</class>
|
---|
| 3 | <widget class="QWidget">
|
---|
| 4 | <property name="name">
|
---|
| 5 | <cstring>GpsMainWindow</cstring>
|
---|
| 6 | </property>
|
---|
| 7 | <property name="geometry">
|
---|
| 8 | <rect>
|
---|
| 9 | <x>0</x>
|
---|
| 10 | <y>0</y>
|
---|
| 11 | <width>207</width>
|
---|
| 12 | <height>108</height>
|
---|
| 13 | </rect>
|
---|
| 14 | </property>
|
---|
| 15 | <property name="sizePolicy">
|
---|
| 16 | <sizepolicy>
|
---|
| 17 | <hsizetype>5</hsizetype>
|
---|
| 18 | <vsizetype>0</vsizetype>
|
---|
| 19 | <horstretch>0</horstretch>
|
---|
| 20 | <verstretch>0</verstretch>
|
---|
| 21 | </sizepolicy>
|
---|
| 22 | </property>
|
---|
| 23 | <property name="caption">
|
---|
| 24 | <string>GPS Acquisition</string>
|
---|
| 25 | </property>
|
---|
| 26 | <grid>
|
---|
| 27 | <property name="name">
|
---|
| 28 | <cstring>unnamed</cstring>
|
---|
| 29 | </property>
|
---|
| 30 | <widget class="QLayoutWidget" row="0" column="0">
|
---|
| 31 | <property name="name">
|
---|
| 32 | <cstring>layout1</cstring>
|
---|
| 33 | </property>
|
---|
| 34 | <grid>
|
---|
| 35 | <property name="name">
|
---|
| 36 | <cstring>unnamed</cstring>
|
---|
| 37 | </property>
|
---|
| 38 | <widget class="QPushButton" row="2" column="0">
|
---|
| 39 | <property name="name">
|
---|
| 40 | <cstring>buttonStop</cstring>
|
---|
| 41 | </property>
|
---|
| 42 | <property name="enabled">
|
---|
| 43 | <bool>false</bool>
|
---|
| 44 | </property>
|
---|
| 45 | <property name="text">
|
---|
| 46 | <string>Stop</string>
|
---|
| 47 | </property>
|
---|
| 48 | </widget>
|
---|
| 49 | <widget class="QPushButton" row="1" column="0">
|
---|
| 50 | <property name="name">
|
---|
| 51 | <cstring>buttonStart</cstring>
|
---|
| 52 | </property>
|
---|
| 53 | <property name="text">
|
---|
| 54 | <string>Start</string>
|
---|
| 55 | </property>
|
---|
| 56 | </widget>
|
---|
| 57 | <widget class="QPushButton" row="0" column="0">
|
---|
| 58 | <property name="name">
|
---|
| 59 | <cstring>buttonConfig</cstring>
|
---|
| 60 | </property>
|
---|
| 61 | <property name="enabled">
|
---|
| 62 | <bool>false</bool>
|
---|
| 63 | </property>
|
---|
| 64 | <property name="text">
|
---|
| 65 | <string>GPS configuration</string>
|
---|
| 66 | </property>
|
---|
| 67 | </widget>
|
---|
| 68 | </grid>
|
---|
| 69 | </widget>
|
---|
| 70 | </grid>
|
---|
| 71 | </widget>
|
---|
| 72 | <connections>
|
---|
| 73 | <connection>
|
---|
| 74 | <sender>buttonConfig</sender>
|
---|
| 75 | <signal>clicked()</signal>
|
---|
| 76 | <receiver>GpsMainWindow</receiver>
|
---|
| 77 | <slot>configuration()</slot>
|
---|
| 78 | </connection>
|
---|
| 79 | <connection>
|
---|
| 80 | <sender>buttonStart</sender>
|
---|
| 81 | <signal>clicked()</signal>
|
---|
| 82 | <receiver>GpsMainWindow</receiver>
|
---|
| 83 | <slot>startAcquisition()</slot>
|
---|
| 84 | </connection>
|
---|
| 85 | <connection>
|
---|
| 86 | <sender>buttonStop</sender>
|
---|
| 87 | <signal>clicked()</signal>
|
---|
| 88 | <receiver>GpsMainWindow</receiver>
|
---|
| 89 | <slot>stopAcquisition()</slot>
|
---|
| 90 | </connection>
|
---|
| 91 | </connections>
|
---|
| 92 | <slots>
|
---|
| 93 | <slot>configuration()</slot>
|
---|
| 94 | <slot>startAcquisition()</slot>
|
---|
| 95 | <slot>stopAcquisition()</slot>
|
---|
| 96 | </slots>
|
---|
| 97 | <layoutdefaults spacing="6" margin="11"/>
|
---|
| 98 | </UI>
|
---|