📄 qg_blockdialog.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>QG_BlockDialog</class><widget class="QDialog"> <property name="name"> <cstring>QG_BlockDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>253</width> <height>79</height> </rect> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="caption"> <string>Block Settings</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout9</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lName</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Plain</enum> </property> <property name="text"> <string>Block Name:</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer87</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>29</width> <height>21</height> </size> </property> </spacer> <widget class="QLineEdit"> <property name="name"> <cstring>leName</cstring> </property> <property name="text"> <string></string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout8</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>79</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>bOk</cstring> </property> <property name="text"> <string>&OK</string> </property> <property name="accel"> <string>Alt+O</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>bCancel</cstring> </property> <property name="text"> <string>Cancel</string> </property> <property name="accel"> <string>Esc</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </hbox> </widget> </vbox></widget><connections> <connection> <sender>bCancel</sender> <signal>clicked()</signal> <receiver>QG_BlockDialog</receiver> <slot>reject()</slot> </connection> <connection> <sender>bOk</sender> <signal>clicked()</signal> <receiver>QG_BlockDialog</receiver> <slot>validate()</slot> </connection></connections><includes> <include location="local" impldecl="in declaration">rs_blocklist.h</include> <include location="local" impldecl="in declaration">rs.h</include> <include location="local" impldecl="in declaration">rs_block.h</include> <include location="global" impldecl="in implementation">qmessagebox.h</include> <include location="local" impldecl="in implementation">qg_blockdialog.ui.h</include></includes><variables> <variable>RS_BlockList* blockList;</variable></variables><slots> <slot>setBlockList( RS_BlockList * l )</slot> <slot>validate()</slot> <slot>cancel()</slot></slots><functions> <function returnType="RS_BlockData">getBlockData()</function></functions><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -