Results 1 to 3 of 3

Thread: to diaplay registration page once in cascades..

  1. #1
    Join Date
    Feb 2014
    Posts
    2
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Windows

    Default to diaplay registration page once in cascades..

    I am making a registration app. after registration is done, user logs in.
    Next time when user open the app login page should be displayed. Registraion page should b e diaplayed only firsttime I open the app.
    Thanks in Advance...!!!

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: to diaplay registration page once in cascades..

    So write the program so it remembers that they have already registered.

  3. #3
    Join Date
    Oct 2013
    Posts
    142
    Thanks
    36
    Thanked 3 Times in 3 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: to diaplay registration page once in cascades..

    You can make a QDialog with a check option to save/not save login credentials, and save/load settings with QSettings, and I recommend storing encrypted info for the login credentials as they are saved in the computer in plain text normaly.
    Check this question for info about storing more "secure information"..

Similar Threads

  1. service and object registration on ARM gets failed.why so?
    By savaliya_ambani in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 13th July 2010, 06:33
  2. Need Help regarding QT dll Registration
    By Rakesh_Kumar in forum Qt Programming
    Replies: 0
    Last Post: 14th December 2009, 10:03
  3. DBus Registration problem
    By nrabara in forum Newbie
    Replies: 1
    Last Post: 30th April 2009, 10:34

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.