This is a prototype for your QLabel. Then you reimplement & add some functions according to your need.Qt Code:
#ifndef MYLABEL_H #define MYLABEL_H #include <QLabel> { Q_OBJECT public: }; #endifTo copy to clipboard, switch view to plain text mode
Bookmarks