Results 1 to 3 of 3

Thread: Problem in creating thread in GUI application

  1. #1
    Join Date
    Apr 2006
    Posts
    28
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Problem in creating thread in GUI application

    I am not able to create a thread.
    Infact, when I am creating the application is not executing & there are no errors even.
    PSSController is the main class where I am creating the thread.
    CFacade is the window class, with which I am creating main window for my application.
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Problem in creating thread in GUI application

    You forgot to call the base class constructor for your thread.

  3. #3
    Join Date
    Apr 2006
    Posts
    28
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem in creating thread in GUI application

    Quote Originally Posted by wysota
    You forgot to call the base class constructor for your thread.

    Thanks a lot, Now I am able to create the thread.

Similar Threads

  1. application parameter problem..
    By triperzonak in forum Newbie
    Replies: 7
    Last Post: 9th February 2009, 01:56
  2. Problem building application with custom widget
    By Uthar in forum Installation and Deployment
    Replies: 6
    Last Post: 19th January 2009, 17:57
  3. creating an application that does not appear to be windowed
    By sternocera in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 9th September 2007, 18:20
  4. Thread problem with windows
    By vratojr in forum Qt Programming
    Replies: 17
    Last Post: 16th June 2006, 08:34
  5. Problem building Qt4.1.0 with thread support on windows XP
    By pavithra in forum Installation and Deployment
    Replies: 1
    Last Post: 1st April 2006, 11:35

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.