System tray update

Thanks to some great work by Sam Magnuson, QSystemTrayIcon::showMessage() will support Growl on the mac in Qt 4.3. With this change, supportsMessages() no longer returns false on any of our desktop platforms. Here’s the obligatory screenshot: Note that the documentation for showMessage() states that messages are not guaranteed to be displayed. As a result, we […]

Auto completion

Lost in all the Qt 4.2 publicity for Widget Style Sheets and Graphics View is the auto completion framework which makes it easy to provide auto completions in just about any widget. The framework is really just one class – QCompleter. The completer provides support for three completion modes – Inline, Popup and Unfiltered Popup. […]