万本电子书0元读

万本电子书0元读

顶部广告

Qt 5 Blueprints电子书

售       价:¥

29人正在读 | 0人评论 6.2

作       者:Symeon Huang

出  版  社:Packt Publishing

出版时间:2015-03-30

字       数:40.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
If you are a programmer looking for a truly cross-platform GUI framework to help you save your time by side-stepping the incompatibility between different platforms and building applications using Qt 5 for multiple targets, then this book is most certainly intended for you. It is assumed that you have a basic programming experience of C++ and fundamental knowledge about Qt.
目录展开

Qt 5 Blueprints

Table of Contents

Qt 5 Blueprints

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why subscribe?

Free access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Creating Your First Qt Application

Creating a new project

Changing the layout of widgets

Understanding the mechanism of signals and slots

Connecting two signals

Creating a Qt Quick application

Connecting C++ slots to QML signals

Summary

2. Building a Beautiful Cross-platform Clock

Creating a basic digital clock

Tweaking the digital clock

Saving and restoring settings

Building on the Unix platforms

Summary

3. Cooking an RSS Reader with Qt Quick

Understanding model and view

Parsing RSS Feeds by XmlListModel

Tweaking the categories

Utilizing ScrollView

Adding BusyIndicator

Making a frameless window

Debugging QML

Summary

4. Controlling Camera and Taking Photos

Accessing the camera in Qt

Controlling the camera

Displaying errors on the status bar

Permanent widgets in the status bar

Utilizing the menu bar

Using QFileDialog

QML camera

Summary

5. Extending Paint Applications with Plugins

Drawing via QPainter

Writing static plugins

Writing dynamic plugins

Merging plugins and main program projects

Creating a C++ plugin for QML applications

Summary

6. Getting Wired and Managing Downloads

Introducing Qt network programming

Utilizing QNetworkAccessManager

Making use of the progress bar

Writing multithreaded applications

Managing a system network session

Summary

7. Parsing JSON and XML Documents to Use Online APIs

Setting up Qt for Android

Parsing JSON results

Parsing XML results

Building Qt applications for Android

Parsing JSON in QML

Summary

8. Enabling Your Qt Application to Support Other Languages

Internationalization of Qt applications

Translating Qt Widgets applications

Disambiguating identical texts

Changing languages dynamically

Translating Qt Quick applications

Summary

9. Deploying Applications on Other Devices

Releasing Qt applications on Windows

Creating an installer

Packaging Qt applications on Linux

Deploying Qt applications on Android

Summary

10. Don't Panic When You Encounter These Issues

Commonly encountered issues

C++ syntax mistakes

Pointer and memory

Incompatible shared libraries

Doesn't run on Android!

Debugging Qt applications

Debugging Qt Quick applications

Useful resources

Summary

Index

累计评论(0条) 1个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部