41 explicit LCDCombo( QWidget *pParent, QSize size = QSize( 0, 0 ),
bool bModifyOnChange =
false );
48 void addItem(
const QString &text,
const QVariant &userData = QVariant());
73 virtual void paintEvent( QPaintEvent *ev )
override;
74 virtual void enterEvent( QEvent *ev )
override;
75 virtual void leaveEvent( QEvent *ev )
override;
Changes
Bitwise or-able options showing which part of the Preferences were altered using the PreferencesDialo...
virtual void showPopup() override
void setModifyOnChange(bool bModifyOnChange)
LCDCombo(QWidget *pParent, QSize size=QSize(0, 0), bool bModifyOnChange=false)
int m_nMaxWidth
Keep track of the text width of the items added.
void onPreferencesChanged(H2Core::Preferences::Changes changes)
bool m_bModifyOnChange
Whether Hydrogen::setIsModified() is invoked with true as soon as the value of the widget does change...
virtual void leaveEvent(QEvent *ev) override
void handleIsModified(int)
virtual void paintEvent(QPaintEvent *ev) override
void setIsActive(bool bIsActive)
void addItem(const QString &text, const QVariant &userData=QVariant())
virtual void enterEvent(QEvent *ev) override