Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
6.7.3
-
None
Description
When we create a qaction with we shortcut parsed from a QString with a space it creates an invalid shortcut.
QAction *b = new QAction("test1action", this);
b->setShortcut(QKeySequence("Ctrl + Del"));
return shortcut == ""
Space breaks it.
I created an autotests for it.
Is it possible to fix it please ?
Thanks
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-130063 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
597571,6 | QKeySequence: tolerate spaces when parsing a key sequence string | dev | qt/qtbase | Status: NEW | 0 | 0 |