QThread* thread = new QThread(this); thread->start(); QTimer *timer = new QTimer(0); ... QtCore import * from start import Ui_Form import sys class ...
確定! 回上一頁