(C++) QLabel

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Qt QLabel

 

QLabel is a visual Qt class to show text or images.

 

QLabel does not emit a clicked() signal.

 

How to make a clickable QLabel? explains how to make a clickable QLabel.