Results 1 to 2 of 2

Thread: My scheduler and Qt

  1. #1
    Join Date
    May 2010
    Posts
    46
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question My scheduler and Qt

    Hi,
    this is my question: I have a qt application and i have another application that is a scheduler and works whit other application.
    I want through my scheduler read the event code of the qt application and make something when the qt interface is used. I want back an event that is in the code and processing it.

    It's possible? Can i don't use exec function on my qt application?

    In other words i want replace the "qt scheduler" (exec function) whit my scheduler.


    Can anyone help me, please?

    Thanks, bye

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: My scheduler and Qt

    Merging event loops is very problematic, to say the least, and this kind of design thinking usually indicates bad design.
    If you explain to us more about the end result you are after, we might suggest a better, and more realistic approach to solve your problem.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. How to make scheduler in QT4.4.2?
    By merry in forum Qt Programming
    Replies: 5
    Last Post: 31st August 2009, 12:31

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.