qt-creator
Building Qt Creator projects from command line
I\'m in the process of writing a build script to automate build and release tasks. I have a Qt Creator project which has three configurations, two of which I want to completely rebuild from scratch wi[详细]
2023-03-08 13:26 分类:问答QT: Ui doesn't refresh while Building
I got a problem with QT Creator. I changed some widgets in my UI-file but when I\'m building my program I get the old version without the changes. I already tried these things:[详细]
2023-03-06 05:19 分类:问答linking DLL's into c++ program QTCreator
I am somewhat new to this concept and am having some problems loading libraries at run time. On the development machine I am using, the libraries seem to get loaded properly and the program will run c[详细]
2023-03-05 23:49 分类:问答C++ Can't link Boost library
I\'m trying to compile this little piece of code from the boost documentation: (http://www.boost.org/doc/libs/1_46_1/libs/iostreams/doc/tutorial/filter_usage.html)[详细]
2023-03-04 04:22 分类:问答QT Style Comments (Intellisense?)
I noticed in 2.1 of QTCreator, that they now have a sort of intellisense similar to that of Visual Studio. I know intellisense is Microsoft\'s name for this concept of the helpful tooltip that pops up[详细]
2023-03-03 18:57 分类:问答Debugging symbian application using capability that can't be self signed
Right now I\'m learning Qt, especially QtMobility messaging. I deploy it to S60 FP 2, Nokia E72. But the application using capability that needed to have non self-signed license. Until now if I need[详细]
2023-03-03 12:36 分类:问答Qt Creator Code File Refactoring
I was wondering if anyone know of a quick and easy way to refactor the code files in my QT Project using QTCreator? Specifically I am trying to organize my source files and 开发者_运维问答Its a bit of[详细]
2023-03-03 05:03 分类:问答How to convert QtCreator project to Visual Studio project
I have a QtCreator project file *.pro How to convert it to V开发者_开发问答isual Studio 2008 project *.sln?You can also use the qmake command to do this.[详细]
2023-03-01 14:09 分类:问答How can Qt Creator be used as general C++ IDE (no usage of Qt library)?
I\'ve been looking around for a nice 开发者_StackOverflow中文版C++ IDE, and I really like the features and performance of Qt Creator, and I plan to use it to make Qt based applications down the road.[详细]
2023-02-28 03:14 分类:问答Is there a way to run Qt Creator from command line supplying a .pro file to open (or how do we deal with multiple Qt installations)?
I have multiple installations of Qt4 on my Windows XP SP2 machine and have installed Qt Creator 2.1 today. However, running the project (.pro) files spawns the oldest version of Qt Designer installed[详细]
2023-02-27 05:25 分类:问答