19 lines
385 B
QML
19 lines
385 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import utils 1.0
|
||
|
|
||
|
BuyCryptoProvidersDelegate {
|
||
|
name: Constants.dummyText
|
||
|
description: Constants.dummyText
|
||
|
logoUrl: Constants.dummyText
|
||
|
urlsNeedParameters: false
|
||
|
fees: Constants.dummyText
|
||
|
|
||
|
statusListItemSubTitle.loading: true
|
||
|
statusListItemTitle.loading: true
|
||
|
statusListItemIcon.loading: true
|
||
|
|
||
|
loading: true
|
||
|
enabled: false
|
||
|
}
|