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:
committed by
Vadim Zeitlin
parent
000f8ef422
commit
b27971c501
@@ -71,6 +71,8 @@ protected:
|
||||
virtual void DoClear();
|
||||
virtual void DoDeleteOneItem(unsigned int pos);
|
||||
|
||||
virtual void InitialiseSort(QComboBox *combo);
|
||||
|
||||
QComboBox *m_qtComboBox;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user