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

515 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1024</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_all" stretch="3,8">
<property name="spacing">
<number>6</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_connection">
<item>
<widget class="QTableView" name="tableView_Connection">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QTableView::item::selected
{
background:rgb(205,232,255);
}</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_machineFile" stretch="1,6">
<item>
<layout class="QVBoxLayout" name="verticalLayout_fileInfo" stretch="2">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_printInfo">
<property name="title">
<string>Print Info</string>
</property>
<widget class="QLabel" name="label_fileTotal">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Total Files:</string>
</property>
</widget>
<widget class="QLabel" name="label_fileTotalVal">
<property name="geometry">
<rect>
<x>112</x>
<y>20</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_fileTotalLenthVal">
<property name="geometry">
<rect>
<x>362</x>
<y>20</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_fileTotalLenth">
<property name="geometry">
<rect>
<x>250</x>
<y>20</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Total Length:</string>
</property>
</widget>
<widget class="QLabel" name="label_progress">
<property name="geometry">
<rect>
<x>10</x>
<y>44</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Progress:</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar_print">
<property name="geometry">
<rect>
<x>100</x>
<y>46</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_fileList" stretch="1,4,7">
<item>
<widget class="QFrame" name="frame_fileBtn">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_up">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/resources/up.bmp);</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="pushButton_down">
<property name="geometry">
<rect>
<x>30</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/resources/down.bmp);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_delete">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/resources/delete.bmp);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_preview">
<property name="geometry">
<rect>
<x>90</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/resources/edit.bmp);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QTableView" name="tableView_fileList">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QTableView::item::selected
{
background:rgb(205,232,255);
}
</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_drawing"/>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile_F">
<property name="title">
<string>File(F)</string>
</property>
<widget class="QMenu" name="menuTesting">
<property name="title">
<string>Testing</string>
</property>
<addaction name="actiontest1_plt"/>
</widget>
<addaction name="actionOpen_File"/>
<addaction name="actionOpen_Image"/>
<addaction name="menuTesting"/>
<addaction name="actionStart"/>
<addaction name="actionPause"/>
<addaction name="actionDelete"/>
<addaction name="actionAuto_Print_Dir"/>
<addaction name="actionlog"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuConnect_Manage_C">
<property name="title">
<string>Connect Manage(C)</string>
</property>
<addaction name="actionAddMachine"/>
<addaction name="actionDeletMachine"/>
</widget>
<widget class="QMenu" name="menuSetting_S">
<property name="title">
<string>Setting(S)</string>
</property>
<addaction name="actionDrawing_Setting"/>
<addaction name="actionPlotter_Setting"/>
</widget>
<widget class="QMenu" name="menuLanguage_L">
<property name="title">
<string>Language(L)</string>
</property>
<addaction name="actionChinese"/>
<addaction name="actionEnglish"/>
</widget>
<widget class="QMenu" name="menuAbout_A">
<property name="title">
<string>About(A)</string>
</property>
</widget>
<addaction name="menuConnect_Manage_C"/>
<addaction name="menuFile_F"/>
<addaction name="menuSetting_S"/>
<addaction name="menuLanguage_L"/>
<addaction name="menuAbout_A"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionOpenFileIcon"/>
<addaction name="actionOpenImageIcon"/>
<addaction name="actionStartIcon"/>
<addaction name="actionPauseIcon"/>
<addaction name="actionDrawingSetIcon"/>
</widget>
<action name="actionOpen_File">
<property name="text">
<string>Open File</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionOpen_Image">
<property name="text">
<string>Open Image</string>
</property>
<property name="shortcut">
<string>Ctrl+I</string>
</property>
</action>
<action name="actionStart">
<property name="text">
<string>Start</string>
</property>
</action>
<action name="actionPause">
<property name="text">
<string>Pause</string>
</property>
</action>
<action name="actionDelete">
<property name="text">
<string>Delete</string>
</property>
<property name="shortcut">
<string>Ctrl+Del</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionUSB">
<property name="text">
<string>USB</string>
</property>
</action>
<action name="actionNetWork">
<property name="text">
<string>NetWork</string>
</property>
</action>
<action name="actionManage_Connection">
<property name="text">
<string>Delete Link</string>
</property>
</action>
<action name="actionAuto_Print_Dir">
<property name="text">
<string>Auto Print Dir</string>
</property>
</action>
<action name="actionlog">
<property name="text">
<string>log</string>
</property>
</action>
<action name="actionParameter_Import">
<property name="text">
<string>Parameter Import</string>
</property>
</action>
<action name="actionParameter_Export">
<property name="text">
<string>Parameter Export</string>
</property>
</action>
<action name="actionDrawing_Setting">
<property name="text">
<string>Drawing Setting</string>
</property>
</action>
<action name="actionPlotter_Setting">
<property name="text">
<string>Plotter Setting View</string>
</property>
</action>
<action name="actionChinese">
<property name="text">
<string>Chinese</string>
</property>
</action>
<action name="actionEnglish">
<property name="text">
<string>English</string>
</property>
</action>
<action name="actionOpenFileIcon">
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/resources/OpenFile.bmp</normaloff>:/resources/OpenFile.bmp</iconset>
</property>
<property name="text">
<string>OpenFileIcon</string>
</property>
<property name="toolTip">
<string>OpenFile</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionOpenImageIcon">
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/resources/OpenImage.png</normaloff>:/resources/OpenImage.png</iconset>
</property>
<property name="text">
<string>OpenImageIcon</string>
</property>
<property name="toolTip">
<string>OpenImage</string>
</property>
<property name="shortcut">
<string>Ctrl+I</string>
</property>
</action>
<action name="actionStartIcon">
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/resources/start.bmp</normaloff>:/resources/start.bmp</iconset>
</property>
<property name="text">
<string>StartIcon</string>
</property>
<property name="toolTip">
<string>Start</string>
</property>
</action>
<action name="actionPauseIcon">
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/resources/pause.bmp</normaloff>:/resources/pause.bmp</iconset>
</property>
<property name="text">
<string>PauseIcon</string>
</property>
<property name="toolTip">
<string>Pause</string>
</property>
</action>
<action name="actionDrawingSetIcon">
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/resources/SetPara.bmp</normaloff>:/resources/SetPara.bmp</iconset>
</property>
<property name="text">
<string>DrawingSetIcon</string>
</property>
<property name="toolTip">
<string>DrawingSetting</string>
</property>
</action>
<action name="actionAddMachine">
<property name="text">
<string>Add Machine</string>
</property>
</action>
<action name="actionDeletMachine">
<property name="text">
<string>Delete Machine</string>
</property>
</action>
<action name="actiontest1_plt">
<property name="text">
<string>test1.plt</string>
</property>
</action>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>