This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
sirspudd
/
artriculate
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e54e1975c5
Gałęzie
Tagi
master
artriculate
/
qml
/
widgets
/
ItemCount.qml
ItemCount.qml
73 B
Historia
Czysty
1
2
3
4
5
import QtQuick 2.6
Widget {
text: "Items:" + globalUtil.itemCount
}