26 class aLineEditWidget;
40 virtual QWidget * widget(
void)
override;
44 void setText(
const QString & _text);
45 void setErrorState(
bool _error);
46 void setInfoLabelText(
const QString & _text);
50 void setErrorStateIsForeground(
bool _isForeground);
52 QString text(
void)
const;
53 QString infoLabelText(
void)
const;
56 void slotCursorPositionChanged(
int,
int);
57 void slotSelectionChanged();
58 void slotKeyPressed(QKeyEvent * _event);
59 void slotKeyReleased(QKeyEvent * _event);
60 void slotEditingFinished(
void);
61 void slotTextChanged(
const QString & _text);
62 void slotReturnPressed();
74 QHBoxLayout * m_layout;
#define UICORE_API_EXPORT
Definition globalDataTypes.h:20