| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 3 | |
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