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: "); }