Hello,
I have a QComboBox with a selection of Music Genres, i have a QTreeView using QSqlQueryModel which build a list of albums from a Sqlite DB, When Selecting a Genre in the QComboBox i would like it to update the QTreeView with only albums with the Genre Set. What would be the best way to implement this.