2020-08-21 12:39:24 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2020-10-26 07:28:03 +00:00
|
|
|
<class>ConfigureInputProfileDialog</class>
|
|
|
|
<widget class="QDialog" name="ConfigureInputProfileDialog">
|
2020-08-21 12:39:24 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>70</width>
|
|
|
|
<height>540</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2020-10-26 07:28:03 +00:00
|
|
|
<string>Create Input Profile</string>
|
2020-08-21 12:39:24 +01:00
|
|
|
</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>
|
2020-10-26 07:28:03 +00:00
|
|
|
<layout class="QHBoxLayout" name="controllerLayout"/>
|
2020-08-21 12:39:24 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2020-10-26 07:28:03 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clear_all_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restore_defaults_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Defaults</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-21 12:39:24 +01:00
|
|
|
<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>
|
2020-10-26 07:28:03 +00:00
|
|
|
<receiver>ConfigureInputProfileDialog</receiver>
|
2020-08-21 12:39:24 +01:00
|
|
|
<slot>accept()</slot>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|