qt-creator
QML application window never appears while debugging with QTCreator
I`m trying to create simple QML application. I have QtSDK installed with latest QtCreator. So, i create new Qt Quick application. It launches well and shows \"Hello开发者_Go百科 word\" text. Then i tr[详细]
2023-03-11 18:13 分类:问答How do I let Callgrind access my Qt project's source code?
I built a Qt project in Debug mode with Qt Creator, ran Callgrind to generate profiling data and tried loading it into Cachegrind. I noticed that I only see profiling information for Qt classes, so I[详细]
2023-03-11 06:47 分类:问答QTestlib unit testing project to access the classes in the main project within QTCreator
I am using QT Creator and want to run开发者_开发技巧 my unit tests in a separate project. How do I reference the classes in the main project from my test project?I realise this is an old question, but[详细]
2023-03-10 18:14 分类:问答How can the install path be set for a qt project
I\'m looking for the equivalent to ./configure --prefix= for qmake.Basically, I want to override the default install/deployment directory.How is this specified with command line qmake?I also use QtCre[详细]
2023-03-10 12:03 分类:问答Non Qt console app in Qt Creator
I want to create the simple console app below in Qt Creator: #include <iostream> int main(int argc, char* argv[])[详细]
2023-03-10 08:38 分类:问答libqxt installation problem - features.path warning
I use Qt SDK 1.1.1 (everything installed exept experimental category) on Windows 7 and I\'m trying to set up libqxt libaries for this enviroment. I downloaded and unpacked libqxt tip and ran configure[详细]
2023-03-10 03:05 分类:问答some question about Qt Creator widget
could you help me? First: How can I make the size of main window in Qt Creator fixed,so users can not maximize?. I set resize propriet开发者_Python百科y to ( fixed ) but I still run the project and m[详细]
2023-03-10 02:43 分类:问答Setting up OpenNI + Kinect with QtCreator
I\'m trying to get started with Kinect programming together with Qt. Sample Code for Visual Studio 2008 works and compiles on my system. I tried to add the Include paths and libraries to the pro file:[详细]
2023-03-09 16:02 分类:问答setting up qt creator to work with tortoise svn on windows
I was wondering how one would set up qt creator 2.1.0 to work with tortoise svn on windows 7. I have been using tortoise for quite some time now and would like for it to work. I have tried to find som[详细]
2023-03-09 04:32 分类:问答Building with QtCreator and giving capability to Pcap
I am building a sniffer with Qt as GUI, pcap as capture library and QtCreator as GUI under Ubuntu 10.04.[详细]
2023-03-09 03:21 分类:问答