wizards.pro
来自「Trolltech公司发布的基于C++图形开发环境」· PRO 代码 · 共 22 行
PRO
22 行
TEMPLATE = libCONFIG += qt warn_on release pluginSOURCES += main.cppFORMS = sqlformwizard.ui mainwindowwizard.uisql { HEADERS += sqlformwizardimpl.h SOURCES += sqlformwizardimpl.cpp }DESTDIR = ../../../../plugins/designerPROJECTNAME = WizardsIMAGES = images/qtwizards_menu_1.png images/qtwizards_menu_2.png images/qtwizards_menu_3.png images/qtwizards_table_1.png images/qtwizards_table_2.png images/qtwizards_table_3.png images/qtwizards_table_4.png images/re-sort.png images/small/editcopy.png images/small/editcut.png images/small/editpaste.png images/small/filenew.png images/small/fileopen.png images/small/filesave.png images/small/print.png images/small/redo.png images/small/searchfind.png images/small/undo.pngINCLUDEPATH += ../../interfacesDBFILE = wizards.dbLANGUAGE = C++target.path += $$plugins.path/designerINSTALLS += target
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?