Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages