Subversion Repositories Projects

Rev

Rev 167 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 167 Rev 199
Line 3... Line 3...
3
 <widget class="QMainWindow" name="dlg_mktool_UI" >
3
 <widget class="QMainWindow" name="dlg_mktool_UI" >
4
  <property name="geometry" >
4
  <property name="geometry" >
5
   <rect>
5
   <rect>
6
    <x>0</x>
6
    <x>0</x>
7
    <y>0</y>
7
    <y>0</y>
8
    <width>766</width>
8
    <width>785</width>
9
    <height>414</height>
9
    <height>415</height>
10
   </rect>
10
   </rect>
11
  </property>
11
  </property>
12
  <property name="windowTitle" >
12
  <property name="windowTitle" >
13
   <string>MK-Tool</string>
13
   <string>MK-Tool</string>
14
  </property>
14
  </property>
Line 1028... Line 1028...
1028
      <widget class="QWidget" name="Tab_3" >
1028
      <widget class="QWidget" name="Tab_3" >
1029
       <attribute name="title" >
1029
       <attribute name="title" >
1030
        <string>Terminal </string>
1030
        <string>Terminal </string>
1031
       </attribute>
1031
       </attribute>
1032
       <layout class="QGridLayout" name="gridLayout_2" >
1032
       <layout class="QGridLayout" name="gridLayout_2" >
1033
        <item row="0" column="0" colspan="5" >
1033
        <item row="0" column="0" colspan="8" >
1034
         <widget class="QTextEdit" name="te_RX" >
1034
         <widget class="QTextEdit" name="te_RX" >
1035
          <property name="font" >
1035
          <property name="font" >
1036
           <font>
1036
           <font>
1037
            <family>Adobe Courier</family>
1037
            <family>Adobe Courier</family>
1038
            <pointsize>10</pointsize>
1038
            <pointsize>10</pointsize>
Line 1045... Line 1045...
1045
&lt;/style>&lt;/head>&lt;body style=" font-family:'Adobe Courier'; font-size:10pt; font-weight:400; font-style:normal;">
1045
&lt;/style>&lt;/head>&lt;body style=" font-family:'Adobe Courier'; font-size:10pt; font-weight:400; font-style:normal;">
1046
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
1046
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
1047
          </property>
1047
          </property>
1048
         </widget>
1048
         </widget>
1049
        </item>
1049
        </item>
1050
        <item row="1" column="0" >
1050
        <item row="1" column="1" >
1051
         <widget class="QCheckBox" name="cb_ShowData" >
1051
         <widget class="QCheckBox" name="cb_ShowData" >
1052
          <property name="text" >
1052
          <property name="text" >
1053
           <string>Datenpackete anzeigen </string>
1053
           <string>Datenpackete </string>
1054
          </property>
1054
          </property>
1055
         </widget>
1055
         </widget>
1056
        </item>
1056
        </item>
1057
        <item row="1" column="1" >
1057
        <item row="1" column="2" >
1058
         <widget class="QCheckBox" name="cb_ShowMSG" >
1058
         <widget class="QCheckBox" name="cb_ShowMSG" >
1059
          <property name="text" >
1059
          <property name="text" >
1060
           <string>Meldungen anzeigen </string>
1060
           <string>Meldungen </string>
1061
          </property>
1061
          </property>
1062
          <property name="checked" >
1062
          <property name="checked" >
1063
           <bool>true</bool>
1063
           <bool>true</bool>
1064
          </property>
1064
          </property>
1065
         </widget>
1065
         </widget>
1066
        </item>
1066
        </item>
1067
        <item row="1" column="4" >
1067
        <item row="1" column="6" >
1068
         <spacer name="horizontalSpacer_13" >
1068
         <spacer name="horizontalSpacer_13" >
1069
          <property name="orientation" >
1069
          <property name="orientation" >
1070
           <enum>Qt::Horizontal</enum>
1070
           <enum>Qt::Horizontal</enum>
1071
          </property>
1071
          </property>
1072
          <property name="sizeHint" stdset="0" >
1072
          <property name="sizeHint" stdset="0" >
Line 1075... Line 1075...
1075
            <height>20</height>
1075
            <height>20</height>
1076
           </size>
1076
           </size>
1077
          </property>
1077
          </property>
1078
         </spacer>
1078
         </spacer>
1079
        </item>
1079
        </item>
1080
        <item row="1" column="3" >
1080
        <item row="1" column="4" >
1081
         <widget class="QCheckBox" name="cb_ShowAlways" >
1081
         <widget class="QCheckBox" name="cb_ShowAlways" >
1082
          <property name="text" >
1082
          <property name="text" >
1083
           <string>auch wenn ausgeblendet </string>
1083
           <string>auch wenn ausgeblendet </string>
1084
          </property>
1084
          </property>
1085
         </widget>
1085
         </widget>
1086
        </item>
1086
        </item>
1087
        <item row="1" column="2" >
1087
        <item row="1" column="3" >
1088
         <widget class="QCheckBox" name="cb_ShowSend" >
1088
         <widget class="QCheckBox" name="cb_ShowSend" >
1089
          <property name="text" >
1089
          <property name="text" >
1090
           <string>gesendete Daten anzeigen</string>
1090
           <string>gesendete Daten </string>
-
 
1091
          </property>
-
 
1092
         </widget>
-
 
1093
        </item>
-
 
1094
        <item row="1" column="0" >
-
 
1095
         <widget class="QLabel" name="label_2" >
-
 
1096
          <property name="text" >
-
 
1097
           <string>Anzeigen: </string>
-
 
1098
          </property>
-
 
1099
         </widget>
-
 
1100
        </item>
-
 
1101
        <item row="1" column="7" >
-
 
1102
         <widget class="QPushButton" name="pb_Clear" >
-
 
1103
          <property name="text" >
-
 
1104
           <string>Löschen</string>
1091
          </property>
1105
          </property>
1092
         </widget>
1106
         </widget>
1093
        </item>
1107
        </item>
1094
       </layout>
1108
       </layout>
1095
      </widget>
1109
      </widget>
Line 1144... Line 1158...
1144
                <number>22</number>
1158
                <number>22</number>
1145
               </property>
1159
               </property>
1146
               <property name="alignment" >
1160
               <property name="alignment" >
1147
                <set>Qt::AlignCenter</set>
1161
                <set>Qt::AlignCenter</set>
1148
               </property>
1162
               </property>
-
 
1163
               <property name="readOnly" >
-
 
1164
                <bool>true</bool>
-
 
1165
               </property>
1149
              </widget>
1166
              </widget>
1150
             </item>
1167
             </item>
1151
             <item row="1" column="0" colspan="3" >
1168
             <item row="1" column="0" colspan="3" >
1152
              <widget class="QLineEdit" name="le_LCD1" >
1169
              <widget class="QLineEdit" name="le_LCD1" >
1153
               <property name="minimumSize" >
1170
               <property name="minimumSize" >
Line 1171... Line 1188...
1171
                <number>22</number>
1188
                <number>22</number>
1172
               </property>
1189
               </property>
1173
               <property name="alignment" >
1190
               <property name="alignment" >
1174
                <set>Qt::AlignCenter</set>
1191
                <set>Qt::AlignCenter</set>
1175
               </property>
1192
               </property>
-
 
1193
               <property name="readOnly" >
-
 
1194
                <bool>false</bool>
-
 
1195
               </property>
1176
              </widget>
1196
              </widget>
1177
             </item>
1197
             </item>
1178
             <item row="2" column="0" colspan="3" >
1198
             <item row="2" column="0" colspan="3" >
1179
              <widget class="QLineEdit" name="le_LCD2" >
1199
              <widget class="QLineEdit" name="le_LCD2" >
1180
               <property name="minimumSize" >
1200
               <property name="minimumSize" >
Line 1198... Line 1218...
1198
                <number>22</number>
1218
                <number>22</number>
1199
               </property>
1219
               </property>
1200
               <property name="alignment" >
1220
               <property name="alignment" >
1201
                <set>Qt::AlignCenter</set>
1221
                <set>Qt::AlignCenter</set>
1202
               </property>
1222
               </property>
-
 
1223
               <property name="readOnly" >
-
 
1224
                <bool>false</bool>
-
 
1225
               </property>
1203
              </widget>
1226
              </widget>
1204
             </item>
1227
             </item>
1205
             <item row="3" column="0" colspan="3" >
1228
             <item row="3" column="0" colspan="3" >
1206
              <widget class="QLineEdit" name="le_LCD3" >
1229
              <widget class="QLineEdit" name="le_LCD3" >
1207
               <property name="minimumSize" >
1230
               <property name="minimumSize" >
Line 1225... Line 1248...
1225
                <number>22</number>
1248
                <number>22</number>
1226
               </property>
1249
               </property>
1227
               <property name="alignment" >
1250
               <property name="alignment" >
1228
                <set>Qt::AlignCenter</set>
1251
                <set>Qt::AlignCenter</set>
1229
               </property>
1252
               </property>
-
 
1253
               <property name="readOnly" >
-
 
1254
                <bool>true</bool>
-
 
1255
               </property>
1230
              </widget>
1256
              </widget>
1231
             </item>
1257
             </item>
1232
             <item row="4" column="0" >
1258
             <item row="4" column="0" >
1233
              <widget class="QCheckBox" name="cb_LCD" >
1259
              <widget class="QCheckBox" name="cb_LCD" >
1234
               <property name="text" >
1260
               <property name="text" >
Line 1642... Line 1668...
1642
        <property name="icon" >
1668
        <property name="icon" >
1643
         <iconset resource="../MKTool.qrc" >
1669
         <iconset resource="../MKTool.qrc" >
1644
          <normaloff>:/Actions/Images/22X22/network-disconnect.png</normaloff>:/Actions/Images/22X22/network-disconnect.png</iconset>
1670
          <normaloff>:/Actions/Images/22X22/network-disconnect.png</normaloff>:/Actions/Images/22X22/network-disconnect.png</iconset>
1645
        </property>
1671
        </property>
1646
       </widget>
1672
       </widget>
1647
       <widget class="QComboBox" name="cb_Hardware" >
1673
       <widget class="QLineEdit" name="IN" >
1648
        <property name="enabled" >
1674
        <property name="geometry" >
-
 
1675
         <rect>
-
 
1676
          <x>0</x>
-
 
1677
          <y>270</y>
1649
         <bool>false</bool>
1678
          <width>751</width>
-
 
1679
          <height>31</height>
-
 
1680
         </rect>
-
 
1681
        </property>
-
 
1682
        <property name="text" >
-
 
1683
         <string>#cOD{br>Lozm^zgC]===M=============================================================\======>t=====?q>|=E====D============z^</string>
1650
        </property>
1684
        </property>
-
 
1685
       </widget>
-
 
1686
       <widget class="QPushButton" name="Dec" >
1651
        <property name="geometry" >
1687
        <property name="geometry" >
1652
         <rect>
1688
         <rect>
1653
          <x>10</x>
1689
          <x>0</x>
1654
          <y>30</y>
1690
          <y>240</y>
1655
          <width>101</width>
1691
          <width>100</width>
1656
          <height>27</height>
1692
          <height>26</height>
1657
         </rect>
1693
         </rect>
1658
        </property>
1694
        </property>
-
 
1695
        <property name="text" >
-
 
1696
         <string>Decode</string>
-
 
1697
        </property>
-
 
1698
       </widget>
-
 
1699
       <widget class="QRadioButton" name="rb_SelFC" >
-
 
1700
        <property name="geometry" >
-
 
1701
         <rect>
-
 
1702
          <x>250</x>
-
 
1703
          <y>90</y>
-
 
1704
          <width>91</width>
-
 
1705
          <height>25</height>
1659
        <item>
1706
         </rect>
-
 
1707
        </property>
1660
         <property name="text" >
1708
        <property name="text" >
1661
          <string>FlightCtrl</string>
1709
         <string>FlightCtrl</string>
1662
         </property>
1710
        </property>
1663
        </item>
1711
       </widget>
-
 
1712
       <widget class="QRadioButton" name="rb_SelNC" >
-
 
1713
        <property name="geometry" >
-
 
1714
         <rect>
-
 
1715
          <x>360</x>
-
 
1716
          <y>90</y>
-
 
1717
          <width>81</width>
-
 
1718
          <height>25</height>
1664
        <item>
1719
         </rect>
-
 
1720
        </property>
1665
         <property name="text" >
1721
        <property name="text" >
1666
          <string>NaviCtrl</string>
1722
         <string>NaviCtrl</string>
1667
         </property>
1723
        </property>
1668
        </item>
1724
       </widget>
-
 
1725
       <widget class="QRadioButton" name="rb_SelMag" >
-
 
1726
        <property name="geometry" >
1669
        <item>
1727
         <rect>
-
 
1728
          <x>460</x>
-
 
1729
          <y>90</y>
1670
         <property name="text" >
1730
          <width>81</width>
1671
          <string>MK3Mag</string>
1731
          <height>25</height>
-
 
1732
         </rect>
1672
         </property>
1733
        </property>
-
 
1734
        <property name="text" >
-
 
1735
         <string>MK3Mag</string>
1673
        </item>
1736
        </property>
1674
       </widget>
1737
       </widget>
1675
      </widget>
1738
      </widget>
1676
     </widget>
1739
     </widget>
1677
    </item>
1740
    </item>
1678
   </layout>
1741
   </layout>
Line 1680... Line 1743...
1680
  <widget class="QMenuBar" name="menubar" >
1743
  <widget class="QMenuBar" name="menubar" >
1681
   <property name="geometry" >
1744
   <property name="geometry" >
1682
    <rect>
1745
    <rect>
1683
     <x>0</x>
1746
     <x>0</x>
1684
     <y>0</y>
1747
     <y>0</y>
1685
     <width>766</width>
1748
     <width>785</width>
1686
     <height>25</height>
1749
     <height>25</height>
1687
    </rect>
1750
    </rect>
1688
   </property>
1751
   </property>
1689
   <widget class="QMenu" name="menuProgramm" >
1752
   <widget class="QMenu" name="menuProgramm" >
1690
    <property name="title" >
1753
    <property name="title" >
Line 1713... Line 1776...
1713
     <string>&amp;Debug-Daten</string>
1776
     <string>&amp;Debug-Daten</string>
1714
    </property>
1777
    </property>
1715
    <addaction name="ac_RecordCSV" />
1778
    <addaction name="ac_RecordCSV" />
1716
    <addaction name="ac_StartPlotter" />
1779
    <addaction name="ac_StartPlotter" />
1717
    <addaction name="separator" />
1780
    <addaction name="separator" />
1718
    <addaction name="ac_MehrDaten" />
1781
    <addaction name="ac_FastDebug" />
1719
    <addaction name="ac_KeineDaten" />
1782
    <addaction name="ac_NoDebug" />
1720
    <addaction name="separator" />
1783
    <addaction name="separator" />
1721
    <addaction name="ac_GetLabels" />
1784
    <addaction name="ac_GetLabels" />
1722
   </widget>
1785
   </widget>
1723
   <widget class="QMenu" name="menuAnsicht" >
1786
   <widget class="QMenu" name="menuAnsicht" >
1724
    <property name="title" >
1787
    <property name="title" >
Line 1745... Line 1808...
1745
   </widget>
1808
   </widget>
1746
   <widget class="QMenu" name="menuHardware" >
1809
   <widget class="QMenu" name="menuHardware" >
1747
    <property name="title" >
1810
    <property name="title" >
1748
     <string>Hardware</string>
1811
     <string>Hardware</string>
1749
    </property>
1812
    </property>
1750
    <addaction name="actionFlightCtrl" />
1813
    <addaction name="ac_SelFC" />
1751
    <addaction name="actionNaviCtrl" />
1814
    <addaction name="ac_SelNC" />
1752
    <addaction name="actionMK3Mag" />
1815
    <addaction name="ac_SelMag" />
1753
   </widget>
1816
   </widget>
1754
   <widget class="QMenu" name="menu_Navi_Daten" >
1817
   <widget class="QMenu" name="menu_Navi_Daten" >
1755
    <property name="title" >
1818
    <property name="title" >
1756
     <string>&amp;Navi-Daten</string>
1819
     <string>&amp;Navi-Daten</string>
1757
    </property>
1820
    </property>
1758
    <addaction name="ac_StartServer" />
1821
    <addaction name="ac_StartServer" />
-
 
1822
    <addaction name="separator" />
-
 
1823
    <addaction name="ac_FastNavi" />
-
 
1824
    <addaction name="ac_NoNavi" />
1759
   </widget>
1825
   </widget>
1760
   <addaction name="menuProgramm" />
1826
   <addaction name="menuProgramm" />
1761
   <addaction name="menuHardware" />
1827
   <addaction name="menuHardware" />
1762
   <addaction name="menuAnsicht" />
1828
   <addaction name="menuAnsicht" />
1763
   <addaction name="menuDaten" />
1829
   <addaction name="menuDaten" />
Line 1791... Line 1857...
1791
   <attribute name="toolBarBreak" >
1857
   <attribute name="toolBarBreak" >
1792
    <bool>false</bool>
1858
    <bool>false</bool>
1793
   </attribute>
1859
   </attribute>
1794
   <addaction name="ac_ConnectTTY" />
1860
   <addaction name="ac_ConnectTTY" />
1795
   <addaction name="separator" />
1861
   <addaction name="separator" />
1796
   <addaction name="ac_RecordCSV" />
-
 
1797
   <addaction name="ac_StartPlotter" />
1862
   <addaction name="ac_StartPlotter" />
-
 
1863
   <addaction name="ac_FastDebug" />
1798
   <addaction name="ac_MehrDaten" />
1864
   <addaction name="ac_RecordCSV" />
1799
   <addaction name="separator" />
1865
   <addaction name="separator" />
1800
   <addaction name="ac_Motortest" />
1866
   <addaction name="ac_Motortest" />
1801
   <addaction name="separator" />
1867
   <addaction name="separator" />
1802
   <addaction name="ac_StartServer" />
1868
   <addaction name="ac_StartServer" />
1803
   <addaction name="separator" />
1869
   <addaction name="separator" />
Line 1868... Line 1934...
1868
   </property>
1934
   </property>
1869
   <property name="text" >
1935
   <property name="text" >
1870
    <string>Datenfelder wählen</string>
1936
    <string>Datenfelder wählen</string>
1871
   </property>
1937
   </property>
1872
  </action>
1938
  </action>
1873
  <action name="ac_MehrDaten" >
1939
  <action name="ac_FastDebug" >
1874
   <property name="checkable" >
1940
   <property name="checkable" >
1875
    <bool>true</bool>
1941
    <bool>true</bool>
1876
   </property>
1942
   </property>
1877
   <property name="icon" >
1943
   <property name="icon" >
1878
    <iconset resource="../MKTool.qrc" >
1944
    <iconset resource="../MKTool.qrc" >
Line 1910... Line 1976...
1910
   </property>
1976
   </property>
1911
   <property name="checked" >
1977
   <property name="checked" >
1912
    <bool>false</bool>
1978
    <bool>false</bool>
1913
   </property>
1979
   </property>
1914
   <property name="text" >
1980
   <property name="text" >
1915
    <string>Parameter</string>
1981
    <string>FC-Settings</string>
1916
   </property>
1982
   </property>
1917
  </action>
1983
  </action>
1918
  <action name="ac_View3" >
1984
  <action name="ac_View3" >
1919
   <property name="checkable" >
1985
   <property name="checkable" >
1920
    <bool>true</bool>
1986
    <bool>true</bool>
Line 1969... Line 2035...
1969
   </property>
2035
   </property>
1970
   <property name="text" >
2036
   <property name="text" >
1971
    <string>Motortest</string>
2037
    <string>Motortest</string>
1972
   </property>
2038
   </property>
1973
  </action>
2039
  </action>
1974
  <action name="actionFlightCtrl" >
2040
  <action name="ac_SelFC" >
1975
   <property name="checkable" >
2041
   <property name="checkable" >
1976
    <bool>true</bool>
2042
    <bool>true</bool>
1977
   </property>
2043
   </property>
1978
   <property name="enabled" >
-
 
1979
    <bool>false</bool>
-
 
1980
   </property>
-
 
1981
   <property name="text" >
2044
   <property name="text" >
1982
    <string>FlightCtrl</string>
2045
    <string>FlightCtrl</string>
1983
   </property>
2046
   </property>
1984
  </action>
2047
  </action>
1985
  <action name="actionNaviCtrl" >
2048
  <action name="ac_SelNC" >
1986
   <property name="checkable" >
2049
   <property name="checkable" >
1987
    <bool>true</bool>
2050
    <bool>true</bool>
1988
   </property>
2051
   </property>
1989
   <property name="enabled" >
-
 
1990
    <bool>false</bool>
-
 
1991
   </property>
-
 
1992
   <property name="text" >
2052
   <property name="text" >
1993
    <string>NaviCtrl</string>
2053
    <string>NaviCtrl</string>
1994
   </property>
2054
   </property>
1995
  </action>
2055
  </action>
1996
  <action name="actionMK3Mag" >
2056
  <action name="ac_SelMag" >
1997
   <property name="checkable" >
2057
   <property name="checkable" >
1998
    <bool>true</bool>
2058
    <bool>true</bool>
1999
   </property>
2059
   </property>
2000
   <property name="enabled" >
-
 
2001
    <bool>false</bool>
-
 
2002
   </property>
-
 
2003
   <property name="text" >
2060
   <property name="text" >
2004
    <string>MK3Mag</string>
2061
    <string>MK3Mag</string>
2005
   </property>
2062
   </property>
2006
  </action>
2063
  </action>
2007
  <action name="ac_KeineDaten" >
2064
  <action name="ac_NoDebug" >
2008
   <property name="checkable" >
2065
   <property name="checkable" >
2009
    <bool>true</bool>
2066
    <bool>true</bool>
2010
   </property>
2067
   </property>
2011
   <property name="text" >
2068
   <property name="text" >
2012
    <string>Debugdaten abschalten.</string>
2069
    <string>Debugdaten abschalten.</string>
Line 2022... Line 2079...
2022
   </property>
2079
   </property>
2023
   <property name="text" >
2080
   <property name="text" >
2024
    <string>Google Earth Server</string>
2081
    <string>Google Earth Server</string>
2025
   </property>
2082
   </property>
2026
  </action>
2083
  </action>
-
 
2084
  <action name="ac_FastNavi" >
-
 
2085
   <property name="checkable" >
-
 
2086
    <bool>true</bool>
-
 
2087
   </property>
-
 
2088
   <property name="icon" >
-
 
2089
    <iconset resource="../MKTool.qrc" >
-
 
2090
     <normaloff>:/Actions/Images/22X22/clock.png</normaloff>:/Actions/Images/22X22/clock.png</iconset>
-
 
2091
   </property>
-
 
2092
   <property name="text" >
-
 
2093
    <string>Schnelle Navi-Daten</string>
-
 
2094
   </property>
-
 
2095
  </action>
-
 
2096
  <action name="ac_NoNavi" >
-
 
2097
   <property name="checkable" >
-
 
2098
    <bool>true</bool>
-
 
2099
   </property>
-
 
2100
   <property name="text" >
-
 
2101
    <string>Navidaten abschalten</string>
-
 
2102
   </property>
-
 
2103
  </action>
2027
 </widget>
2104
 </widget>
2028
 <customwidgets>
2105
 <customwidgets>
2029
  <customwidget>
2106
  <customwidget>
2030
   <class>QwtPlot</class>
2107
   <class>QwtPlot</class>
2031
   <extends>QFrame</extends>
2108
   <extends>QFrame</extends>
Line 2063... Line 2140...
2063
   <signal>clicked()</signal>
2140
   <signal>clicked()</signal>
2064
   <receiver>ac_StartPlotter</receiver>
2141
   <receiver>ac_StartPlotter</receiver>
2065
   <slot>trigger()</slot>
2142
   <slot>trigger()</slot>
2066
   <hints>
2143
   <hints>
2067
    <hint type="sourcelabel" >
2144
    <hint type="sourcelabel" >
2068
     <x>657</x>
2145
     <x>756</x>
2069
     <y>399</y>
2146
     <y>370</y>
2070
    </hint>
2147
    </hint>
2071
    <hint type="destinationlabel" >
2148
    <hint type="destinationlabel" >
2072
     <x>-1</x>
2149
     <x>-1</x>
2073
     <y>-1</y>
2150
     <y>-1</y>
2074
    </hint>
2151
    </hint>
Line 2079... Line 2156...
2079
   <signal>clicked()</signal>
2156
   <signal>clicked()</signal>
2080
   <receiver>ac_Quit</receiver>
2157
   <receiver>ac_Quit</receiver>
2081
   <slot>trigger()</slot>
2158
   <slot>trigger()</slot>
2082
   <hints>
2159
   <hints>
2083
    <hint type="sourcelabel" >
2160
    <hint type="sourcelabel" >
2084
     <x>659</x>
2161
     <x>663</x>
2085
     <y>385</y>
2162
     <y>117</y>
2086
    </hint>
2163
    </hint>
2087
    <hint type="destinationlabel" >
2164
    <hint type="destinationlabel" >
2088
     <x>-1</x>
2165
     <x>-1</x>
2089
     <y>-1</y>
2166
     <y>-1</y>
2090
    </hint>
2167
    </hint>
Line 2095... Line 2172...
2095
   <signal>clicked()</signal>
2172
   <signal>clicked()</signal>
2096
   <receiver>ac_ConnectTTY</receiver>
2173
   <receiver>ac_ConnectTTY</receiver>
2097
   <slot>trigger()</slot>
2174
   <slot>trigger()</slot>
2098
   <hints>
2175
   <hints>
2099
    <hint type="sourcelabel" >
2176
    <hint type="sourcelabel" >
2100
     <x>249</x>
2177
     <x>253</x>
2101
     <y>385</y>
2178
     <y>117</y>
2102
    </hint>
2179
    </hint>
2103
    <hint type="destinationlabel" >
2180
    <hint type="destinationlabel" >
2104
     <x>-1</x>
2181
     <x>-1</x>
2105
     <y>-1</y>
2182
     <y>-1</y>
2106
    </hint>
2183
    </hint>
Line 2111... Line 2188...
2111
   <signal>clicked()</signal>
2188
   <signal>clicked()</signal>
2112
   <receiver>ac_RecordCSV</receiver>
2189
   <receiver>ac_RecordCSV</receiver>
2113
   <slot>trigger()</slot>
2190
   <slot>trigger()</slot>
2114
   <hints>
2191
   <hints>
2115
    <hint type="sourcelabel" >
2192
    <hint type="sourcelabel" >
-
 
2193
     <x>510</x>
-
 
2194
     <y>117</y>
-
 
2195
    </hint>
-
 
2196
    <hint type="destinationlabel" >
-
 
2197
     <x>-1</x>
-
 
2198
     <y>-1</y>
-
 
2199
    </hint>
-
 
2200
   </hints>
-
 
2201
  </connection>
-
 
2202
  <connection>
-
 
2203
   <sender>rb_SelFC</sender>
-
 
2204
   <signal>toggled(bool)</signal>
-
 
2205
   <receiver>ac_SelFC</receiver>
-
 
2206
   <slot>setChecked(bool)</slot>
-
 
2207
   <hints>
-
 
2208
    <hint type="sourcelabel" >
-
 
2209
     <x>299</x>
-
 
2210
     <y>194</y>
-
 
2211
    </hint>
-
 
2212
    <hint type="destinationlabel" >
-
 
2213
     <x>-1</x>
-
 
2214
     <y>-1</y>
-
 
2215
    </hint>
-
 
2216
   </hints>
-
 
2217
  </connection>
-
 
2218
  <connection>
-
 
2219
   <sender>rb_SelMag</sender>
-
 
2220
   <signal>toggled(bool)</signal>
-
 
2221
   <receiver>ac_SelMag</receiver>
-
 
2222
   <slot>setChecked(bool)</slot>
-
 
2223
   <hints>
-
 
2224
    <hint type="sourcelabel" >
2116
     <x>506</x>
2225
     <x>504</x>
-
 
2226
     <y>194</y>
-
 
2227
    </hint>
-
 
2228
    <hint type="destinationlabel" >
-
 
2229
     <x>-1</x>
-
 
2230
     <y>-1</y>
-
 
2231
    </hint>
-
 
2232
   </hints>
-
 
2233
  </connection>
-
 
2234
  <connection>
-
 
2235
   <sender>rb_SelNC</sender>
-
 
2236
   <signal>toggled(bool)</signal>
-
 
2237
   <receiver>ac_SelNC</receiver>
-
 
2238
   <slot>setChecked(bool)</slot>
-
 
2239
   <hints>
-
 
2240
    <hint type="sourcelabel" >
-
 
2241
     <x>404</x>
2117
     <y>385</y>
2242
     <y>194</y>
-
 
2243
    </hint>
-
 
2244
    <hint type="destinationlabel" >
-
 
2245
     <x>-1</x>
-
 
2246
     <y>-1</y>
-
 
2247
    </hint>
-
 
2248
   </hints>
-
 
2249
  </connection>
-
 
2250
  <connection>
-
 
2251
   <sender>ac_SelFC</sender>
-
 
2252
   <signal>triggered(bool)</signal>
-
 
2253
   <receiver>rb_SelFC</receiver>
-
 
2254
   <slot>setChecked(bool)</slot>
-
 
2255
   <hints>
-
 
2256
    <hint type="sourcelabel" >
-
 
2257
     <x>-1</x>
-
 
2258
     <y>-1</y>
-
 
2259
    </hint>
-
 
2260
    <hint type="destinationlabel" >
-
 
2261
     <x>299</x>
-
 
2262
     <y>194</y>
-
 
2263
    </hint>
-
 
2264
   </hints>
-
 
2265
  </connection>
-
 
2266
  <connection>
-
 
2267
   <sender>ac_SelMag</sender>
-
 
2268
   <signal>triggered(bool)</signal>
-
 
2269
   <receiver>rb_SelMag</receiver>
-
 
2270
   <slot>setChecked(bool)</slot>
-
 
2271
   <hints>
-
 
2272
    <hint type="sourcelabel" >
-
 
2273
     <x>-1</x>
-
 
2274
     <y>-1</y>
2118
    </hint>
2275
    </hint>
2119
    <hint type="destinationlabel" >
2276
    <hint type="destinationlabel" >
-
 
2277
     <x>504</x>
-
 
2278
     <y>194</y>
-
 
2279
    </hint>
-
 
2280
   </hints>
-
 
2281
  </connection>
-
 
2282
  <connection>
-
 
2283
   <sender>ac_SelNC</sender>
-
 
2284
   <signal>triggered(bool)</signal>
-
 
2285
   <receiver>rb_SelNC</receiver>
-
 
2286
   <slot>setChecked(bool)</slot>
-
 
2287
   <hints>
-
 
2288
    <hint type="sourcelabel" >
2120
     <x>-1</x>
2289
     <x>-1</x>
2121
     <y>-1</y>
2290
     <y>-1</y>
2122
    </hint>
2291
    </hint>
-
 
2292
    <hint type="destinationlabel" >
-
 
2293
     <x>404</x>
-
 
2294
     <y>194</y>
-
 
2295
    </hint>
-
 
2296
   </hints>
-
 
2297
  </connection>
-
 
2298
  <connection>
-
 
2299
   <sender>pb_Clear</sender>
-
 
2300
   <signal>clicked()</signal>
-
 
2301
   <receiver>te_RX</receiver>
-
 
2302
   <slot>clear()</slot>
-
 
2303
   <hints>
-
 
2304
    <hint type="sourcelabel" >
-
 
2305
     <x>736</x>
-
 
2306
     <y>372</y>
-
 
2307
    </hint>
-
 
2308
    <hint type="destinationlabel" >
-
 
2309
     <x>392</x>
-
 
2310
     <y>225</y>
-
 
2311
    </hint>
2123
   </hints>
2312
   </hints>
2124
  </connection>
2313
  </connection>
2125
 </connections>
2314
 </connections>
2126
</ui>
2315
</ui>