Skip to content

LucaAngioloni/QTMultiwindowExample

Repository files navigation

QTMultiwindowExample

A simple multiwindow example using signals and slots.

There is a MainWindow class that controls the Main Window view. A second window controlled by Website class.

The two classes are connected so that when you click a button on the Website window something happens in the MainWindow (a text label is changed).

The keypoints are the connections between signals and slots and the management of windows pointers or references.

Created for Stack Overflow Documentation example and as an answer to this Stack Overflow question

About

A multiwindow example using signals and slots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published