HListView component with animations

This commit is contained in:
miruka
2019-05-13 13:15:03 -04:00
parent 4024eee460
commit 2da7214af1
8 changed files with 39 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
import QtQuick 2.7
import QtQuick.Layouts 1.3
import "../Base"
ListView {
HListView {
id: accountList
clip: true

View File

@@ -2,7 +2,7 @@ import QtQuick 2.7
import QtQuick.Layouts 1.3
import "../Base"
ListView {
HListView {
property string userId: ""
id: roomCategoriesList

View File

@@ -2,7 +2,7 @@ import QtQuick 2.7
import QtQuick.Layouts 1.3
import "../Base"
ListView {
HListView {
property string userId: ""
property string category: ""