摘要: // fpscounter.h#ifndef FPSCOUNTER_H#define FPSCOUNTER_H #include <QObject>#include <QQuickItem>#include <QElapsedTimer> class FpsCounter : public QQui 阅读全文
posted @ 2024-12-16 17:10 Azuki_op 阅读(167) 评论(0) 推荐(0)
摘要: Image { id: img width: 241 height: 241 anchors { top: parent.top topMargin: 197 left: parent.left leftMargin: 106 } source: "" fillMode: Image.Preserv 阅读全文
posted @ 2024-12-16 13:50 Azuki_op 阅读(32) 评论(0) 推荐(0)