Results 1 to 6 of 6

Thread: setLabel in QprogressDialog

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default setLabel in QprogressDialog

    hi, I create a progress dialog from disigner and subclassedit; then I need set its label but the error below occur...why this?
    Qt Code:
    1. myProgressDialog* progress = new myProgressDialog (steps, this, "progress", TRUE );
    2. QLabel* l = new QLabel ("progress", 0);
    3. progress->setLabel(l);
    4. error C2039: 'setLabel' : is not a member of 'myProgressDialog'
    To copy to clipboard, switch view to plain text mode 

    ...also other members get same error.....
    Last edited by mickey; 11th July 2006 at 22:00.
    Regards

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.