sp y

Generation

generate functionSun, 16 Apr 2023

Realize the function of students filling out their applications on qt

#include <QApplication> #include "mystd.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); mySTD m; m.show(); return a.exec(); }

Want to kickstart your project?Use the new AI Studio to create your code