KVIrc
4.9.2
DeveloperAPIs
|
#include <KviSelectors.h>
Public Slots | |
virtual void | setEnabled (bool bEnabled) |
Public Member Functions | |
KviPasswordLineEdit (QWidget *par) | |
void | setText (const QString &text) |
QString | text () |
~KviPasswordLineEdit () | |
Public Member Functions inherited from KviTalHBox | |
void | addSpacing (int iSpace) |
Adds a non-stretchable spacing item. More... | |
void | addStretch (int iStretch) |
Adds the stretch factor. More... | |
KviTalHBox (QWidget *pParent, char *pcName=0) | |
Constructs an horizontal box object. More... | |
void | setAlignment (Qt::Alignment alignment) |
Sets the alignment of the box. More... | |
void | setAlignment (QWidget *pChild, Qt::Alignment alignment) |
Sets the alignment of the box. More... | |
void | setMargin (int iMargin) |
Sets the margin of the box. More... | |
void | setSpacing (int iSpace) |
Sets the spacing of the box. More... | |
void | setStretchFactor (QWidget *pChild, int iStretch) |
Sets the stretch factor for an object. More... | |
~KviTalHBox () | |
Destroys an horizontal box object. More... | |
Protected Slots | |
void | checkToggled (int state) |
Protected Attributes | |
QCheckBox * | m_pCheckBox |
QLineEdit * | m_pLineEdit |
Additional Inherited Members | |
Protected Member Functions inherited from KviTalHBox | |
virtual void | childEvent (QChildEvent *e) |
KviPasswordLineEdit::KviPasswordLineEdit | ( | QWidget * | par | ) |
|
default |
|
protectedslot |
References m_pLineEdit, and Normal.
Referenced by KviPasswordLineEdit().
|
virtualslot |
References m_pCheckBox, and m_pLineEdit.
void KviPasswordLineEdit::setText | ( | const QString & | text | ) |
References m_pLineEdit.
Referenced by IrcNetworkDetailsWidget::IrcNetworkDetailsWidget(), and IrcServerDetailsWidget::IrcServerDetailsWidget().
QString KviPasswordLineEdit::text | ( | ) |
References m_pLineEdit.
Referenced by IrcNetworkDetailsWidget::fillData(), and IrcServerDetailsWidget::fillData().
|
protected |
Referenced by KviPasswordLineEdit(), and setEnabled().
|
protected |
Referenced by checkToggled(), KviPasswordLineEdit(), setEnabled(), setText(), and text().