URANOS/dialogshowpic.ui

139 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2022-05-22 20:49:01 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogShowPic</class>
<widget class="QDialog" name="DialogShowPic">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>627</width>
<height>590</height>
</rect>
</property>
<property name="windowTitle">
<string>Input Matrix View</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>430</x>
<y>550</y>
<width>171</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QCustomPlot" name="widget" native="true">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>591</width>
<height>521</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButtonPlus">
<property name="geometry">
<rect>
<x>60</x>
<y>555</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonMinus">
<property name="geometry">
<rect>
<x>20</x>
<y>555</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QLabel" name="labelNo">
<property name="geometry">
<rect>
<x>163</x>
<y>559</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>107</x>
<y>557</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Layer #:</string>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header>qcustomplot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>DialogShowPic</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>DialogShowPic</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>