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

310 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PrintInfoDialog</class>
<widget class="QDialog" name="PrintInfoDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>919</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QListView" name="listView_blockList">
<property name="geometry">
<rect>
<x>620</x>
<y>10</y>
<width>291</width>
<height>221</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_workInfo">
<property name="geometry">
<rect>
<x>620</x>
<y>240</y>
<width>291</width>
<height>211</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>Working Info</string>
</property>
<widget class="QLabel" name="label_fileName">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>File Name:</string>
</property>
</widget>
<widget class="QLabel" name="label_fileNameVal">
<property name="geometry">
<rect>
<x>102</x>
<y>20</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_drawWHVal">
<property name="geometry">
<rect>
<x>122</x>
<y>40</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_drawWH">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Width/Height:</string>
</property>
</widget>
<widget class="QLabel" name="label_printNumVal">
<property name="geometry">
<rect>
<x>122</x>
<y>60</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_printNum">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Print Number:</string>
</property>
</widget>
<widget class="QLabel" name="label_startPointVal">
<property name="geometry">
<rect>
<x>162</x>
<y>80</y>
<width>90</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_startPoint">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Start Print Point:</string>
</property>
</widget>
<widget class="QLabel" name="label_fileBlockNumVal">
<property name="geometry">
<rect>
<x>122</x>
<y>100</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_fileBlockNum">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Total Blocks:</string>
</property>
</widget>
<widget class="QLabel" name="label_currentBlockVal">
<property name="geometry">
<rect>
<x>182</x>
<y>120</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_currentBlock">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Current Print Block:</string>
</property>
</widget>
<widget class="QLabel" name="label_printedBlockNumVal">
<property name="geometry">
<rect>
<x>192</x>
<y>140</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_printedBlockNum">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Printed Block Number:</string>
</property>
</widget>
<widget class="QLabel" name="label_leaveBlockNumVal">
<property name="geometry">
<rect>
<x>172</x>
<y>160</y>
<width>86</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_leaveBlockNum">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Leave Block Number:</string>
</property>
</widget>
<widget class="QLabel" name="label_selectBlockNum">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Select Block Number:</string>
</property>
</widget>
<widget class="QLabel" name="label_selectBlockNumVal">
<property name="geometry">
<rect>
<x>182</x>
<y>180</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_back">
<property name="geometry">
<rect>
<x>834</x>
<y>460</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>601</width>
<height>441</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
</widget>
<resources/>
<connections/>
</ui>