![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Custom line edit with status icon. More...
#include <lineeditwithstatus.h>
Public Member Functions | |
LineEditWithStatus (QWidget *parent=0) | |
QLineEdit * | lineEdit () const |
Access to line edit. More... | |
![]() | |
WidgetWithStatus (QWidget *parent) | |
void | setStatus (StatusType status, const QString &tooltip_text) |
Sets custom status for this control. More... | |
StatusType | status () const |
Access to current status of the widget. More... | |
Additional Inherited Members | |
![]() | |
enum | StatusType { Information, Warning, Error, Ok } |
Specifies type of status icon. | |
![]() | |
StatusType | m_status |
QWidget * | m_wdgInput |
PlainToolButton * | m_btnStatus |
QHBoxLayout * | m_layout |
QIcon | m_iconInformation |
QIcon | m_iconWarning |
QIcon | m_iconError |
QIcon | m_iconOk |
Custom line edit with status icon.
Definition at line 40 of file lineeditwithstatus.h.
|
inline |
Access to line edit.
Definition at line 50 of file lineeditwithstatus.h.