QtGui import * from PyQt5.Qt import * from PyQt5.QtQuick import * class Hello(QObject): def get_greeting(self): return QString('Hello World!') app ...
確定! 回上一頁