I\'m trying to use new C++0x features in Qt Creator under Windows (Qt Creator 2.0.1). I read开发者_运维百科 the thread Configuring the GCC compiler switches in Qt, Qt Creator, and QMake and added QMAK
I\'m using QTCreator as a code editor for my C++ project, not using the real features of the qmake compilation process.
I would love to program in python using only QtCreator. I have already used QtCreator to teach GUI programming to undergraduate students and they loved it. We have discussed several times the possibil
This shouldn\'t be an unusual problem, but I cannot find anything about it at google or at other search machine.
Qt creator has option to promote one widget to customly created class that derives from base widget - I want to use that to promote widget to class in current project. Qt creator asks me about class n
Project was doing fine, running fine, compiling fine. Until some seemingly random time it stopped being fine.
I have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11
Greetings! I have a weird problem and i cannot find any answer anywhere on the webs. I have Qt-Creator 2.0.1
According to qt.nokia.com, Qt is a \"cross-platform application and UI framework\", allowing you to \"write code once to target multiple platforms\".The Qt SDK is a \"complete development environment\
I need to compile my Qt project using a static version of the Qt SDK. So I have compiled from source a new SDK using these steps: