soundboard/ui/buttonmanager.ui

270 lines
6.2 KiB
Plaintext
Raw Normal View History

2021-12-21 01:30:18 +01:00
<?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>
2021-12-21 02:11:44 +01:00
<width>888</width>
<height>744</height>
2021-12-21 01:30:18 +01:00
</rect>
</property>
<property name="windowTitle">
2021-12-21 02:11:44 +01:00
<string>Button Manager</string>
2021-12-21 01:30:18 +01:00
</property>
<layout class="QGridLayout" name="gridLayout">
2021-12-21 02:11:44 +01:00
<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">
2021-12-21 15:44:51 +01:00
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Reset|QDialogButtonBox::Save</set>
2021-12-21 02:11:44 +01:00
</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">
2021-12-21 01:30:18 +01:00
<widget class="QTreeWidget" name="buttonTreeWidget">
<property name="columnCount">
2021-12-21 15:44:51 +01:00
<number>0</number>
2021-12-21 01:30:18 +01:00
</property>
</widget>
</item>
2021-12-21 02:11:44 +01:00
<item row="1" column="2">
<widget class="QPushButton" name="editButton">
<property name="text">
<string>Edit</string>
2021-12-21 01:30:18 +01:00
</property>
</widget>
</item>
</layout>
</widget>
2022-04-02 23:42:56 +02:00
<tabstops>
<tabstop>addButton</tabstop>
<tabstop>editButton</tabstop>
<tabstop>deleteButton</tabstop>
<tabstop>moveUpButton</tabstop>
<tabstop>moveDownButton</tabstop>
<tabstop>buttonTreeWidget</tabstop>
</tabstops>
2021-12-21 01:30:18 +01:00
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ButtonManager</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
2021-12-21 15:44:51 +01:00
<x>236</x>
<y>734</y>
2021-12-21 01:30:18 +01:00
</hint>
<hint type="destinationlabel">
2021-12-21 15:44:51 +01:00
<x>179</x>
<y>705</y>
2021-12-21 01:30:18 +01:00
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ButtonManager</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
2021-12-21 15:44:51 +01:00
<x>304</x>
<y>734</y>
2021-12-21 01:30:18 +01:00
</hint>
<hint type="destinationlabel">
2021-12-21 15:44:51 +01:00
<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">
2021-12-21 20:19:24 +01:00
<x>878</x>
2022-04-02 23:42:56 +02:00
<y>101</y>
2021-12-21 15:44:51 +01:00
</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>
2021-12-21 16:02:04 +01:00
<slot>downButton()</slot>
2021-12-21 15:44:51 +01:00
<hints>
<hint type="sourcelabel">
2021-12-21 20:19:24 +01:00
<x>878</x>
2022-04-02 23:42:56 +02:00
<y>167</y>
2021-12-21 15:44:51 +01:00
</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>
2021-12-21 01:30:18 +01:00
</hint>
</hints>
</connection>
2021-12-21 20:19:24 +01:00
<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>
2021-12-22 12:52:25 +01:00
<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>
2021-12-21 01:30:18 +01:00
</connections>
2021-12-21 15:44:51 +01:00
<slots>
<slot>addButton()</slot>
<slot>editButton()</slot>
<slot>deleteButton()</slot>
<slot>upButton()</slot>
<slot>downButton()</slot>
<slot>itemSelected()</slot>
<slot>dialogButtonPressed(QAbstractButton*)</slot>
2021-12-21 20:19:24 +01:00
<slot>itemChanged(QTreeWidgetItem*,int)</slot>
2021-12-22 12:52:25 +01:00
<slot>itemDoubleClicked(QTreeWidgetItem*)</slot>
2021-12-21 15:44:51 +01:00
</slots>
2021-12-21 01:30:18 +01:00
</ui>