lms-audio/src/layersettingswidget.ui
2024-04-18 02:17:09 +02:00

74 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LayerSettingsWidget</class>
<widget class="QWidget" name="LayerSettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>194</width>
<height>59</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QSpinBox" name="universe">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>52</width>
<height>31</height>
</rect>
</property>
<property name="maximum">
<number>64</number>
</property>
</widget>
<widget class="QSpinBox" name="address">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>52</width>
<height>31</height>
</rect>
</property>
<property name="accessibleDescription">
<string>Address</string>
</property>
<property name="maximum">
<number>497</number>
</property>
</widget>
<widget class="QLabel" name="universe_2">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Universe</string>
</property>
</widget>
<widget class="QLabel" name="address_label">
<property name="geometry">
<rect>
<x>110</x>
<y>0</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Address</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>