quick Explanation, im still in HS and trying to put together a little project, basically its some kind of messenger app using our school's servers.
Of course, for that, you need a login window, with account management and stuff. The account management part is already done, leaving only the part where i put everything together, connecting the buttons to actions and etc.
So i made slots for that :
The problem is that my whole app crashes as soon as i try to read the text in the QLineEdits from the window's slot
(m_nickname and m_password are the two QLineEdit where the username and password are typed in) (m_login and m_signup are the two buttons to login and signup)
Also, here is my whole class definition if that helps : .cpp .h
Thanks in advance to anyone who tries to help me :-)