PlotterHMI/startsetdialog.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>StartSetDialog</class>
<widget class="QDialog" name="StartSetDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>345</width>
<height>107</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton_ok">
<property name="geometry">
<rect>
<x>200</x>
<y>68</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>270</x>
<y>68</y>
<width>60</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_start">
<property name="geometry">
<rect>
<x>80</x>
<y>26</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_start">
<property name="geometry">
<rect>
<x>20</x>
<y>26</y>
<width>54</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Start:</string>
</property>
</widget>
<widget class="QLabel" name="label_range">
<property name="geometry">
<rect>
<x>170</x>
<y>26</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>(range)</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>