HListView component with animations
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Layouts 1.3
|
||||
import "../Base"
|
||||
|
||||
ListView {
|
||||
HListView {
|
||||
id: accountList
|
||||
clip: true
|
||||
|
||||
|
@@ -2,7 +2,7 @@ import QtQuick 2.7
|
||||
import QtQuick.Layouts 1.3
|
||||
import "../Base"
|
||||
|
||||
ListView {
|
||||
HListView {
|
||||
property string userId: ""
|
||||
|
||||
id: roomCategoriesList
|
||||
|
@@ -2,7 +2,7 @@ import QtQuick 2.7
|
||||
import QtQuick.Layouts 1.3
|
||||
import "../Base"
|
||||
|
||||
ListView {
|
||||
HListView {
|
||||
property string userId: ""
|
||||
property string category: ""
|
||||
|
||||
|
Reference in New Issue
Block a user