qt-widgets-on-real-example
qt-widgets-on-real-example copied to clipboard
The book about real examples of Qt Widgets usage. Quick jump into Qt.
[!IMPORTANT]
This project is not supported anymore. But can be reopened if interest will be in it. Please, let me know if you need something. Just write me email to
igor.mironchik at gmail.com.
The book about real examples of Qt Widgets usage
Copyright (C) 2019-2024 Igor Mironchik.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
Note that in the last release of GIF Editor underlying work with GIF format was changed and use now
qgifliblibrary.ImageMagickis not very good to work with GIF, as it needs to have all frames in memory, that with large GIFs makes GIF Editor unusable, whereasqgiflibstores actual frames as PNG files on disk, that allows to load really big GIFs.So keep it in mind when you'll read this book.
- Preface
- Chapter 1 - GIF editor
- Introduction
- Basics of a main window
- Launching
- Plans
- Frame
- Frame on tape
- Tape
- View
- Reading
- Saving
- What else
- Crop
- About
- Chapter 2 - working with camera
- Introduction
- View
- Video surface
- Camera
- Capture images
- Chapter 3 - multithreading
- Introduction
- Implementation
- Chapter 4 - mistakes handling
- Chapter 5 - QML
- Introduction
- C++ and QML
- Board
- Main window
- Dialogues
- Start of the application
- Chapter 6 - Porting from Qt5 to Qt6
- Links
- Thanks
- GNU Free Documentation License