Qt Creator is a comprehensive open source C++ IDE which is part of the Qt SDK from Digia.

learn more… | top users | synonyms (1)

0
votes
1answer
17 views

Display video using QImage in the same window?

I am trying to display the video taken by a simulator. I am implementing the QT code in ROS by including its header file. My code is running. PROBLEM:: Everytime the new window is opened to display ...
1
vote
1answer
20 views

How can I make QtCreator break on exceptions?

I am Debugging some BOOST unit tests in QtCreator and it sadly happened that they crash with an exception. How can I make QtCreator automagically break if any exception is raised? In Visual Studio ...
0
votes
1answer
11 views

Mercurial support in QtCreator 2.5.0 in Linux

There seems to be Mercurial support build into QtCreator 2.5.0 in Linux, I can run commands like hg status, annotate, whatnot directly from QtCreator. How can I, however, make QtCreator display ...
1
vote
1answer
33 views

QDialog crash while trying to setText() of QLineEdit right after setupUi()

After the initialization of one Qt dialog returns the pointer to the private data of one QLineEdit gets set to 0. While being inside the generated setupUi() of the dialog the pointer is still valid. ...
0
votes
0answers
14 views

Qt Creator's menu shortcuts not working in Ubuntu 13.04

After upgrading to Ubuntu 13.04, the menu shortcuts in Qt Creator no longer work. I mean where you press Alt+F to open the File menu, or Alt+T to open the Tools menu. They work for all other apps so I ...
0
votes
1answer
28 views

Compiling 32-bit Qt application using 64-bit package

I'm using Windows 8 64-bit, Qt 5.0.2 for Windows 64-bit and Visual Studio 2012. I have no trouble compiling and running my application on 64-bit OS, but apparently it doesn't work on 32-bit OS. Is ...
0
votes
0answers
35 views

Qt 4.7.4 and minGW 4.7.2 libs

I have 2 different projects build with MinGW 4.7.2 using CMake and I need to link these to a Qt graphical app. Qt version is 4.7.4. OS is Windows 8 64bits. The problem is that when I try to compile I ...
0
votes
2answers
38 views

Qt Gui Unit Test: Must construct a QApplication before a QPaintDevice

I managed to write a "Gui Unit Test" using this tutorial. However, when I compile my code I get this: PASS : testUnits::initTestCase() PASS : testUnits::toUpper() QFATAL : testUnits::testGui() ...
0
votes
1answer
12 views

QT Creator adds -Xarch

I was using the QT Creator with an old GCC, now i updated to the 4.8 version. But the QT Creator adds a -Xarch_x86_64 option, the GCC 4.8 tells me g++: error: unrecognized command line option ...
1
vote
1answer
25 views

Qt Creator use another GCC Version located in another Place

I installed a gcc 4.8.0 in the /opt folder. I put in my PATH, so when i do a gcc/g++ -v it returns to me the 4.8.0 version. But when i go to the QT Creator and compile my program with the c++11 code ...
0
votes
1answer
27 views

QT Creator: undefined reference to 'WinMain@16'

I am building a Unit-Test using this tutorial. However, when compiling my code I get these two errors: undefined reference to 'WinMain@16'. collect2: ld returned 1 exit status. why is this ...
0
votes
1answer
23 views

Qt Creator crashes loading Examples

There is an Example tab at the Qt Creator(2.6.1)'s Welcome page, which is supposed to show the already made Qt Project Examples. But whenever I click on that, Qt creator closes automatically. ...
2
votes
1answer
27 views

Values returned from a DLL differ between straight g++ and qt using g++

I have written a dll that uses an abstract interface to allow access to the c++ class inside. When I load the library dynamically at run-time using the LoadLibrary() function using a simple console ...
0
votes
1answer
46 views

Intel C++ error: “pair” is not a nonstatic data member or base class of class “std::pair<const int, double>”

I'm using Intel C++ compiler together with qmake in QtCreator. In my project I use a std::map. std::map<int,double> dataBase; dataBase[2] = 2.445; This code compiles and runs without any ...
0
votes
1answer
43 views

Qt unit-test: why “qmake” is not recognized

I managed to follow this tutorial in order to write my first unit-test. However, when opening a "cmd-console" from inside my project folder and try to rum qmake, i get the following error: 'qmake' ...
1
vote
1answer
18 views

Qt test-unit: Error: undefined reference to `imp__ZN5Q…

I am trying to create a "Qt unit test" following this tutuorial. I created a new project: Qt Gui Application with a header file as mentioned and a class that contains the test function. I added ...
1
vote
1answer
66 views

Qt creator: This application has failed to start because MSVCP110.dll was not found

Given that I downloaded the "Qt 64bit version" for my "Windows Vista", after the installation, the "Qt Creator 2.7.0" shows that it is based on "Qt 5.0.2 (32bit)". However, when creating a new project ...
0
votes
1answer
22 views

How do you configure Qt Creator to use both Qt4 and Qt5?

I download Qt Creator 2.7.0 (Based on Qt 5.0.2 (64 bit)). This seems to compile everything with Qt5. I know you can download the Qt4 SDK, but then how can i configure projects to use Qt4 instead if I ...
-5
votes
0answers
35 views

How to know the base class for .cpp files in Qt Creator [closed]

I am learning Qt Creator so I have downloaded a sample code from the web to understand. In the code, the sources folder contain three .cpp files (main.cpp, MyWindow.cpp and QOpenCvWidget.cpp). I want ...
0
votes
0answers
13 views

adding Doxygen plugin to qtcreator in linux

I want to add Doxygen plugin to QtCreator. I am using QtCreator 2.5.2 in ubuntu 12.10 and the latest Doxygen version for QT is 2.4.0. I've changed the doxygen.pluginspec file to get rid of version ...
0
votes
1answer
43 views

QT Creator - Unable to build HTML5 application

I just installed QT Creator 2.7.0 [Based on Qt 5.0.1 (64 bit)] on my Ubuntu 13.04 end. I tried creating a sample HTML5 Application and when I try to run it, some issues are encountered. Here's the ...
0
votes
1answer
17 views

How to make the “Locals and Expressions” debugging window operational with gcc 4.8?

I am using gcc 4.7 and gcc 4.8 together with QtCreator 2.7.1. The problem is that when I use gcc 4.8, I am unable to see the values of my variables in the "Locals and Expressions" window in debug ...
0
votes
1answer
28 views

Qt Creator Unit Test Project

In Qt Creator, when I create a new Unit Test project it will not build successfully if the full path to the project contains a space. I've tracked the bug down to the makefile produced by qmake. The ...
1
vote
1answer
21 views

ubuntu 13.04, can't see source files of c++ project in QT creator

On ubuntu 12.10 I've been using Qt Creator for a while. After updating to ubuntu 13.04 I've encountered the problem, that I can no longer see my src-files in the project editor. I only see the .pro ...
0
votes
1answer
46 views

Can you easily take a C++ project back and forth between Qt Creator and Eclipse?

I have an application I've been wanting to build for almost a year now. I studied programming in high school and college (BS IT) and find it relatively easy. The hard part for me has been the rest of ...
0
votes
1answer
42 views

Pthread_create error 11 with only 5 simultaneous thread

I have a problem in a multi threaded program. My program has 4 threads that are always here. We will name these thread from 1 to 4. The goal for my program is to communicate on a socket with a ...
2
votes
0answers
92 views

eof(), bad(), good() functions aren't detected by autocomplete

This code block: #include <iostream> #include <fstream> #include <string> using namespace std; int main () { string line; ifstream myfile ("example.txt"); if ...
-2
votes
0answers
38 views

Errors in Qt with OpenCv program

i am completly new to QT and openCv. I am getting the three errors when i am trying to build my program: 1. /mainwindow.cpp:48: error: #endif without #if LINE:48 ...
0
votes
1answer
71 views

Using Qt Creator C++ 11, nullptr is keyworded?

I'm using C++11 using Qt Creator. "warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]" "error: 'nullptr' was not declared in this scope" This is on code that works elsewhere, the ...
0
votes
0answers
23 views

qtcreator ui file to source file automation

I am using qt creator in ubuntu(qt 4.7). The creator generated .ui file. But I need the source code (.h and .cpp) file as I need to modify some code there. I use uic utility to generate the .h ...
0
votes
1answer
24 views

Git diff doesn't work after git stash pop

After git stash pop, there were some conflicts, things like: <<<<<<< Updated upstream int foo = 5; ======= int foo = 6; >>>>>>> Stashed changes I resolved ...
0
votes
1answer
36 views

How to disable version control features in Qt Creator?

I am using an independent version control management program (SmartGit) alongside Qt Creator, and I would prefer not to use Qt Creator for version control management. It is becoming a nuisance that ...
1
vote
1answer
61 views

QtCreator (2.7.0) does not process properly LIBS.

I have defined the following environment variable: PLATFORM_SDK=C:\Program Files\Microsoft SDKs\Windows\v7.0 Inside my project file I declared: LIBS += $$quote($(PLATFORM_SDK)/lib/SHFolder.lib) ...
1
vote
2answers
70 views

Qt GUI in designer or in code?

When it comes to designing a GUI in Qt, I am hesitating between using the designer in Qt Creator, or doing everything in source code. I'm using Qt widgets and not QML. If I use the designer I can ...
0
votes
1answer
43 views

Qt - Using asterisk (*) in .pro-File with directories

I have a .pro file which looks like: SOURCES += myfolder/source1.cpp \ myfolder/source2.cpp HEADERS += myfolder/header1.h\ myfolder/header2.h FORMS += myfolder/form1.ui\ ...
0
votes
1answer
15 views

How to import a project from Xcode to QtCreator

What I am trying to do is to create a graphic user interface for a program which I coded in Xcode, so my question is, how can I import the file in QtCreator and create a guy. I've tried New ...
0
votes
0answers
33 views

Unable to run ROS Topic Subscriber on QTCreator

I am trying to subscribe from a ROS topic via QT Creator and am using a class method for the call back. Below is the code I am executing, n.subscribe("gps_info", 1, &QNode::gpsCallback,this) I ...
-2
votes
1answer
59 views

C++ on Qt Creator, library or what? [closed]

I can't run my Qt project because of some errors that I don't understand. I think they refer to library errors, but I'm not sure, it also returns a strange warning. Can somebody try to run my project ...
-3
votes
0answers
40 views

Qt application stopped working after I run the .exe debug [closed]

I have built a Qt Application using Qt Creator 2.6.2 and Qt ver. 4.8.4 using OpenGL. When I compile it in Qt Creator, it works fine. But when I double-clicked the .exe file in the debug folder, It ...
1
vote
1answer
35 views

QtCreator 2.7.0 & class browser

Does QtCreator 2.7.0 offers some kind of class browser that given some headers can help you to filter classes, members and so on ? something like the html output from doxygen and its simple search ...
1
vote
2answers
40 views

Prefix headers in other IDEs than Xcode

The prefix header functionality in Xcode comes in handy quite often and I was wondering if other IDEs provide a similar functionality? Or is there even a way on compiler level? I've been looking for ...
1
vote
0answers
33 views

Strange behavior of QtCreator: no syntax highlight [Solved]

Platform: Qt 4.8.2, QtCreator 2.6.1, Win 7 Problems: My QtCreator sometimes failed to recognize changes of the header file. Segment of MyProject.pro SOURCES += somefiles.cpp \ ...
0
votes
0answers
21 views

Nokia & QtCretor Remote compiler invalid password

I install QT Symbian SDK from nokia site. I add "remote compiler". I registred on nokia website. From QTCreator I cant log in to nokia remote compiler. When i try log in i get invalid passowrd. I ...
0
votes
0answers
67 views

Qt Creator 32 bit with CUDA V5

I am trying to compile simple code CUDA on Qt in release mode. My .pro TEMPLATE = app CONFIG += console QT += core CONFIG -= app_bundle QT -= gui # Define output directories DESTDIR ...
0
votes
2answers
157 views

Visual C++ Compiler November 2012 CTP with Qt Creator for C++11

How to use Visual C++ Compiler November 2012 CTP in Qt Creator? And how to configure Qt library to that kind of usage? I need C++11 features like initialization lists. I khow how to set up CTP ...
-1
votes
2answers
55 views

How to make the Qt project file (.pro) platform dependent?

Is there a way to include different libraries depending on the operating system with Qt-Creator? In other words, is there an equivalent for the following lines in the .pro file: #ifdef Q_WS_WIN ...
0
votes
1answer
59 views

Qt creator I can't make my class become the recevier(slot)

Recently,I use qt creator to develop some demo,but I meet some problems about the qt creator.When I add a class to my project and write the follow codes: #ifndef BUTTONRECIVER_H #define ...
1
vote
2answers
46 views

Any way to automate a folder delete before building?

Basically, I want to delete the folder named: build-[Project Name]-Desktop_Qt_5_0_2_MSVC2010_32bit-Debug before compiling.
0
votes
2answers
63 views

OpenGL Widget works in creator but black when launched from .exe

I have been working on a Qt OpenGL project for a bit now for some school work. I had to re-build Qt 5.0.1 for my windows machine so I could use OpenGL proper. At the end of this project I need to turn ...
0
votes
0answers
32 views

Handling Signal Sent by “Stop” While Running Debugger in QT Creator

While running my program normally in QT Creator (on a Linux machine), when I hit the "stop" button, I am able to handle the SIGTERM signal and gracefully shut down my software. However, when I run in ...

1 2 3 4 5 27