📄 addbox.ui
字号:
</widget> </vbox> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer10</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>81</height> </size> </property> </spacer> </vbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox6_2</cstring> </property> <property name="title"> <string>Second Corner [Cells]</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout37_2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout36_2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel3_3</cstring> </property> <property name="text"> <string>X1</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel3_2_3</cstring> </property> <property name="text"> <string>Y1</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel3_2_2_2</cstring> </property> <property name="text"> <string>Z1</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout35_2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>boxX1lineEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>boxY1lineEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>boxZ1lineEdit</cstring> </property> </widget> </vbox> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer11</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>81</height> </size> </property> </spacer> </vbox> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout41</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton"> <property name="name"> <cstring>addBoxOKpushButton</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer8</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>201</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>addBoxCancelpushButton</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox> </widget> </grid></widget><connections> <connection> <sender>addBoxOKpushButton</sender> <signal>clicked()</signal> <receiver>AddBoxForm</receiver> <slot>OKSlot()</slot> </connection> <connection> <sender>addBoxCancelpushButton</sender> <signal>clicked()</signal> <receiver>AddBoxForm</receiver> <slot>CancelSlot()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">addbox.ui.h</include></includes><signals> <signal>NewItem(QString,int,int,int,int,int,int,int)</signal> <signal>Cancel()</signal></signals><slots> <slot>OKSlot()</slot> <slot>CancelSlot()</slot> <slot>takeMaxMaterialIndx( int maxIndx )</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -