soundboard/ui/mainwindow.ui
2021-12-15 00:04:35 +01:00

80 lines
1.8 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">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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" rowminimumheight="0">
<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 class="QPushButton" name="stopButton">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>100</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Stop</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>