-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.6.1
Being able to set the PopupMode option for QAction without needing to know about the underlying widget.
The code below demonstrates how the PopupMode is currently set:
#include <QApplication>
#include <QMenu>
#include <QToolButton>
#include <QToolBar>
int main(int argc, char *argv[])