Results 1 to 2 of 2

Thread: socketnotifier addition to qapplication.

  1. #1
    Join Date
    Jul 2013
    Posts
    6
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default socketnotifier addition to qapplication.

    When i connect qApp->thread() started signal to a slot to create socketnotifier,
    Qapplication is executing but socket notifier is not created. Any kind of suggestion is
    welcome.

  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: socketnotifier addition to qapplication.

    The application "thread" is never "started" after you connect the signal. This call simply returns a pointer which represents the original thread of the process.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QGraphicsScene and dynamic addition of QGraphicsItems
    By El Bazza in forum Qt Programming
    Replies: 7
    Last Post: 15th September 2012, 07:57
  2. Replies: 2
    Last Post: 1st August 2011, 06:30
  3. Replies: 0
    Last Post: 19th October 2010, 19:45
  4. Addition of images
    By merry in forum Qt Programming
    Replies: 1
    Last Post: 6th February 2007, 12:38
  5. <QtGui/QApplication> vs. <QApplication>
    By seneca in forum Qt Programming
    Replies: 5
    Last Post: 25th January 2006, 10:58

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