⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 奇趣公司比较新的qt/emd版本
💻
字号:
Here are the programs in the Qt tutorial.  The tutorial itself is in../doc/html/tutorial.html (or http://doc.trolltech.com/4.3/tutorial.html).All programs corresponding to the chapters in the tutorial shouldautomatically be built when Qt is compiled, or will be provided aspre-built executables if you have obtained a binary package of Qt.If you have only compiled the Qt libraries, use the following instructionsto build the tutorial.On Linux/Unix:Typing 'make' in this directory builds all the programs (t1/t1,t2/t2, t3/t3 and so on). Typing 'make' in each subdirectory buildsjust that tutorial program.On Windows:Create a single Visual Studio project for the tutorial directory inthe usual way. You can do this by typing the following at the commandline:qmake -tp vcYou should now be able to open the project file in Visual Studio andbuild all of the tutorial programs at the same time.On Mac OS X:Create an Xcode project with the .pro file in the tutorial directory.You can do this by typing the following at the command line:qmake -spec macx-xcodeThen open the generated Xcode project in Xcode and build it.Feel free to send comments about the tutorial to qt-bugs@trolltech.com.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -