I have A class Named “Student” !
I have a Q Vector From Student class
Now I want To show the form of the 2nd Student in my vector !
but when it shows It is empty , it doesn’t show things the thing in the Ui
What should I do ?! Douse it even can happen ? Or it is not possible in Qt
This is My Code :
{
///////Sign in things !
int index = StudentSearch(User);
Student* at = StHead->data();
if (at[index].GetPass() == Pass)
emit Hide_StuLog();
at[index].show();
}
↧