You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you insert 128 and 10 into the search text field (top left, main window), it searches for "128 10", instead for songs that have 128 and ten in (possibly) different columns. This is annoying: You can not search for 128 kbps files with a rating of 10.
How to fix? Maybe just a change of the flags in MainWindow.cpp
tableWidget.findItems(text, Qt::MatchContains);
or otherwise, we might need to split the string and parse one substring after another.
The text was updated successfully, but these errors were encountered:
If you insert 128 and 10 into the search text field (top left, main window), it searches for "128 10", instead for songs that have 128 and ten in (possibly) different columns. This is annoying: You can not search for 128 kbps files with a rating of 10.
How to fix? Maybe just a change of the flags in MainWindow.cpp
or otherwise, we might need to split the string and parse one substring after another.
The text was updated successfully, but these errors were encountered: