Results 1 to 10 of 10

Thread: create login page

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Sep 2011
    Posts
    1,241
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3
    Thanked 127 Times in 126 Posts

    Default Re: create login page

    Qt Code:
    1. void setPass::on_pushButton_clicked()
    2. {
    3. setUsername(user = ui->userName->text());
    4. setPassword( pass = ui->passWord->text());
    5. accept(); // <<<<<<<<<<<<
    6. }
    To copy to clipboard, switch view to plain text mode 
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  2. The following user says thank you to amleto for this useful post:

    smemamian (20th April 2013)

Similar Threads

  1. Replies: 2
    Last Post: 16th November 2012, 02:39
  2. Replies: 7
    Last Post: 15th November 2012, 14:22
  3. Load a simple Page after the Main Page.
    By mrhevor in forum Qt Quick
    Replies: 1
    Last Post: 27th September 2011, 10:32
  4. Creating Login page
    By yuvaraj.yadav in forum Newbie
    Replies: 2
    Last Post: 13th April 2009, 11:37

Tags for this Thread

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.