long menu entry displays partially
Solved
General and Desktop
-
Env
Linux
Qt 6.2.1Problem
In designer, it's ok
When running, problem as below
More Info
QApplication::setStyle(QStyleFactory::create("Fusion"));
doesn't help@jronald
In Qt6 I suspect you might be under Menu item with mnemonic gets cut off? https://bugreports.qt.io/browse/QTBUG-94481 ? Looks like you will need 6.3. -
@jronald
In Qt6 I suspect you might be under Menu item with mnemonic gets cut off? https://bugreports.qt.io/browse/QTBUG-94481 ? Looks like you will need 6.3.@JonB said in long menu entry displays partially:
@jronald
In Qt6 I suspect you might be under Menu item with mnemonic gets cut off? https://bugreports.qt.io/browse/QTBUG-94481 ? Looks like you will need 6.3.Yes, exactly.
Thanks