This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
sirspudd
/
artriculate
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
1bf2e44b84
Branches
Tags
master
artriculate
/
qml
/
widgets
/
Resolution.qml
Resolution.qml
82 B
Lịch sử
Raw
1
2
3
4
5
import QtQuick 2.6
Widget {
text: appWindow.width + "x" + appWindow.height
}