janimo / textsecure-qml

TextSecure UI in Go and QML
GNU General Public License v3.0
44 stars 5 forks source link

Fix search in UI #3

Closed janimo closed 9 years ago

janimo commented 9 years ago

The search icons do not currently work. See if Qt' proxymodel can be used from Go. http://doc.qt.io/qt-5/qsortfilterproxymodel-members.html

janimo commented 9 years ago

Done in both contacts and sessions view. Not using QSortFilterProxyModel though.