I\'m making the transition from Eclipse CDT (with Qt integration plugin) to QtCreator 2.0 but there is still one thing that bother me with QtCreator :
I have some constructor for the class LCDRange: LCDRange::LCDRange(QWidget *parent) : QWidget(parent) {
Can somebody please explain, is it possible to chec开发者_StackOverflowk memory leakage in qt creator, if yes, how?I don\'t think so. However you can use valgrind, but it might pick up any leaks in th
So I made a program using Qt Creator (Windows) and I compiled and ran it.It runs fine on my computer, but when I send it to a buddy of mine, he gets these errors:
Starting: C:/Qt/2010.02.1/mingw/bin/mingw32-make.exe -w mingw32-make: Entering directory C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot\'
I begin to study qt (I have qt creator, last version), so I read the reference how to begin to work with it and I\'m trying to compile project \"Animated Tiles\" but I receive an error, can somebody p
Is it 开发者_运维知识库possible to step into Qt sources, e.g. qmainwindow.cpp, in Qt Creator? At the moment I\'m seeing the disassembly, but it would be nice to see the sources instead.Of course! But
I am using Qt 4.5 and having Qt Creator as the IDE. I am quite comfortable with it. I know we can open the .pro files (from the Qt Creator) in the Visual Studio IDE. But how about the reverse? i.e How
I would like to make开发者_如何学Go a plugin for Qt Creator, and I want access to the parsing files (AST) in Qt Creator. For example if you right click on a variable, retrieve its type.
I\'m new to Qt Creator and I have several questions regarding multiple build configurations. A side note: I have the QtCreator 1.3.1 installed on my Linux mach开发者_StackOverflow社区ine.