1
0
Fork 0
OpenLCP/example/widgetExplorer/devicewindow.ui

293 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DeviceWindow</class>
<widget class="QMainWindow" name="DeviceWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="widgetView"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<widget class="QMenu" name="menuPort">
<property name="title">
<string>Port</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionClose"/>
<addaction name="separator"/>
<addaction name="actionRefresh_List"/>
</widget>
<widget class="QMenu" name="menuWidget">
<property name="title">
<string>Widget</string>
</property>
<addaction name="actionDMX"/>
<addaction name="actionRDM"/>
<addaction name="separator"/>
<addaction name="actionParameter"/>
<addaction name="actionUserData"/>
<addaction name="separator"/>
<addaction name="actionFirmware"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<widget class="QMenu" name="menuToolbars">
<property name="title">
<string>Toolbars</string>
</property>
<addaction name="actionPortToolbar"/>
<addaction name="actionWidgetToolbar"/>
</widget>
<addaction name="menuToolbars"/>
</widget>
<addaction name="menuPort"/>
<addaction name="menuWidget"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBarPort">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionRefresh_List"/>
<addaction name="actionOpen"/>
<addaction name="actionClose"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="separator"/>
</widget>
<widget class="QToolBar" name="toolBarWidget">
<property name="windowTitle">
<string>toolBar_2</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionDMX"/>
<addaction name="actionRDM"/>
<addaction name="actionParameter"/>
</widget>
<action name="actionAbout">
<property name="icon">
<iconset theme="help-about">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionRefresh_List">
<property name="icon">
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Refresh List</string>
</property>
</action>
<action name="actionOpen">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="call-start">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Open</string>
</property>
</action>
<action name="actionClose">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="call-stop">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Close</string>
</property>
</action>
<action name="actionParameter">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="preferences-other">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Parameters</string>
</property>
<property name="toolTip">
<string>Tx Parameters</string>
</property>
</action>
<action name="actionUserData">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-properties">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>User Data</string>
</property>
</action>
<action name="actionFirmware">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="system-run">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Upload Firmware</string>
</property>
</action>
<action name="actionDMX">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="edit-find">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>DMX Universe</string>
</property>
</action>
<action name="actionRDM">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="computer">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>RDM Devices</string>
</property>
</action>
<action name="actionPortToolbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="drive-removable-media">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Port</string>
</property>
<property name="toolTip">
<string>Show Port Toolbar</string>
</property>
</action>
<action name="actionWidgetToolbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="media-flash">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Widget</string>
</property>
<property name="toolTip">
<string>Show Widget Toolbar</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>actionWidgetToolbar</sender>
<signal>triggered(bool)</signal>
<receiver>toolBarWidget</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>498</x>
<y>53</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionPortToolbar</sender>
<signal>triggered(bool)</signal>
<receiver>toolBarPort</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>98</x>
<y>53</y>
</hint>
</hints>
</connection>
</connections>
</ui>