|
@@ -1,13 +1,13 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
<ui version="4.0">
|
|
|
<class>ConfigureInput</class>
|
|
<class>ConfigureInput</class>
|
|
|
- <widget class="QWidget" name="ConfigureInput">
|
|
|
|
|
|
|
+ <widget class="QDialog" name="ConfigureInput">
|
|
|
<property name="geometry">
|
|
<property name="geometry">
|
|
|
<rect>
|
|
<rect>
|
|
|
<x>0</x>
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
<y>0</y>
|
|
|
- <width>473</width>
|
|
|
|
|
- <height>685</height>
|
|
|
|
|
|
|
+ <width>384</width>
|
|
|
|
|
+ <height>576</height>
|
|
|
</rect>
|
|
</rect>
|
|
|
</property>
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
@@ -478,6 +478,13 @@
|
|
|
</property>
|
|
</property>
|
|
|
</spacer>
|
|
</spacer>
|
|
|
</item>
|
|
</item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
+ <property name="standardButtons">
|
|
|
|
|
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
</layout>
|
|
</layout>
|
|
|
</item>
|
|
</item>
|
|
|
</layout>
|
|
</layout>
|
|
@@ -485,5 +492,38 @@
|
|
|
</layout>
|
|
</layout>
|
|
|
</widget>
|
|
</widget>
|
|
|
<resources/>
|
|
<resources/>
|
|
|
- <connections/>
|
|
|
|
|
|
|
+ <connections>
|
|
|
|
|
+ <connection>
|
|
|
|
|
+ <sender>buttonBox</sender>
|
|
|
|
|
+ <signal>accepted()</signal>
|
|
|
|
|
+ <receiver>ConfigureInput</receiver>
|
|
|
|
|
+ <slot>accept()</slot>
|
|
|
|
|
+ <hints>
|
|
|
|
|
+ <hint type="sourcelabel">
|
|
|
|
|
+ <x>294</x>
|
|
|
|
|
+ <y>553</y>
|
|
|
|
|
+ </hint>
|
|
|
|
|
+ <hint type="destinationlabel">
|
|
|
|
|
+ <x>191</x>
|
|
|
|
|
+ <y>287</y>
|
|
|
|
|
+ </hint>
|
|
|
|
|
+ </hints>
|
|
|
|
|
+ </connection>
|
|
|
|
|
+ <connection>
|
|
|
|
|
+ <sender>buttonBox</sender>
|
|
|
|
|
+ <signal>rejected()</signal>
|
|
|
|
|
+ <receiver>ConfigureInput</receiver>
|
|
|
|
|
+ <slot>reject()</slot>
|
|
|
|
|
+ <hints>
|
|
|
|
|
+ <hint type="sourcelabel">
|
|
|
|
|
+ <x>294</x>
|
|
|
|
|
+ <y>553</y>
|
|
|
|
|
+ </hint>
|
|
|
|
|
+ <hint type="destinationlabel">
|
|
|
|
|
+ <x>191</x>
|
|
|
|
|
+ <y>287</y>
|
|
|
|
|
+ </hint>
|
|
|
|
|
+ </hints>
|
|
|
|
|
+ </connection>
|
|
|
|
|
+ </connections>
|
|
|
</ui>
|
|
</ui>
|