soundboard/ui/mainwindow.ui

61 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Soundboard</class>
<widget class="QMainWindow" name="Soundboard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>824</width>
<height>675</height>
</rect>
</property>
<property name="windowTitle">
<string>Soundboard</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>791</width>
<height>561</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
</layout>
</widget>
<widget class="QPushButton" name="reloadButton">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>141</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>reload Config</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>824</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>