Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 770 Bytes

File metadata and controls

11 lines (6 loc) · 770 Bytes

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