Qt 3D Libraries
Qt 3D Basics, CERN HSF Visualization workshop, 28/03/2017
QtWS17 Earth rendering with Qt 3D, Paul Lemire – KDAB
Qt Design Studio
Qt Design Studio 1.2 Community Edition
Qt Design Studio 1.2 released, Published Monday June 3rd, 2019
Qt 3D Studio
Qt 3D Studio Manual
Heise: Dreidimensional mit Qt 3D Studio
Qt 3D Studio — Digital cluster for a car — Integration (Part I)
Qt 3D Studio — Digital cluster for a car — Part II
Qt Plotter Libraries
#inqlude – The Qt library archive: Graphics
github.com/jkriege2/JKQtPlotter, JKQTPlotter – A Qt Plotting Library, an extensive Qt4/Qt5 Plotter framework (including a fast variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencie
QCustomPlot
Setting up QCustomPlot
Embedding plots in a QTextDocument
QwtPlot3D (Version 0.2.7, 25 June 2007)
GLC_lib (OpenGL Library Class) (2.5.2 released on 2013-09-26)
Qt LaTeX
KLatexFormula (February 2017 — KLatexFormula 4.0.0 released)
Render LaTeX code in Qt
Qt and LaTeX via KLFBackend
github.com/jkriege2/JKQtPlotter, an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
JKQTPlotter – A Qt Plotting Library
Evgenij Legotskoj – Qt/C++ – Tutorial 076. Visualizing Mathematical Formulas on Qt
How to display mathematical typesetting (MathJax, LaTeX, etc.) in Qt using PyQt5?
Qt Designer Form: Custom Widgets
Customizing Qt Designer Forms
Using Custom Widgets with Qt Designer (No Source -> Promote from Superclass)
Creating Custom Widgets for Qt Designer (Source available)
Qt Examples
Qt5
Qt Examples And Tutorials
List of Qt Examples
Qt6
Qt Address Book Example
Address Book Tutorial
Part 1 – Designing the User Interface
Part 2 – Adding Addresses
Part 3 – Navigating between Entries
Part 4 – Editing and Removing Addresses
Part 5 – Adding a Find Function
Part 6 – Loading and Saving
Part 7 – Additional Features
Drag and Drop Robot Example
<a href="https://doc.qt.io/qt/qtwidgets-graphicsview-dragdroprobot-example.html">Drag and Drop Robot Example</a>
\brief Demonstrates how to drag and drop items in a graphics view.
Qt Cascading Style Sheets (CSS)
Qt Comma Separated Values (CSV)
how toconvert sqlite3 database file to .csv file in qt code ?
libqxt
LibQxt in QtCreator
Handling CSV – Using QxtCsvModel
libqxt
github.com/iamantony/qtcsv, Library for reading and writing csv-files in Qt.
SQLite
SQLite Foreign Key Support
SQLite Autoincrement
PRAGMA Statements
Write-Ahead Logging
Atomic Commit In SQLite
SQLite is Transactional
SQL As Understood By SQLite
SELECT
INSERT
UPDATE
BEGIN TRANSACTION
SQLite C Interface
Tutorials
renenyffenegger.ch: SQLite
SQLite – AUTOINCREMENT
SQLite AUTOINCREMENT
SQLite Transaction
Command Line Shell For SQLite
$ sqlite3.exe /c/Users/andreas/AppData/Roaming/DatabaseSelect/default.sqlite .database .table .tables .mode column .header on .quit
MSYS
$ pacman -S sqlite3 $ pacman -S sqlite-vfslog
Qt Python: PySide2 / PyQt / PyQt5
Qt for Python (PySide2)
Qt Blog: Technical vision for Qt for Python
Tutorials
Plotting with PyQtGraph
Plotting with Matplotlib
Embedding in Qt
YouTube
PyQt5 Python 3 Tutorial
- Setup and a Basic GUI Application
- Buttons and Events (Signals)
- How to Use Qt Designer
- MenuBar (Shortcuts, Status Bar and Triggers)
- Images and QPixmap
- QMessageBox and Popup Windows
- ComboBoxes with Examples
- Containers (GroupBoxes and Frames)
Alan D Moore Codes
PyQt5 Programming
Master PyQt5
Matplotlib
QThread
Master PyQt5 part 10: Make responsive GUIs with Threads (with moveToThread())
“Python, Threads & Qt: Boom!” – Teijo Holzer (Kiwi Pycon X)
PyQt5 QProgressbar With QThread Practical Example #23 (with run())