Use an horizontal bar for accounts

This commit is contained in:
miruka
2020-05-13 07:37:39 -04:00
parent 8e0c046cdb
commit fe18b725a5
10 changed files with 301 additions and 86 deletions

View File

@@ -31,8 +31,6 @@ ListView {
// https://doc.qt.io/qt-5/qml-qtquick-viewtransition.html
// #handling-interrupted-animations
// XXX: add transitions are buggy when using DelegateModel, `add` should be
// set to `null` and delegates should have `ListView.onAdd: ...` instead.
add: Transition {
// ScriptAction { script: if (listView.debug) print("add") }
HNumberAnimation { property: "opacity"; from: 0; to: 1 }