Play-/Source/ui_unix/Qt_ui/controllerconfigdialog.ui

127 lines
2.9 KiB
Text
Raw Normal View History

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>
<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">
<string>Dialog</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2017-06-13 04:53:49 +01:00
<item row="1" 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">
<widget class="QPushButton" name="ConfigAllButton">
<property name="text">
<string>Config All</string>
</property>
</widget>
</item>
<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>
<layout class="QGridLayout" name="gridLayout">
2016-09-06 00:23:31 +01:00
<item row="0" column="0">
<widget class="QTableView" name="tableView"/>
2016-09-06 00:23:31 +01:00
</item>
</layout>
</widget>
</widget>
</item>
</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>