?? install
字號(hào):
Basic Installation==================Unix/X11:The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type 'qmake lesson06.pro' to generate the makefile for your system. 2. Type 'make' to compile the package. 3. Type './lesson06' to run the application.MS/Windows:The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type `qmake lesson06.pro' to generate the makefile for your system. 2. Type 'nmake' to compile the package. 3. Type 'lesson06.exe' to run the application.Aother way to compile this package is: 1. 'cd' to the directory containing the package's source code and type `qmake -t vcapp -o lesson06.dsp lesson06.pro' to generate the .dsp file for your system. 2. Use Microsoft Visual Studio 6.0 to open the project with lesson06.dsp and compile, run, debug the application in it.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -