26 #ifndef YQInputField_h
27 #define YQInputField_h
30 #include <qlineedit.h>
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 _capsLockActive;
211 #endif // YQInputField_h
YQRawLineEdit(QWidget *parent)
bool x11Event(XEvent *event)
bool isCapsLockActive() const