Qt C++ How can I show a users basic informations in a new window after login?
Unsolved
General and Desktop
-
I am trying to create an application in Qt C++. In this application, user can signup and login. After login I want to show their basic information in profile tab.This is my login panel (cus_login_signup.ui)
I want to Load information in the text label.
This is after login (cprofile.ui)This is my database:
My sqlite DatabaseHow can I load their basic information from my database and show them immediately after login in profile tab?