[[...]] What is Qt? I think it is a GUI library - anyone have more info? What makes it a good match for Tcl - or at least, of interest (other than academic)? [NEM] - Qt is the library used by [KDE] applications isn't it? [George Petasis] observes that "Under Qt, the programmer can control only a few aspects of how the widget looks. The vast majority of the appearance of the widget is determined by the theme." Also surprising, from a [Tk] programmer's perspective, is that a button can't be simultaneously decorated with an image and a label. George has prototyped a TkQt at [ftp://www.iit.demokritos.gr/pub/skel/petasis/tcl/TkQt.tar.gz]. An alternate URL for the same file is [http://www.iit.demokritos.gr/~petasis/Tcl/TkQt.tar.gz]. ---- [CL] collects more Qt references at http://phaseit.net/claird/comp.windows.misc/Qt.html .