2016-09-06 00:23:31 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ControllerConfigDialog</class>
|
|
|
|
<widget class="QDialog" name="ControllerConfigDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>751</width>
|
|
|
|
<height>639</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-08-23 00:48:11 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>751</width>
|
|
|
|
<height>639</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>751</width>
|
|
|
|
<height>639</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-09-06 00:23:31 +01:00
|
|
|
<property name="windowTitle">
|
2018-07-30 12:54:46 -04:00
|
|
|
<string>Controller Manager</string>
|
2016-09-06 00:23:31 +01:00
|
|
|
</property>
|
2017-06-13 04:51:38 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0" colspan="2">
|
2016-09-06 00:23:31 +01:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">
|
|
|
|
|
|
|
|
QGroupBox {
|
|
|
|
border: 1px solid gray;
|
|
|
|
border-radius: 9px;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
QGroupBox::title {
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
left: 10px;
|
|
|
|
padding: 0 3px 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Pad1</string>
|
|
|
|
</attribute>
|
2017-06-13 04:51:38 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2016-09-06 00:23:31 +01:00
|
|
|
<item row="0" column="0">
|
2017-05-23 16:08:53 +01:00
|
|
|
<widget class="QTableView" name="tableView"/>
|
2016-09-06 00:23:31 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-25 18:47:50 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QPushButton" name="ConfigAllButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Config All</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
|
|
|
|
</property>
|
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Profile(s)</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addProfileButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="delProfileButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-09-06 00:23:31 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>ControllerConfigDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>ControllerConfigDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|