maestromusic / maestro

Complex music management application.
GNU General Public License v3.0
2 stars 0 forks source link

tageditor: unable to enter accented characters for tag values #33

Closed supermihi closed 9 years ago

supermihi commented 9 years ago

Since using Qt5, I can not enter accented chars (like "É") in the tag editor as tag values. It works in e.g. the browser search field, so the problem must be somewhere in the tag editor widgets.

MartinAltmayer commented 9 years ago

For the moment I consider this a bug in Qt https://bugreports.qt.io/browse/QTBUG-44847 . I will wait for a response and maybe write a workaround afterwards. A quick&dirty fix is to set hideEditor to False in line 401 of tagwidgets.py

supermihi commented 9 years ago

Appears to work with current Qt version, though the above bugreport is unanswered so far ...