ItemCount.qml 126 B

12345678
  1. import QtQuick 2.6
  2. // Required for effortless web serving!
  3. import ".."
  4. Widget {
  5. text: "Items:" + globalUtil.itemCount
  6. }