32#include <yui/YInputField.h>
51 const std::string & label,
52 bool passwordMode =
false );
60 virtual std::string
value();
68 virtual void setValue(
const std::string & text );
75 virtual void setLabel(
const std::string & label );
123 virtual void setSize(
int newWidth,
int newHeight );
138 void changed(
const QString & );
158 bool _displayingCapsLockWarning;
176 : QLineEdit( parent )
177 , _capsLockActive( false )
193 void capsLockActivated();
194 void capsLockDeactivated();
208 bool x11Event( XEvent * event ) ;
213 bool _capsLockActive;
Definition QY2CharValidator.h:35
Definition YQInputField.h:167
bool isCapsLockActive() const
Definition YQInputField.h:189
virtual ~YQRawLineEdit()
Definition YQInputField.h:183
YQRawLineEdit(QWidget *parent)
Definition YQInputField.h:175