CollectionSize.qml 83 B

12345
  1. import QtQuick 2.6
  2. Widget {
  3. text: "DB:" + nativeUtils.imageCollection.count
  4. }