Open 3D Engine AzQtComponents API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits QLineEdit.
Public Types | |
enum | Flavor { Plain = 0 , Information , Question , Invalid , Valid , FlavorCount } |
Signals | |
void | flavorChanged () |
void | onFocus () |
void | onFocusOut () |
Public Member Functions | |
StyledLineEdit (QWidget *parent=nullptr) | |
Flavor | flavor () const |
void | setFlavor (Flavor) |
Protected Member Functions | |
void | focusInEvent (QFocusEvent *event) override |
void | focusOutEvent (QFocusEvent *event) override |
Properties | |
Flavor | flavor |