Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
How to make a clickable QLabel? is a QT FAQ with multiple answers:
You can disguise a QPushButton to look like a QLabel, by settings its Flat property to true. This looks like this (png).
Operating system: Ubuntu
IDE: Qt Creator 2.0.0
Project type: Qt4 GUI Application
Libraries used:
#include <QtGui/QApplication> |
#ifndef DIALOG_H |
#include <cstdlib> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.