RepRaptor/mainwindow.ui
2015-03-13 22:19:00 +03:00

1683 lines
46 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>791</width>
<height>514</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>RepRaptor</string>
</property>
<property name="windowIcon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/repraptor.png</normaloff>:/icons/repraptor.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QGroupBox" name="serialGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>Serial</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QComboBox" name="serialBox">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="baudbox"/>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="portsBtn">
<property name="text">
<string>Ports</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="connectBtn">
<property name="text">
<string>Connect</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1" rowspan="3">
<widget class="QGroupBox" name="controlBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>261</width>
<height>500</height>
</size>
</property>
<property name="title">
<string>Control</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="1">
<widget class="QPushButton" name="yplusbtn">
<property name="text">
<string>Y+</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="zplusbtn">
<property name="text">
<string>Z+</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QPushButton" name="eplusbtn">
<property name="text">
<string>E+</string>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QPushButton" name="homexbtn">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>H X</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="xminusbtn">
<property name="text">
<string>X-</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QPushButton" name="ezerobtn">
<property name="toolTip">
<string>this is tool tip e0</string>
</property>
<property name="statusTip">
<string>this is status e0</string>
</property>
<property name="whatsThis">
<string>this is e0</string>
</property>
<property name="text">
<string>E0</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="xplusbtn">
<property name="text">
<string>X+</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="centerbtn">
<property name="text">
<string>C</string>
</property>
</widget>
</item>
<item row="1" column="6">
<widget class="QPushButton" name="homeybtn">
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>H Y</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="yminusbtn">
<property name="text">
<string>Y-</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="zminusbtn">
<property name="text">
<string>Z-</string>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="eminusbtn">
<property name="text">
<string>E-</string>
</property>
</widget>
</item>
<item row="3" column="3" colspan="4">
<widget class="QPushButton" name="releasebtn">
<property name="text">
<string>Motors off</string>
</property>
</widget>
</item>
<item row="2" column="6">
<widget class="QPushButton" name="homezbtn">
<property name="text">
<string>H Z</string>
</property>
</widget>
</item>
<item row="6" column="2" colspan="2">
<widget class="QSpinBox" name="etmpspin">
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>500</number>
</property>
</widget>
</item>
<item row="6" column="6">
<widget class="QPushButton" name="etmpoff">
<property name="text">
<string>Off</string>
</property>
</widget>
</item>
<item row="6" column="4">
<widget class="QPushButton" name="etmpset">
<property name="text">
<string>Set</string>
</property>
</widget>
</item>
<item row="7" column="2" colspan="2">
<widget class="QSpinBox" name="btmpspin">
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>500</number>
</property>
</widget>
</item>
<item row="7" column="4">
<widget class="QPushButton" name="btmpset">
<property name="text">
<string>Set</string>
</property>
</widget>
</item>
<item row="7" column="6">
<widget class="QPushButton" name="btmpoff">
<property name="text">
<string>Off</string>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLineEdit" name="speededit">
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="clearButtonEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="8" column="3" colspan="2">
<widget class="QSlider" name="speedslider">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>300</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="8" column="5" colspan="2">
<widget class="QPushButton" name="speedsetbtn">
<property name="text">
<string>Set</string>
</property>
</widget>
</item>
<item row="9" column="2">
<widget class="QLineEdit" name="flowedit">
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="clearButtonEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="9" column="3" colspan="2">
<widget class="QSlider" name="flowslider">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>300</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="9" column="5" colspan="2">
<widget class="QPushButton" name="flowbutton">
<property name="text">
<string>Set</string>
</property>
</widget>
</item>
<item row="10" column="2" colspan="2">
<widget class="QPushButton" name="fanonbtn">
<property name="text">
<string>Fan On</string>
</property>
</widget>
</item>
<item row="10" column="4" colspan="3">
<widget class="QPushButton" name="fanoffbtn">
<property name="text">
<string>Fan Off</string>
</property>
</widget>
</item>
<item row="11" column="2" colspan="2">
<widget class="QPushButton" name="atxonbtn">
<property name="text">
<string>ATX On</string>
</property>
</widget>
</item>
<item row="11" column="4" colspan="3">
<widget class="QPushButton" name="atxoffbtn">
<property name="text">
<string>ATX Off</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<widget class="QPushButton" name="homeallbtn">
<property name="text">
<string>Home All</string>
</property>
</widget>
</item>
<item row="4" column="3" colspan="2">
<widget class="QLabel" name="label">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>15</height>
</size>
</property>
<property name="text">
<string>E Step</string>
</property>
</widget>
</item>
<item row="5" column="3" colspan="4">
<widget class="QDoubleSpinBox" name="estepspin">
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="minimum">
<double>0.100000000000000</double>
</property>
<property name="maximum">
<double>100.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<widget class="QDoubleSpinBox" name="stepspin">
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="minimum">
<double>0.100000000000000</double>
</property>
<property name="maximum">
<double>150.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>E tmp</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Bed tmp</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<widget class="QLabel" name="speedtext">
<property name="text">
<string>Speed</string>
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QLabel" name="flowtext">
<property name="text">
<string>Flow</string>
</property>
</widget>
</item>
<item row="10" column="0" rowspan="2" colspan="2">
<widget class="QPushButton" name="haltbtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>216</green>
<blue>217</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>119</green>
<blue>119</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>216</green>
<blue>217</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>220</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>216</green>
<blue>217</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>119</green>
<blue>119</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>216</green>
<blue>217</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>220</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>216</green>
<blue>217</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>119</green>
<blue>119</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>89</green>
<blue>89</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>178</green>
<blue>179</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipBase">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>220</blue>
</color>
</brush>
</colorrole>
<colorrole role="ToolTipText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="cursor">
<cursorShape>CrossCursor</cursorShape>
</property>
<property name="text">
<string>Emergency
STOP</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QLabel" name="label_2">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>15</height>
</size>
</property>
<property name="text">
<string>Step Increment</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2" rowspan="3">
<widget class="QGroupBox" name="consoleGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>190</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>Console</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="3" column="0">
<widget class="QPushButton" name="sendbtn">
<property name="text">
<string>Send</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QTextBrowser" name="terminal">
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="openLinks">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="clearbtn">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLineEdit" name="sendtext"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="fileBox">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>File</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="filename">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Filename: </string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="filelines">
<property name="text">
<string>Lines:</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QProgressBar" name="progressBar">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="sendBtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="pauseBtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="statusGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>Temperature</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Extruder</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLCDNumber" name="extruderlcd">
<property name="segmentStyle">
<enum>QLCDNumber::Filled</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Bed</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLCDNumber" name="bedlcd">
<property name="segmentStyle">
<enum>QLCDNumber::Filled</enum>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QLabel" name="tempLine">
<property name="minimumSize">
<size>
<width>0</width>
<height>14</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>15</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="checktemp">
<property name="text">
<string>Check temperature</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>791</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Tools</string>
</property>
<addaction name="actionPrint_from_SD"/>
<addaction name="actionSet_SD_printing_mode"/>
<addaction name="separator"/>
<addaction name="actionEEPROM_editor"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuTools"/>
<addaction name="menuAbout"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="windowTitle">
<string>Toolbar</string>
</property>
<property name="movable">
<bool>true</bool>
</property>
<property name="allowedAreas">
<set>Qt::AllToolBarAreas</set>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum>
</property>
<property name="floatable">
<bool>true</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionOpen"/>
<addaction name="actionPrint_from_SD"/>
<addaction name="actionSettings"/>
</widget>
<action name="actionOpen">
<property name="checkable">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/g.png</normaloff>:/icons/g.png</iconset>
</property>
<property name="text">
<string>Open...</string>
</property>
<property name="iconText">
<string>Open File</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionExit">
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
</property>
<property name="text">
<string>Exit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
</property>
<property name="text">
<string>Settings</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/about.png</normaloff>:/icons/about.png</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionPrint_from_SD">
<property name="enabled">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/sd.png</normaloff>:/icons/sd.png</iconset>
</property>
<property name="text">
<string>Print from SD...</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionSet_SD_printing_mode">
<property name="text">
<string>Set SD printing mode</string>
</property>
</action>
<action name="actionEEPROM_editor">
<property name="enabled">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="graphics.qrc">
<normaloff>:/icons/eeprom.png</normaloff>:/icons/eeprom.png</iconset>
</property>
<property name="text">
<string>EEPROM editor</string>
</property>
<property name="toolTip">
<string>To use EEPROM editor you need to set firmware in settings</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="graphics.qrc"/>
</resources>
<connections>
<connection>
<sender>actionOpen</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>open()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>portsBtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>serialupdate()</slot>
<hints>
<hint type="sourcelabel">
<x>100</x>
<y>110</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>connectBtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>serialconnect()</slot>
<hints>
<hint type="sourcelabel">
<x>100</x>
<y>142</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>homexbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>xhome()</slot>
<hints>
<hint type="sourcelabel">
<x>454</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>383</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>clearbtn</sender>
<signal>clicked()</signal>
<receiver>terminal</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>739</x>
<y>376</y>
</hint>
<hint type="destinationlabel">
<x>654</x>
<y>275</y>
</hint>
</hints>
</connection>
<connection>
<sender>xplusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>xplus()</slot>
<hints>
<hint type="sourcelabel">
<x>329</x>
<y>138</y>
</hint>
<hint type="destinationlabel">
<x>383</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>sendtext</sender>
<signal>returnPressed()</signal>
<receiver>sendbtn</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>739</x>
<y>405</y>
</hint>
<hint type="destinationlabel">
<x>739</x>
<y>434</y>
</hint>
</hints>
</connection>
<connection>
<sender>yminusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>yminus()</slot>
<hints>
<hint type="sourcelabel">
<x>289</x>
<y>168</y>
</hint>
<hint type="destinationlabel">
<x>383</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>yplusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>yplus()</slot>
<hints>
<hint type="sourcelabel">
<x>289</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>383</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>xminusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>xminus()</slot>
<hints>
<hint type="sourcelabel">
<x>250</x>
<y>138</y>
</hint>
<hint type="destinationlabel">
<x>189</x>
<y>43</y>
</hint>
</hints>
</connection>
<connection>
<sender>zplusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>zplus()</slot>
<hints>
<hint type="sourcelabel">
<x>368</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>356</x>
<y>0</y>
</hint>
</hints>
</connection>
<connection>
<sender>zminusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>zminus()</slot>
<hints>
<hint type="sourcelabel">
<x>368</x>
<y>168</y>
</hint>
<hint type="destinationlabel">
<x>209</x>
<y>151</y>
</hint>
</hints>
</connection>
<connection>
<sender>ezerobtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>ezero()</slot>
<hints>
<hint type="sourcelabel">
<x>408</x>
<y>138</y>
</hint>
<hint type="destinationlabel">
<x>220</x>
<y>117</y>
</hint>
</hints>
</connection>
<connection>
<sender>homezbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>zhome()</slot>
<hints>
<hint type="sourcelabel">
<x>454</x>
<y>168</y>
</hint>
<hint type="destinationlabel">
<x>209</x>
<y>199</y>
</hint>
</hints>
</connection>
<connection>
<sender>homeybtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>yhome()</slot>
<hints>
<hint type="sourcelabel">
<x>454</x>
<y>138</y>
</hint>
<hint type="destinationlabel">
<x>383</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>eplusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>eplus()</slot>
<hints>
<hint type="sourcelabel">
<x>408</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>397</x>
<y>42</y>
</hint>
</hints>
</connection>
<connection>
<sender>eminusbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>eminus()</slot>
<hints>
<hint type="sourcelabel">
<x>408</x>
<y>168</y>
</hint>
<hint type="destinationlabel">
<x>475</x>
<y>173</y>
</hint>
</hints>
</connection>
<connection>
<sender>centerbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>bedcenter()</slot>
<hints>
<hint type="sourcelabel">
<x>289</x>
<y>138</y>
</hint>
<hint type="destinationlabel">
<x>321</x>
<y>40</y>
</hint>
</hints>
</connection>
<connection>
<sender>homeallbtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>homeall()</slot>
<hints>
<hint type="sourcelabel">
<x>329</x>
<y>198</y>
</hint>
<hint type="destinationlabel">
<x>200</x>
<y>291</y>
</hint>
</hints>
</connection>
<connection>
<sender>sendtext</sender>
<signal>returnPressed()</signal>
<receiver>sendtext</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>558</x>
<y>394</y>
</hint>
<hint type="destinationlabel">
<x>494</x>
<y>397</y>
</hint>
</hints>
</connection>
<connection>
<sender>speededit</sender>
<signal>returnPressed()</signal>
<receiver>speedsetbtn</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>315</x>
<y>339</y>
</hint>
<hint type="destinationlabel">
<x>446</x>
<y>340</y>
</hint>
</hints>
</connection>
<connection>
<sender>flowedit</sender>
<signal>returnPressed()</signal>
<receiver>flowbutton</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>368</y>
</hint>
<hint type="destinationlabel">
<x>421</x>
<y>371</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>open()</slot>
<slot>serialupdate()</slot>
<slot>serialconnect()</slot>
<slot>xhome()</slot>
<slot>homeall()</slot>
<slot>xplus()</slot>
<slot>xminus()</slot>
<slot>yplus()</slot>
<slot>yminus()</slot>
<slot>zplus()</slot>
<slot>zminus()</slot>
<slot>zhome()</slot>
<slot>eplus()</slot>
<slot>eminus()</slot>
<slot>ezero()</slot>
<slot>yhome()</slot>
<slot>bedcenter()</slot>
<slot>requestEEPROMSettings()</slot>
</slots>
</ui>