sp y

Generation

generate functionSun, 16 Apr 2023

Realize the function of students filling out their applications on qt

void StudentApplication() { Application app; app.setTitle("Student Application"); app.setLabelText("Name: "); app.setLabelText("Age: "); app.setLabelText("Sex: "); app.setLabelText("Grade: "); app.setLabelText("ID: "); app.setLabelText("Class: "); app.setLabelText("Major: "); app.setLabelText("School: "); }

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