不积跬步无以至千里.
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new Ui::MainWindow){ ui->setupUi(this); setCentralWidget(ui->textEdit);