Porting Code of C++ GUI Programming with Qt 4 from Qt4 to Qt5

Porting source code of the book C++ GUI Programming with Qt 4 from Qt4 to Qt5.

Project Site: qt5-book-code

Porting Qt4 to Qt5

Porting the source code of the book C++ GUI Programming with Qt 4 (second edition) from Qt4 to Qt5 by Mutse Young.

The examples for all chapters with Qt 5.0 will be built on Ubuntu 12.04, and you can install qt5.0 with ppa.

  1. Qt5 入门

    chap01/age

    chap01/hello

    chap01/quit

  2. 创建对话框

    chap02/find

    chap02/gotocell1

    chap02/gotocell2

    chap02/gotocell3

    chap02/sort

  3. 创建主窗体

    chap03/spreadsheet

  4. 实现应用程序功能

    chap04/spreadsheet

  5. 创建自定义构件

    chap05/hexspinbox

    chap05/iconeditor

    chap05/iconeditorplugin

    chap05/plotter

  6. 布局管理

    chap06/findfile1

    chap06/findfile2

    chap06/findfile3

    chap06/mailclient

    chap06/mdieditor

    chap06/preferences

    chap06/splitter

  7. 事件处理

    chap07/ticker

  8. 二维图形

    chap08/cityscape

    chap08/diagram

    chap08/oventimer

  9. 拖放

    chap09/projectchooser

  10. 项视图类

    chap10/booleanparser

    chap10/cities

    chap10/colornames

    chap10/coordinatesetter

    chap10/currencies

    chap10/directoryviewer

    chap10/flowchartsymbolpicker

    chap10/settingsviewer

    chap10/teamleaders

    chap10/trackeditor

  11. 输入/输出

    chap12/imageconverter

    chap12/imagespace

    chap12/tidy

  12. 数据库

    chap13/scooters

    chap13/staffmanager

  13. 多线程

    chap14/imagepro

    chap14/semaphores

    chap14/threads

    chap14/waitconditions

  14. 网络

    chap15/ftpget

    chap15/httpget

    chap15/spider

    chap15/tripplanner

    chap15/tripserver

    chap15/weatherballoon

    chap15/weatherstation

  15. XML

    chap16/domparser

    chap16/saxhandler

    chap16/xmlstreamreader

    chap16/xmlstreamwriter

  16. 自定义外观

    chap19/bronze

    chap19/candy

  17. 三维图形

    chap20/teapots

    chap20/tetrahedron

    chap20/vowelcube

  18. 创建插件

    chap21/basiceffectsplugin

    chap21/bronze

    chap21/bronzestyleplugin

    chap21/cursorplugin

    chap21/extraeffectsplugin

    chap21/textart

  19. 应用程序脚本

    chap22/calculator

    chap22/gaspump

    chap22/htmleditor

  20. 平台相关特性

    chap23/addressbook

    chap23/bouncer

    chap23/mediaplayer

    chap23/tictactoe

  21. 嵌入式编程

    chap24/expenses
    chap24/unitconverter