QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
|
Stylish widget to display the field as QR Code. More...
#include <qpushbuttonasqrcode.h>
Signals | |
void | clicked (QString) |
Public Member Functions | |
QPushButtonAsQRCode (const QString &textToCopy="", QWidget *parent=nullptr) | |
QPushButtonAsQRCode::QPushButtonAsQRCode basic constructor. | |
QString | getTextToCopy () const |
QPushButtonAsQRCode::getTextToCopy returns the text of associated text field. | |
void | setTextToCopy (const QString &value) |
QPushButtonAsQRCode::setTextToCopy sets text from associated text field. | |
Stylish widget to display the field as QR Code.
Definition at line 11 of file qpushbuttonasqrcode.h.
|
explicit |
QPushButtonAsQRCode::QPushButtonAsQRCode basic constructor.
textToCopy | the text to display as qrcode |
parent | the parent window |
Definition at line 12 of file qpushbuttonasqrcode.cpp.
|
signal |
QString QPushButtonAsQRCode::getTextToCopy | ( | ) | const |
QPushButtonAsQRCode::getTextToCopy returns the text of associated text field.
Definition at line 25 of file qpushbuttonasqrcode.cpp.
void QPushButtonAsQRCode::setTextToCopy | ( | const QString & | value | ) |
QPushButtonAsQRCode::setTextToCopy sets text from associated text field.
value | QString text to be copied |
Definition at line 32 of file qpushbuttonasqrcode.cpp.