Use case-insensitive comparison in Qt wxComboBox and wxChoice

Define LexicalSortProxyModel to use the same sort order in wxQt as in
the other ports.
This commit is contained in:
Richard Smith
2019-01-16 11:03:52 +00:00
committed by Vadim Zeitlin
parent 000f8ef422
commit b27971c501
3 changed files with 45 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ protected:
virtual void DoClear();
virtual void DoDeleteOneItem(unsigned int pos);
virtual void InitialiseSort(QComboBox *combo);
QComboBox *m_qtComboBox;
private: