PlotterHMI/printnumbersetdialog.ui
2024-02-06 14:19:53 +08:00

85 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PrintNumberSetDialog</class>
<widget class="QDialog" name="PrintNumberSetDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>255</width>
<height>107</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label_range">
<property name="geometry">
<rect>
<x>180</x>
<y>32</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>(1-255)</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_number">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
<widget class="QLabel" name="label_number">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Number:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ok">
<property name="geometry">
<rect>
<x>110</x>
<y>70</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_cancel">
<property name="geometry">
<rect>
<x>180</x>
<y>70</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>