Qt and BB10
I am quite excited about Blackberry 10. RIM’s development tools are looking pretty good. As a C++ programmer, I am pleased with my initial experience with the toolchain. Blackberry 10 comes with a full...
View ArticleQt on Android and BB10 experience
Finally I have managed to port a small desktop app to Android and Blackberry 10. The app was based on QWidgets and was based on Qt 4.8. The app was not for open distribution unfortunately so I can’t...
View ArticleQt Creator on Windows
I have been using Qt Creator on Linux for a while now for my C++ based projects. Qt Creator has a nice editor with fairly speedy autocomplete and good refactoring support. I typically use CMake and Qt...
View ArticleQt Creator and VS 2013 (Express)
I had previously noted that I installed Qt Creator 3.0 and it automatically detected compiler toolchains, CMake etc. At that time I was running VS 2010 Professional. I recently moved to VS 2013...
View ArticleSpecifying OpenGL version to Qt Quick 2
UPDATE (24th May, 10.20pm EST): Corrected some errors below. I was looking at how to integrate custom OpenGL content inside a Qt Quick 2 application. Qt Quick 2 has several solutions, and settled on a...
View Article