Tagged Questions
Qt Creator is a comprehensive open source C++ IDE which is part of the Qt SDK from Nokia.
18
votes
4answers
46k views
Adding external library into Qt Creator project
How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function EnumProcesses() requires Psapi.lib to be added in the project to build.
Thanks ...
17
votes
12answers
9k views
Qt: Should I use Visual Studio, Qt Creator or something else? [closed]
I realize that there have been similar questions, but they seem to have been from when Qt Creator was still in beta, so the answer might have changed since then:
We are going to start a project with ...
15
votes
3answers
5k views
How to create a subdirectory for a project in qt-creator?
I would like to divide my qt project into several directories, because it is growing pretty large. However, when I click in browser in qt-creator, there is no 'Add directory' and no such thing in 'Add ...
13
votes
3answers
2k views
How to avoid entering library's source files while debugging in Qt Creator with gdb?
How can I configure Qt Creator and/or gdb so that while debugging my program using Qt libraries the debugger would avoid stepping into Qt's source files?
12
votes
7answers
715 views
Should the name of my classes begin with 'Q' in Qt?
When I first started working with Qt, it was extremely annoying that every class has a name beginning with 'Q', but now I've got used to it.
I'm using Qt Creator, and it highlights code quite well.
...
12
votes
8answers
6k views
Why does my QT4.5 app open a console window under Windows?
I've been playing around with Qt Creator 4.5 under Linux. My application builds just fine under Linux, but if I build in Windows, the app always opens a console window at startup.
Can I stop it doing ...
10
votes
2answers
7k views
Configuring the GCC compiler switches in Qt, QtCreator, and QMake
I recently tried to use Qt Creator 1.3.2, Qt 4.6.2, and GCC 4.4.0 (32-bit version) on Windows 7 (64-bit) to compile an application using some of the experimental C++0x extensions and encountered the ...
10
votes
2answers
1k views
Configure Qt Creator to work with CDB [closed]
Possible Duplicate:
How to get Qt Creator to work with CDB?
I am trying to use Cdb with Qt Creator. I don't know what Qt Creator needs for its Symbol paths or Source Paths and I can't seem ...
8
votes
2answers
187 views
Can I prevent debugger from stepping into Boost or STL header files?
I'm using Qt Creator with gdb to debug my C++ code on a Linux Platform. Whenever I use a boost::shared_ptr or the like, the debugger steps into the header files containing the boost implementation ...
8
votes
6answers
1k views
Best Practices for “Cross-Platform” Development with Qt
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" ...
8
votes
2answers
17k views
How to add include path in Qt Creator?
I have a project I'm working on in Qt creator that requires a third-party library. I want to add the headers to the include path for the project. How do I do this?
8
votes
6answers
853 views
Is there a good source for 3rd party QT GUI controls?
I have tried to find them through Google but haven't had much luck. I know the number of 3rd party controls is not as big as .NET or Java, but surely there are some out there better than what comes ...
7
votes
2answers
118 views
How to copy Qt runtime DLLs to project output
I have a simple project created in Qt Creator (installed using Qt SDK 1.1.4). It runs just fine from within Qt Creator, but if I then browse to the output directory in Windows and double-click the ...
7
votes
3answers
9k views
Qt Creator - how to set application icon?
How do you set application icon for application made in QtCreator. Is there some easy way?
7
votes
3answers
1k views
Automatic increment of build number in QT Creator
I would like to have a variable (or #define) in C++ source that will increment each time I use QT Creator to build source code. Is there any way I can do this, perhaps some QT Creator plugin or ...
7
votes
2answers
4k views
How does Qt Creator shape up against Eclipse CDT?
Qt Creator looks like such a nice IDE... I've been using Eclipse CDT for a while and it's just a little too buggy for my liking, but it does the job.
Anyway, my question is, can Qt Creator do the ...
7
votes
10answers
11k views
How do I create a custom slot in qt4 designer?
I don't know how to do this. Whenever I use the signal/slot editor dialog box, I have to choose from the existing list of slots. So the question is how do I create a custom named slot?
Thanks
6
votes
3answers
595 views
How can Qt Creator be used as general C++ IDE (no usage of Qt library)?
I've been looking around for a nice 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. However, for right now, I ...
6
votes
4answers
545 views
What .gitignore I should use with QT projects? (QT Creator)
So, after little thinking I have wrote the following:
# In repository we don't need to have:
# Compiled object files
*.o
# Generated MOC, resource and UI files
moc_*.cpp
qrc_*.cpp
ui_*.h
# Debug ...
6
votes
1answer
3k views
QtCreator and Command Line Arguments
Is there a way to send command line arguments to a program being debugged in QtCreator?
6
votes
3answers
16k views
Using a static library in QT Creator
Greetings,
I'm having a hell of a time finding documentation which clearly explains how to use a static library in QT Creator.
I've created and compiled my static library using QT Creator ...
6
votes
3answers
3k views
Simultaneous development in Visual Studio and Qt Creator
I'm going to develop a bunch of projects with Qt that should compile both under Visual Studio with Qt integration (commercial) and Qt Creator with LGPL SDK. My primary IDE is VS but I've grown to like ...
6
votes
5answers
2k views
Unit testing in C++
I've been reading a lot about Unit tests and Test Driven developemnt.
Recently, I also read java unit test code.
I however, prefer to develop in Qt. So I googled up "unit testing in c++" and found a ...
5
votes
1answer
68 views
How to make Qt Creator to show pop-up documentation of my functions the same way it does for the functions from the Qt library?
When you place the mouse pointer over any Qt function/class it shows a pop-up with short description of what it does, taken from the docs in the comment above the function/class.
For my ...
5
votes
1answer
286 views
Qt project structure - advice needed
I'm currently working on a project based on Qt4/QtCreator. I'd like to ask You for advice on how to organize my application.
There are 3 seperate tools, each has it's own view. All views are ...
5
votes
1answer
604 views
Unit testing setup in Qt Creator
I am using Qt Creator with qmake to create my project and my test project (QTest-tests). I have the test project running on its own now, but I have a hard time to understand how to test classes from ...
5
votes
1answer
2k views
C++0x with Qt Creator
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 QMAKE_CXXFLAGS += ...
5
votes
2answers
1k views
Is Qt Quick the way to go to build a modern GUI for a C++ application?
After 4 years of absence I'm finally coming back to Qt development again. I'm quite impressed by the development it has gone through, but also a bit confused by Qt Quick, which got just introduced in ...
5
votes
1answer
4k views
QObject: Cannot create children for a parent that is in a different thread
I am using Qt Creator 1.3.0 with Qt 4.6.0 (32 bit) under Windows 7 Ultimate. Consider the following QThread:
Header
class ResultThread : public QThread
{
Q_OBJECT
QString _post_data;
...
5
votes
4answers
1k views
Eclipse/RCP (SWT) vs Qt Creator (Qt) as a framework for plug-in development?
I have known many good applications (including UG Team Center, IBM Lotus Expeditor etc.,) developed over Eclipse (RCP Framework). Of late, i find some application developed over Qt Creator exploiting ...
5
votes
3answers
2k views
Qt Program deploy to multi platform, how?
Am new in Qt Programming and i would like to develop a program which i want to run in Windows, Linux(ubuntu), and Mac.
I heard that Qt support mutli-platform application development,
but my ...
4
votes
1answer
207 views
Qt: passing variables to subprojects
The structure of my project is as follow:
Proj
Proj.pro
--subProj
--subProj.pro
----subsubProj
----subsubProj.pro
Is there a way i can instance a global variable in subProj.pro and call it en e.g. ...
4
votes
4answers
613 views
Qt4 how to add 16px/32px/… icons for my application?
how can I setup icons for my Qt application ?
Do I have to provide 16px,32px icons and so on ?
Or will Qt automagically resize them to fit current requirements ?
4
votes
5answers
4k views
How do I set up Qt paths in Visual Studio 2010?
I just downloaded and installed the latest versions of the Qt SDK, Qt Creator, and the Qt add-in for Visual Studio (I'm running VS 2010).
First, I tried creating a Qt project in VS2010. It came up ...
4
votes
2answers
1k views
Do you know of any effort to integrate PySide/PyQt development in Qt Creator?
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 ...
4
votes
1answer
2k views
QtCreator importing makefile projects
have You ever tried to import classic c++/make project into QtCreator ?
Lets say I wanted to use in my gui project some library that needs to be build.
How can I do this ?
Thx.
4
votes
1answer
3k views
what's the difference between Qmainwindow and Qwidget and Qdialog?
whats the difference between Qmainwindow and Qwidget and Qdialog in Qt programming.
Are they similar with java awt and java swing?
4
votes
3answers
182 views
Debug into Qt sources
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.
4
votes
10answers
1k views
How to compile a C project with more than one main function?
I am new to C, and now read some textbook and going to apply its examples.
The problem is, whenever I creates a new project and try to put more than one file that contains a main function, the linker ...
4
votes
3answers
2k views
QLabel embedding in QStatusBar using Qt Designer
Is there any solution to embed a QLabel in QStatusBar using Qt Designer?
4
votes
2answers
776 views
Debugging asserts in Qt Creator
When I hit a normal assert statement while debugging with Visual Studio I get the option to break into the debugger so I can see the entire stack trace and the local variables, not just the assert ...
4
votes
3answers
1k views
USB barcode reader in Qt4
I was wondering how could I integrate a USB barcode scanner into a Qt application, as well as a barcode printer.
I looked for tutorials but didn't find anything interesting out there. Any ideas?
...
4
votes
2answers
817 views
Qt app text size incorrect under MacOSX
Designing UIs with QtCreator under Windows, and porting the same .ui file under MacOSX leads to designs with some text parts very small -- actually, the HTML ones. It seems it comes from the fact that ...
4
votes
2answers
710 views
Compile one file in QT Creator
How to compile only one file from project in QT creator.
Is there a hotkey?
For example in VS you can press Ctrl F7 and compile your current cpp file.
4
votes
1answer
2k views
Configure Qt Creator to work with GDB
I have both GDB and CDB in my machine. My Qt creator is using the CDB for debugging. How do i configure it to use GDB? I tried to point to the GDB path, but it doesn't work. How do i set Qt Creator to ...
4
votes
5answers
9k views
Console input with Qt Creator
I'm developping a very simple app on my Mac using QtCreator.
It's a console application and I want the user to enter its name, and then I display his name. Here is the code :
#include ...
3
votes
1answer
79 views
creating more than one dll in a qt project
I am working on a project in qt Creator and I would like to create a couple of dlls as well as an exe. Can I do this in one project or would I need to split my word into three separate projects?
3
votes
1answer
55 views
Is there a way to open two source files simultaneously in Qt Creator 2.3?
I'm using dual monitor, so I would love to drag my current source view to another window so that I can compare it with others. Unfortunately, I couldn't find an option that let me do this in Qt ...
3
votes
1answer
100 views
Why wouldn't qCritical or qDebug work when called from a destructor?
I have a multi-threaded application I was originally developing using Qt 4.6 and Qt Creator 2.2 (or possibly 2.1), and recently I upgraded to Qt 4.7 and Qt Creator 2.3 (this is all in Windows). I had ...
3
votes
1answer
70 views
Can __FILE__ and __LINE__ be made linkable when printed to Qt Creator's debug console?
Header:
#define TRACE_ERROR(s) \
{
...
char TraceBuffer[512];
sprintf(TraceBuffer, "%s\t(%s:%d)", s, __FILE__, __LINE__);
DebugErrTrace(TraceBuffer);
...
}
...