Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0
-
None
-
Mac OS X 10.9
-
4dccb2ca674e9eafca65da0775254932102c7f4b (qtbase/5.5, 20.8.2015, 5.5.1)
Description
After adding an action with the new Qt 5 addAction overload:
lineEdit->addAction(myAction, QLineEdit::TrailingPosition);
the action cannot be removed using removeAction(myAction)
Another glitch I found is that the action cannot be hidden with myAction->setVisible(false); It is "greyed out" but not hidden.
Attachments
Issue Links
- replaces
-
QTBUG-39165 QLineEdit ignores visibility change in added QAction
- Closed
- resulted in
-
QTBUG-48806 [REG->5.5.1] QLineEdit: side widgets overlapped
- Closed