Cpp Qt: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
Line 1: Line 1:
Qt is primarily a framework for writing GUIs, but it contains powerful components for threading,  
Qt is primarily a framework for writing GUIs, but it contains powerful components for threading,
networking, videoplayback etc.
networking, videoplayback etc.


Line 19: Line 19:


</blockquote><!-- building qt projects -->
</blockquote><!-- building qt projects -->
= Usage =
<blockquote>
Systems Administration of Qt apps.
{| class="wikitable"
|-
| [[qt configuration]]
|-
| [[qt troubleshooting]]
|}
</blockquote><!-- Usage -->


= Examples =
= Examples =
<blockquote>
<blockquote>
{|
{|
| [[cpp qt: simple]] ||  
| [[cpp qt: simple]] ||
|-
|-
| [[cpp qt: subclassing]] ||
| [[cpp qt: subclassing]] ||
|-
|-
| [[cpp qt: signals]] ||  
| [[cpp qt: signals]] ||
|}
|}


</blockquote>
</blockquote>

Latest revision as of 15:13, 26 March 2022

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