Let the ListView use its default highlighting (did I not notice before?) and keep the currently-selected chat highlighted at all times
Details
Details
- Reviewers
apol - Group Reviewers
KDE Connect - Commits
- R224:1ec20886a8ac: [SMS App] Add highlighting to ConversationList view
- Launch app
- Use mouse or arrow keys to select a conversation. The highlight should follow the selected conversation
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Branch
- smsapp-highlighting
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 6113 Build 6131: arc lint + arc unit
Comment Actions
instead use:
highlighted: ListView.isCurrentIndex
https://doc.qt.io/qt-5.12/qml-qtquick-controls2-itemdelegate.html#highlighted-prop
smsapp/qml/ConversationList.qml | ||
---|---|---|
80 ↗ | (On Diff #47644) | That's not necessary. |