خرید بک لینک

Project

    Command

    Communication

    Configuration

    Controller

    DB

    GUI (Main,Splash,Plot,..)

    Libs/Deps (QWT,..)

    Peripheral (UsbInterface,PCIInterface,..)

    Resources (Icons,Fonts,..)

    main.cpp

int main(int argc, char *argv[])

{

    QApplication app(argc, argv);

    app.setStyle("Fusion");

...

    Splash *Splash = new Splash(nullptr);

    Splash->show();

...

    GUI gui;

    QObject::coect(&gui, ...

    gui.show();

    //gui->startupSequence();

...

    Thread thread;

    QObject::coect(&thread, ...

    thread.start();

...

    int ret = app.exec();

...

    thread.terminate();

    //thread.stop();

...

    delete Splash;

    return ret;

}

برچسب: نویسنده: هستی رستمیان تاريخ: شنبه 3 ارديبهشت 1401 ساعت: 11:48

صفحه بندی