QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
|
Stylish widget to allow copying of password and account details. More...
#include <qpushbuttonwithclipboard.h>
Signals | |
void | clicked (QString) |
Public Member Functions | |
QPushButtonWithClipboard (const QString &textToCopy="", QWidget *parent=nullptr) | |
QPushButtonWithClipboard::QPushButtonWithClipboard basic constructor. | |
QString | getTextToCopy () const |
QPushButtonWithClipboard::getTextToCopy returns the text of associated text field. | |
void | setTextToCopy (const QString &value) |
QPushButtonWithClipboard::setTextToCopy sets text from associated text field. | |
Stylish widget to allow copying of password and account details.
Definition at line 11 of file qpushbuttonwithclipboard.h.
|
explicit |
QPushButtonWithClipboard::QPushButtonWithClipboard basic constructor.
textToCopy | the text to paste into the clipboard |
parent | the parent window |
Definition at line 12 of file qpushbuttonwithclipboard.cpp.
|
signal |
QString QPushButtonWithClipboard::getTextToCopy | ( | ) | const |
QPushButtonWithClipboard::getTextToCopy returns the text of associated text field.
Definition at line 27 of file qpushbuttonwithclipboard.cpp.
void QPushButtonWithClipboard::setTextToCopy | ( | const QString & | value | ) |
QPushButtonWithClipboard::setTextToCopy sets text from associated text field.
value | QString text to be copied |
Definition at line 34 of file qpushbuttonwithclipboard.cpp.