


Qt Widgets by roweigert 8 comments
I never thought about windows-users. It is simply a part of my programm k-yamo that I ramped out, cause it worked well. (At least for me ;-))
But I am really pleased, that other maybe use some of my (weired) code. - Apr 28 2011

Qt Widgets by roweigert 8 comments
This one is called by dropEvent().
Maybe you need to set toAscii to all th filenames in windows.
Try to create debugoutput in both functions, to see what happens to your filenames.
I have an utf8-linux-system.
This works best for me. (Cause I can see german Umlauts also)
- Apr 27 2011

Qt Widgets by roweigert 8 comments
This is done with the following lines in your pro-file:
INCLUDEPATH += . \
/usr/include/taglib/
LIBS += -L/usr/lib \
-ltag
- Apr 26 2011