<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Test1</class>
 <widget class="QWidget" name="Test1">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>

<!-- manual command ... for debuging
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <widget class="QLabel" name="label_2">
         <property name="text">
          <string>Command:</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QLineEdit" name="txtTest"/>
       </item>
      </layout>
     </item>
     <item>
      <widget class="StyledToolButton" name="cmdTest">
       <property name="text">
        <string>...</string>
       </property>
       <property name="icon">
        <iconset>
         <normaloff>images/tool.png</normaloff>images/tool.png</iconset>
       </property>
       <property name="adjustSize" stdset="0">
        <bool>true</bool>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   -->
   <item>
    <layout class="QVBoxLayout" name="verticalLayoutPreset">
     <item>
      <layout class="QHBoxLayout" name="horizontalLayoutp1">
       <item>
        <widget class="QPushButton" name="btp1">
         <property name="text">
          <string>P1</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp2">
         <property name="text">
          <string>P2</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp3">
         <property name="text">
          <string>P3</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	  </layout>
	 </item>
	 
	 <item>
      <layout class="QHBoxLayout" name="horizontalLayoutp2">
       <item>
        <widget class="QPushButton" name="btp4">
         <property name="text">
          <string>P1</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp5">
         <property name="text">
          <string>P2</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp6">
         <property name="text">
          <string>P3</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	  </layout>
	 </item>	 
	 
 <item>
      <layout class="QHBoxLayout" name="horizontalLayoutp3">
       <item>
        <widget class="QPushButton" name="btp7">
         <property name="text">
          <string>P1</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp8">
         <property name="text">
          <string>P2</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp9">
         <property name="text">
          <string>P3</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	  </layout>
	 </item>	 
	  <item>
      <layout class="QHBoxLayout" name="horizontalLayoutp4">
       <item>
        <widget class="QPushButton" name="btp10">
         <property name="text">
          <string>P1</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp11">
         <property name="text">
          <string>P2</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	          <item>
        <widget class="QPushButton" name="btp12">
         <property name="text">
          <string>P3</string>
         </property>
		 <property name="visible">
		  <bool>false</bool>
		 </property>
        </widget>
       </item>
	  </layout>
	 </item>
	 	 
	</layout>
</item>
   
   <item>
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   
   <item>
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout">
       <item>
        <widget class="QLabel" name="label_2">
         <property name="text">
          <string>Move X : </string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QLineEdit" name="txtGoX"/>
       </item>
       <item>
        <widget class="QPushButton" name="btGoX">
         <property name="text">
          <string>Go X</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_2">
       <item>
        <widget class="QLabel" name="label_3">
         <property name="text">
          <string>Move Y :</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QLineEdit" name="txtGoY"/>
       </item>
       <item>
        <widget class="QPushButton" name="btGoY">
         <property name="text">
          <string>Go Y</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_4">
       <item>
        <widget class="QLabel" name="label_4">
         <property name="text">
          <string>Move Z :</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QLineEdit" name="txtGoZ"/>
       </item>
       <item>
        <widget class="QPushButton" name="btGoZ">
         <property name="text">
          <string>Go Z</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
	 
	 
	 <item>
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   
	       <item>
        <widget class="QLabel" name="label_5">
         <property name="text">
          <string>Work Coordinate (X,Y,Z) : </string>
         </property>
        </widget>
       </item>
	 <item>
      <layout class="QHBoxLayout" name="horizontalLayout_5">
 
       <item>
        <widget class="QLineEdit" name="txtWrkX"/>
       </item>
       <item>
        <widget class="QLineEdit" name="txtWrkY"/>
       </item>
       <item>
        <widget class="QLineEdit" name="txtWrkZ"/>
       </item>
       <item>
        <widget class="QPushButton" name="btSetWork">
         <property name="text">
          <string>Set Work</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
	 
    
    </layout>
   </item>
   <item>
    <layout class="QVBoxLayout" name="responseLayout">
	   <item>
		<widget class="QPlainTextEdit" name="txtResponse">
		 <property name="readOnly">
		  <bool>true</bool>
		 </property>
		</widget>
	   </item>
	   </layout>
	</item>
  </layout>
  <!--
  <action name="actPluginTagadaSendTest">
   <property name="text">
    <string>&amp;Send</string>
   </property>
  </action>-->
 </widget>
 <customwidgets>
  <customwidget>
   <class>StyledToolButton</class>
   <extends>QToolButton</extends>
   <header>styledtoolbutton.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>actPluginTagadaSendTest</sender>
   <signal>triggered()</signal>
   <receiver>cmdTest</receiver>
   <slot>click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>383</x>
     <y>27</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
