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:
175ea1684d
Gałęzie
Tagi
master
artriculate
/
qml
/
widgets
/
Resolution.qml
Resolution.qml
82 B
Historia
Czysty
1
2
3
4
5
import QtQuick 2.6
Widget {
text: appWindow.width + "x" + appWindow.height
}