QMenu and QBtnDropdown. How?
-
Hi! Faced the problem of using the QMenu and QBtnDropdown. How to use them together? Thanks.
-
You don’t. QBtnDropdown offers you a default slot to add “items” (to the underlying QMenu). All you need is a QList with QItems. In other words, QMenu is already being used in the QBtnDropdown.
Scott
-
@s-molinari said in QMenu and QBtnDropdown. How?:
You don’t. QBtnDropdown offers you a default slot to add “items” (to the underlying QMenu). All you need is a QList with QItems. In other words, QMenu is already being used in the QBtnDropdown.
Scott
thx