1
0
Fork 0
OpenLCP/platform/qt/sacn/universewindow.ui

170 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UniverseWindow</class>
<widget class="QMainWindow" name="UniverseWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>800</height>
</rect>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>60</number>
</attribute>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>25</height>
</rect>
</property>
<property name="nativeMenuBar">
<bool>false</bool>
</property>
<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="actionToolbarDMX"/>
</widget>
<addaction name="menuToolbars"/>
</widget>
<widget class="QMenu" name="menuDMX">
<property name="title">
<string>DMX</string>
</property>
<widget class="QMenu" name="menuData_Format">
<property name="title">
<string>Data Format</string>
</property>
<addaction name="actionViewDecimal"/>
<addaction name="actionViewHex"/>
<addaction name="actionViewPercent"/>
</widget>
<addaction name="menuData_Format"/>
</widget>
<addaction name="menuDMX"/>
<addaction name="menuView"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBarDMX">
<property name="windowTitle">
<string>DMX</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="actionViewHex">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hex</string>
</property>
</action>
<action name="actionViewDecimal">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Decimal</string>
</property>
</action>
<action name="actionViewPercent">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Percent</string>
</property>
</action>
<action name="actionToolbarDMX">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>DMX</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>actionToolbarDMX</sender>
<signal>toggled(bool)</signal>
<receiver>toolBarDMX</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>33</y>
</hint>
</hints>
</connection>
<connection>
<sender>toolBarDMX</sender>
<signal>visibilityChanged(bool)</signal>
<receiver>actionToolbarDMX</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>33</y>
</hint>
<hint type="destinationlabel">
<x>-1</x>
<y>-1</y>
</hint>
</hints>
</connection>
</connections>
</ui>