QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
QPushButtonShowPassword Class Reference

#include <qpushbuttonshowpassword.h>

Inheritance diagram for QPushButtonShowPassword:
Collaboration diagram for QPushButtonShowPassword:

Signals

void clicked (const QString &)

Public Member Functions

 QPushButtonShowPassword (QLineEdit *line, QWidget *parent=nullptr)
 QPushButtonAsQRCode::QPushButtonAsQRCode basic constructor.

Detailed Description

QPushButton that controls visibility of the associated QLineEdit's contents (e.g., show/hide password).

Parameters
lineQLineEdit whose contents are shown or hidden by this button.
parentOptional parent widget. Emitted when the button action occurs, carrying the current text of the associated QLineEdit.
Thecurrent text of the associated QLineEdit. Handles the button activation state and updates the associated QLineEdit accordingly.
checkedThe new checked/toggled state of the button.

Definition at line 33 of file qpushbuttonshowpassword.h.

Constructor & Destructor Documentation

◆ QPushButtonShowPassword()

QPushButtonShowPassword::QPushButtonShowPassword ( QLineEdit * line,
QWidget * parent = nullptr )
explicit

QPushButtonAsQRCode::QPushButtonAsQRCode basic constructor.

Parameters
textToCopythe text to display as qrcode
parentthe parent window

Definition at line 14 of file qpushbuttonshowpassword.cpp.

Member Function Documentation

◆ clicked

void QPushButtonShowPassword::clicked ( const QString & )
signal

The documentation for this class was generated from the following files: