Image Component Library (ICL)
|
internally used button that emits a signal with its text More...
#include <StringSignalButton.h>
Signals | |
void | clicked (const QString &text) |
the clicked signal (with the buttons text) More... | |
Public Member Functions | |
StringSignalButton (const QString &text, QWidget *parent) | |
Create a new StringSignalButton with given text and parent widget. More... | |
Private Slots | |
void | receiveClick (bool checked) |
internally used slot (connected to the parent buttons clicked() signal) More... | |
internally used button that emits a signal with its text
icl::qt::StringSignalButton::StringSignalButton | ( | const QString & | text, |
QWidget * | parent | ||
) |
Create a new StringSignalButton with given text and parent widget.
|
signal |
the clicked signal (with the buttons text)
|
privateslot |
internally used slot (connected to the parent buttons clicked() signal)