Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, March 2002
Is it possible to use Qt without a GUI thread?


Message 1 in thread

Hi!
I am very new at Qt and embedded software as a matter of fact. 
My problem is that I need to display text and lines to a small screen. The
core of the application is written in Ada, and I am wondering if in some way
it is possible to draw text and lines (using the QPainter maybe?) without
creating a GUI thread (this is to avoid using messages queues or IPC)? 

Thanks
Joelle