Qt Code:
#include <QMouseEvent> { Q_OBJECT ....To copy to clipboard, switch view to plain text mode
Qt Code:
#include <QMouseEvent> { Q_OBJECT ....To copy to clipboard, switch view to plain text mode
Is it easy to inherit the functionality of the QLabel class into the new class, so that I can easily use the same features like set text, and stuff of that nature?
Yes, inherit from QLabel and not QObject.
Bookmarks