soundboard/ui/buttonmanager.ui

270 lines
6.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ButtonManager</class>
<widget class="QDialog" name="ButtonManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>888</width>
<height>744</height>
</rect>
</property>
<property name="windowTitle">
<string>Button Manager</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="2">
<widget class="QPushButton" name="deleteButton">
<property name="text">
<string>Delete</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Reset|QDialogButtonBox::Save</set>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QPushButton" name="moveDownButton">
<property name="text">
<string>Down</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="addButton">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QPushButton" name="moveUpButton">
<property name="text">
<string>Up</string>
</property>
</widget>
</item>
<item row="0" column="0" rowspan="6">
<widget class="QTreeWidget" name="buttonTreeWidget">
<property name="columnCount">
<number>0</number>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="editButton">
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>addButton</tabstop>
<tabstop>editButton</tabstop>
<tabstop>deleteButton</tabstop>
<tabstop>moveUpButton</tabstop>
<tabstop>moveDownButton</tabstop>
<tabstop>buttonTreeWidget</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ButtonManager</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>236</x>
<y>734</y>
</hint>
<hint type="destinationlabel">
<x>179</x>
<y>705</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ButtonManager</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>304</x>
<y>734</y>
</hint>
<hint type="destinationlabel">
<x>391</x>
<y>704</y>
</hint>
</hints>
</connection>
<connection>
<sender>addButton</sender>
<signal>clicked()</signal>
<receiver>ButtonManager</receiver>
<slot>addButton()</slot>
<hints>
<hint type="sourcelabel">
<x>848</x>
<y>24</y>
</hint>
<hint type="destinationlabel">
<x>801</x>
<y>320</y>
</hint>
</hints>
</connection>
<connection>
<sender>editButton</sender>
<signal>clicked()</signal>
<receiver>ButtonManager</receiver>
<slot>editButton()</slot>
<hints>
<hint type="sourcelabel">
<x>818</x>
<y>52</y>
</hint>
<hint type="destinationlabel">
<x>801</x>
<y>362</y>
</hint>
</hints>
</connection>
<connection>
<sender>deleteButton</sender>
<signal>clicked()</signal>
<receiver>ButtonManager</receiver>
<slot>deleteButton()</slot>
<hints>
<hint type="sourcelabel">
<x>878</x>
<y>101</y>
</hint>
<hint type="destinationlabel">
<x>803</x>
<y>403</y>
</hint>
</hints>
</connection>
<connection>
<sender>moveUpButton</sender>
<signal>clicked()</signal>
<receiver>ButtonManager</receiver>
<slot>upButton()</slot>
<hints>
<hint type="sourcelabel">
<x>863</x>
<y>125</y>
</hint>
<hint type="destinationlabel">
<x>805</x>
<y>443</y>
</hint>
</hints>
</connection>
<connection>
<sender>moveDownButton</sender>
<signal>clicked()</signal>
<receiver>ButtonManager</receiver>
<slot>downButton()</slot>
<hints>
<hint type="sourcelabel">
<x>878</x>
<y>167</y>
</hint>
<hint type="destinationlabel">
<x>804</x>
<y>488</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonTreeWidget</sender>
<signal>itemSelectionChanged()</signal>
<receiver>ButtonManager</receiver>
<slot>itemSelected()</slot>
<hints>
<hint type="sourcelabel">
<x>427</x>
<y>393</y>
</hint>
<hint type="destinationlabel">
<x>847</x>
<y>625</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>clicked(QAbstractButton*)</signal>
<receiver>ButtonManager</receiver>
<slot>dialogButtonPressed(QAbstractButton*)</slot>
<hints>
<hint type="sourcelabel">
<x>512</x>
<y>708</y>
</hint>
<hint type="destinationlabel">
<x>530</x>
<y>683</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonTreeWidget</sender>
<signal>itemChanged(QTreeWidgetItem*,int)</signal>
<receiver>ButtonManager</receiver>
<slot>itemChanged(QTreeWidgetItem*,int)</slot>
<hints>
<hint type="sourcelabel">
<x>312</x>
<y>33</y>
</hint>
<hint type="destinationlabel">
<x>4</x>
<y>65</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonTreeWidget</sender>
<signal>itemDoubleClicked(QTreeWidgetItem*,int)</signal>
<receiver>ButtonManager</receiver>
<slot>itemDoubleClicked(QTreeWidgetItem*)</slot>
<hints>
<hint type="sourcelabel">
<x>55</x>
<y>33</y>
</hint>
<hint type="destinationlabel">
<x>62</x>
<y>2</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>addButton()</slot>
<slot>editButton()</slot>
<slot>deleteButton()</slot>
<slot>upButton()</slot>
<slot>downButton()</slot>
<slot>itemSelected()</slot>
<slot>dialogButtonPressed(QAbstractButton*)</slot>
<slot>itemChanged(QTreeWidgetItem*,int)</slot>
<slot>itemDoubleClicked(QTreeWidgetItem*)</slot>
</slots>
</ui>