Description: qt Code Chapter 1-2 Description: 1. source of some of the projects is to use too GB18030 encoding, and some used a UTF-8 encoding, if met with Chinese characters does not recognize the situation, switch codes. 2. Some are using the KDevelop source code editor, some eclipse editor, so the directory structure may be somewhat different. 3. All works to retain only the source code, there is no implementation of the document, please compile your own.
To Search:
File list (Check if you may need any files):
chapter02\builtin\builtin.kdevelop
.........\.......\builtin.kdevelop.pcs
.........\.......\builtin.kdevses
.........\.......\builtin.pro
.........\.......\src\builtin.cpp
.........\.......\...\builtindlg.cpp
.........\.......\...\builtindlg.h
.........\.......\...\src.pro
.........\mydialog\mydialog.kdevelop
.........\........\mydialog.kdevelop.pcs
.........\........\mydialog.kdevses
.........\........\mydialog.pro
.........\........\src\logindlg.cpp
.........\........\...\logindlg.h
.........\........\...\mydialog.cpp
.........\........\...\src.pro
........1\hello\hello.kdevelop
.........\.....\hello.kdevelop.pcs
.........\.....\hello.kdevses
.........\.....\hello.pro
.........\.....\src\hello.cpp
.........\.....\...\src.pro
........2\builtin\src
.........\mydialog\src
........1\hello\src
........2\builtin
.........\mydialog
........1\hello
chapter02
chapter01