Cpp Qt

From wikinotes
Revision as of 15:13, 26 March 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Qt is primarily a framework for writing GUIs, but it contains powerful components for threading, networking, videoplayback etc.

NOTE:

At this time, most of my Qt notes are written for python. See python qt.

Building Qt Projects

I also have a lot simple, working examples in $progs/lang/cpp/projects/__learning__/.

cpp qt: cmake platform-agnostic, metadata used by some linters
cpp qt: qmake platform-agnostic qt's build system

Usage

Systems Administration of Qt apps.

qt configuration
qt troubleshooting

Examples

cpp qt: simple
cpp qt: subclassing
cpp qt: signals