SXXXXXXX_PyBusMonitor1553/cpp/GrifoScope/GrifoMCS/GADS/GrifoADS/mcsmainwidget.ui
2025-12-17 07:59:30 +01:00

268 lines
6.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>McsMainWidget</class>
<widget class="QWidget" name="McsMainWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>178</width>
<height>462</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QToolBox" name="toolBox">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="pageRawData">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>176</width>
<height>433</height>
</rect>
</property>
<attribute name="label">
<string>Raw Data</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QComboBox" name="comboBox_SelectMsg"/>
</item>
<item>
<widget class="QLabel" name="msgCode">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_RawData">
<property name="title">
<string>Data</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="dataLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="rawShowHex">
<property name="text">
<string>Hex</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
<action name="actionShow_monitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show monitor</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save As...</string>
</property>
</action>
<action name="actionReload_default">
<property name="text">
<string>Reload default</string>
</property>
</action>
<action name="actionLoad">
<property name="text">
<string>Load...</string>
</property>
</action>
<action name="actionBusRun">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Run</string>
</property>
</action>
<action name="actionBusStop">
<property name="text">
<string>Stop</string>
</property>
<property name="toolTip">
<string>Pause</string>
</property>
</action>
<action name="actionBusOneFrame">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>One Frame</string>
</property>
</action>
<action name="actionVCR_Rec">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>VCR Rec</string>
</property>
</action>
<action name="actionVCR_Stop">
<property name="text">
<string>VCR Stop</string>
</property>
</action>
<action name="actionVCR_Pause">
<property name="text">
<string>VCR Pause</string>
</property>
</action>
<action name="actionQT_Dump_Resources">
<property name="text">
<string>QT Dump Resources</string>
</property>
</action>
<action name="actionQT_Dump_Objects">
<property name="text">
<string>QT Dump Objects</string>
</property>
</action>
<action name="actionBusMonitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Bus Monitor</string>
</property>
<property name="toolTip">
<string>Bus Monitor</string>
</property>
</action>
<action name="actionDeviceReset">
<property name="text">
<string>Device Reset</string>
</property>
</action>
<action name="actionDevice_Info">
<property name="text">
<string>Device Info</string>
</property>
</action>
<action name="actionBusMonitorReset">
<property name="text">
<string>Bus Monitor Reset</string>
</property>
</action>
<action name="actionBusMonitorAcq">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Monitor Acquistion</string>
</property>
</action>
<action name="actionDump_Ads_Data">
<property name="text">
<string>Dump Ads Data</string>
</property>
</action>
<action name="actionDump_Ads_Action">
<property name="text">
<string>Dump Ads Action</string>
</property>
</action>
<action name="actionGUI_Style">
<property name="text">
<string>GUI Style...</string>
</property>
</action>
<action name="actionMonitorStatus">
<property name="text">
<string>Monitor</string>
</property>
</action>
<action name="actionQT_Properties">
<property name="text">
<string>QT Properties...</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>