Cross-platform toolkits have always been a market unto themselves. In the heyday of Unix, products such as Galaxy, XVT, and Zinc provided a solution for IT and for ISVs that could not afford to rewrite code for all flavors of OSes. When Java took over much of the cross-platform workload, these tools were relegated to the sidelines.
But, as years passed, it became evident that Java was not ideally suited to developing client-facing applications, and a new generation of GUI toolkits arose with strong open source roots.
One of those toolkits, Trolltech’s Qt, has evolved into a far more comprehensive library that provides robust support in such disparate areas as database access, XML processing, threading, network programming, and advanced data structures.
Backed by a commercial venture that offers a commercial license, Qt comes in three versions: the new Console Edition, a server-oriented package that bundles the non-GUI classes with a text-based front end; Desktop Light Edition, primarily the GUI toolkit; and Desktop Edition, which combines the two versions -- server back end with GUI front end -- and provides the most comprehensive libraries.
I looked at the Desktop Edition of the new Qt 4 release, and I found that improved graphics and multithreading support, as well as integration in Visual Studio .Net, make this toolkit significantly better.
The GUI Bits
Qt’s GUI toolkit is unique in that it uses the underlying operating system’s widget set to provide the interface. As a result, applications have a native look and feel. The set of widgets is remarkably complete. Beyond the standard controls, the library has toolbars, tool tips, grids into which images and rich text can be placed, drag-and-drop support, floating menu bars, and more.
A bundled visual design tool, Qt Designer, enables interactive GUI design. Qt Designer generates an XML metafile from which a utility generates the necessary C++ source code. To the widget set, Qt adds a complete, high-end rendering system including sophisticated drawing functions, OpenGL graphics, rich text, and imaging.
The rich text capabilities are particularly impressive: Qt automatically accesses the fonts available on the execution platform. Fonts can be chosen by name and characteristics; if the specified font is unavailable, Qt intelligently finds the closest matching typeface and size. You can combine letters from many fonts to provide true rich text.
The system also supports Unicode fonts, so all forms of foreign characters work correctly. Text can be wrapped around embedded graphics, and other rarely found text-rendering capabilities are built in, including 2-D and 3-D graphics, animation, and interchangeable paint engines (OpenGL, PostScript, and so on).
The non-GUI portions of Qt 4 handle some of portability’s most irritating details, the worst of which are parallel processing and the use of threads. Qt’s library abstracts the underlying threads’ resources and gives them a sane organization that borrows conceptually from both Windows threads and Pthreads.
Qt 4 also abstracts sockets, greatly simplifying network programming. It provides plenary support for HTTP, FTP, TCP, and UDP (User Datagram Protocol), and if you use your own protocol, Qt will support that, too.
| Test Center Scorecard | ||||||
|---|---|---|---|---|---|---|
| 30% | 25% | 25% | 10% | 10% | ||
| Trolltech Qt 4 | 10 | 9 | 9 | 8 | 9 |
9.2
Excellent
|

Sign up to receive InfoWorld Resource Alerts