2012-05-26 14:49:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2014-08-15 16:42:21 +02:00
|
|
|
<class>InstrumentsDialog</class>
|
|
|
|
<widget class="QDialog" name="InstrumentsDialog">
|
2012-05-26 14:49:10 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-07-25 07:53:59 +02:00
|
|
|
<width>800</width>
|
2013-09-12 21:34:47 +02:00
|
|
|
<height>500</height>
|
2012-05-26 14:49:10 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-03-28 18:54:29 +02:00
|
|
|
<string>Instruments</string>
|
2012-05-26 14:49:10 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2014-08-15 16:42:21 +02:00
|
|
|
<widget class="Ms::InstrumentsWidget" name="instrumentsWidget" native="true">
|
2013-03-08 19:33:30 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-05-26 14:49:10 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-07-25 07:53:59 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-05-26 14:49:10 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="loadButton">
|
|
|
|
<property name="text">
|
2016-05-19 18:06:13 +02:00
|
|
|
<string>Load...</string>
|
2012-05-26 14:49:10 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="saveButton">
|
|
|
|
<property name="text">
|
2016-05-19 18:06:13 +02:00
|
|
|
<string>Save As...</string>
|
2012-05-26 14:49:10 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>131</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>OK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cancelButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-08-15 16:42:21 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>Ms::InstrumentsWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>instrwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-06-18 17:44:32 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>loadButton</tabstop>
|
|
|
|
<tabstop>saveButton</tabstop>
|
|
|
|
<tabstop>okButton</tabstop>
|
|
|
|
<tabstop>cancelButton</tabstop>
|
|
|
|
</tabstops>
|
2012-05-26 14:49:10 +02:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>okButton</sender>
|
|
|
|
<signal>clicked()</signal>
|
2014-08-15 16:42:21 +02:00
|
|
|
<receiver>InstrumentsDialog</receiver>
|
2012-05-26 14:49:10 +02:00
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>278</x>
|
|
|
|
<y>253</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>96</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>cancelButton</sender>
|
|
|
|
<signal>clicked()</signal>
|
2014-08-15 16:42:21 +02:00
|
|
|
<receiver>InstrumentsDialog</receiver>
|
2012-05-26 14:49:10 +02:00
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>369</x>
|
|
|
|
<y>253</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>179</x>
|
|
|
|
<y>282</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|