Qt/Windows Open Source Edition to support VS Express

So here is more dramatic news following the Qtopia Phone is completely GPL announcement. A couple of years back, we made a big move by Open Sourcing Qt for Windows. The Open Source edition of Qt/Windows supported only MinGW (and MinGW/MSYS starting Qt 4.3). The MSVC Makefile, project generator and the Integration was available only […]

Qt/Vista webinar

Naren Karattup (our product manager) and I did a webinar two weeks back titled “Bringing C++ to Vista: Leveraging Your C++ Code-Base to Create Native Windows® Vista™ Applications”. If you missed it, you can now see it offline here. From the webcast link “We recommend the following operating systems: Windows XP SP2, and Mac OS […]

Backgrounds, Pseudo states – Qt 4.3 Style Sheets

Since I will be posting lot of Style sheets, I figured this is about the right time to point out that Qt 4.3 Designer has a built-in CSS Syntax validator and highlighter. Just right click on any widget and “Edit Stylesheet…”. (screenshot here.) Background Qt 4.3 introduces support for background images in any QAbstractScrollArea derivative. […]