mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 23:07:53 +00:00
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ConfigureInputDialog</class>
|
||
|
<widget class="QDialog" name="ConfigureInputDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>70</width>
|
||
|
<height>540</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Configure Input</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="spacing">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>9</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>9</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>9</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>9</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="inputLayout"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>accepted()</signal>
|
||
|
<receiver>ConfigureInputDialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|