488 lines
11 KiB
XML
488 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogCutLine</class>
|
|
<widget class="QDialog" name="DialogCutLine">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>729</width>
|
|
<height>492</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBoxAction">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>-10</y>
|
|
<width>621</width>
|
|
<height>481</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QPushButton" name="buttonJogN">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>jogN</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonJogP">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>jogP</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonEnable">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonDisable">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Disable</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>72</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Spindle</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonZero">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zero</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>72</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Lower the scissors to cut the thread</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>150</y>
|
|
<width>72</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Lighting</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>190</y>
|
|
<width>72</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Manual operation</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonOpen1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>100</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonClose1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>100</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonPara1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>340</x>
|
|
<y>355</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelPara1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>360</y>
|
|
<width>181</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string extracomment="压脚振幅">Trimming line angle</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelUnit1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>360</y>
|
|
<width>54</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>deg</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelPara2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>390</y>
|
|
<width>181</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string extracomment="压脚振幅">Trimming completion angle</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonPara2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>340</x>
|
|
<y>390</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelUnit2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>400</y>
|
|
<width>54</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>deg</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelPara3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>430</y>
|
|
<width>181</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string extracomment="压脚振幅">Thread trimming stroke</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonPara3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>340</x>
|
|
<y>430</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelUnit3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>440</y>
|
|
<width>54</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonClose2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>140</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonOpen2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>140</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>180</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sewing and thread cutting</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>180</y>
|
|
<width>89</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(250, 250, 250);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sewing machine head lifting and lowering</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|