Qt 6 C++ GUI Programming Cookbook : Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 6 (3RD)

個数:
  • ポイントキャンペーン

Qt 6 C++ GUI Programming Cookbook : Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 6 (3RD)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 428 p.
  • 言語 ENG
  • 商品コード 9781805122630
  • DDC分類 005.117

Full Description

Use Qt 6 to design and build functional, appealing, and user-friendly graphical user interfaces (GUIs) for your applications

Key Features

Learn to use Qt 6 to design and customize the look and feel of your applications
Improve the visual quality of an application by using graphics rendering and animation
Understand the balance of presentation and web content that will make an application appealing yet functional
Purchase of the print or Kindle book includes a free PDF eBook

Book DescriptionWith the growing need to develop GUIs for multiple targets and multiple screens, improving the visual quality of your application has become pivotal in helping it stand out from your competitors. With its cross-platform ability and the latest UI paradigms, Qt makes it possible to build intuitive, interactive, and user-friendly UIs for your applications.
The third edition of Qt 6 C++ GUI Programming Cookbook teaches you how to develop functional and appealing UIs using the latest version of Qt 6 and C++. This book will help you learn a variety of topics such as GUI customization and animation, graphics rendering, and implementing Google Maps. You'll also be taken through advanced concepts such as asynchronous programming, event handling using signals and slots, network programming, and other aspects to optimize your application.
By the end of this Qt book, you'll have the confidence you need to design and customize GUI applications that meet your clients' expectations and have an understanding of best-practice solutions to common problems during the app development process.What you will learn

Animate GUI elements using Qt 6's built-in animation system
Draw vector shapes and bitmap images using Qt 6's powerful rendering system
Implement an industry-standard OpenGL library in your project
Build a mobile app that supports touch events and export it into devices
Parse and extract data from an XML file and present it on your GUI
Interact with web content by calling JavaScript functions from C++
Access MySQL and SQLite databases to retrieve data and display it on your GUI

Who this book is forThis intermediate-level book is designed for those who want to develop software using Qt 6. If you want to improve the visual quality and content presentation of your software application, this book is for you. Prior experience with the C++ programming language is required.

Contents

Table of Contents

Look-and-Feel Customization with Qt Designer
Event Handling - Signals and Slots
States and Animations with Qt and QML
QPainter and 2D Graphics
OpenGL Implementation
Transitioning from Qt5 to Qt6
Using Network and Managing Large Documents
Threading Basics - Asynchronous Programming
Building a Touch Screen Application with Qt6
JSON Parsing Made Easy
Conversion Library
Accessing Databases with SQL Driver and Qt
Develop Web Applications Using Qt WebEngine
Performance Optimization