|
libyui-qt
|
#include <YQInputField.h>


Signals | |
| void | capsLockActivated () |
| void | capsLockDeactivated () |
Public Member Functions | |
| YQRawLineEdit (QWidget *parent) | |
| virtual | ~YQRawLineEdit () |
| bool | isCapsLockActive () const |
Protected Member Functions | |
| bool | x11Event (XEvent *event) |
Helper class that can obtain the CapsLock status, too. For some reason, Qt does not propagate that information from X11.
|
inline |
Constructor
|
inlinevirtual |
Destructor
|
inline |
Check if CapsLock is active (rather: was active at the time of the last key or focus event)
|
protected |
X11 raw event handler. Propagates all events to the Qt event handlers, but updates _capsLockActive for key events.
Reimplemented from QWidget.