420 lines
9.6 KiB
XML
420 lines
9.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogDieCutter</class>
|
|
<widget class="QDialog" name="DialogDieCutter">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>653</width>
|
|
<height>486</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBoxAction">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>0</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="buttonJogN1">
|
|
<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="buttonJogP1">
|
|
<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="buttonEnable1">
|
|
<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="buttonDisable1">
|
|
<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="buttonZero1">
|
|
<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>Rotate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonJogP2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>110</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="buttonZero2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>110</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="QPushButton" name="buttonJogN2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>110</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="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>Puch Manual operation</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>150</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>Punch a hole</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>150</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>Replacing the pole to zero</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonDisable2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>110</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="QPushButton" name="buttonEnable2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>110</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="buttonFunction3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>150</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>Punching jog</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>150</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>Color Change</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonFunction5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>190</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>Rotate to zero position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|