Qt is a cross-platform application development framework widely used for the development of GUI programs.

learn more… | top users | synonyms

1
vote
4answers
25 views

Can not add another window to my project

I am trying to build a Qt application where more than one window can occur. Example: there is a main window and there is a settings menu on it. When settings menu is clicked, I want that another ...
0
votes
1answer
16 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 ...
2
votes
6answers
40 views

way of defining class in a namespace

I defined a class in a namespace in a header as follows #ifndef _c1_ #define _c1_ namespace classspace { class Aclass; } class Aclass { //body }; #endif _c1_ I added this header to ...
0
votes
0answers
40 views

Still stumped on ValueError

about 2 days ago I asked pretty much the same question at Python 3 ValueError deleting from list. I've now modified my code slightly, but the game still seems to have a really rough way of looping the ...
0
votes
1answer
12 views

How to distinguish objects that inherits QGraphicsItems when stored on QGraphicsScene.selectedItems()

Here is the situation: There are two classess that inherits both QGraphicsItem and QObject - Car and Bike. There are several objects of each class visualized using QGraphicsScene myScene. At some ...
0
votes
0answers
29 views

Issue with Qt Creator LIBS path?

I'm having a simple yet extremely annoying problem with adding the external library files in QtCreator. I'm adding them via the following lines in .pro file: INCLUDEPATH += ...
0
votes
0answers
18 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. ...
0
votes
0answers
13 views

Insert text into the textbox in qwebview through virtual keyboard

I am developing a virtual keyboard in qt. I want to display it in QWebView when user taps on a text field in web page. I am able to pop up the kayboard on user click. But not able to put the text into ...
0
votes
0answers
25 views

Why doesn't my Qt Creator know QPolygon?

I have the following simple code. I just start writing my application and get stuck on this problem: Qt Creator tells me, that QPolygon file or directory doesn't exists. I checked it with QT ...
2
votes
1answer
36 views

How to change the C++ Runtime Library setting in QtCreator?

I'm absolutely new to Qt. I've made a program using C++ in Visual Studio 2010 in which I use the external library from Dcmtk. I now want to add a user interface to that program. In my original program ...
0
votes
0answers
24 views

Linking in a custom library with custom stylesheets and graphics [SOLVED]

I have two Qt projects. The first project builds a library that provides a widget for the main window. The second project then uses this library and creates custom widgets to plug into it and define ...
1
vote
1answer
14 views

Unable to use QtSqlDriver to retrieve data from a table with “.” in column names

I have a SQlite database I'm trying to read with the QtSql.QSqlTableModel. The issue is it won't read any table where the field name contains a "." via the setTable method. As an example if I have ...
0
votes
1answer
27 views

Visual Studio 2010 - Cannot open source file <QtGui/QApplication>

I'm under Visual Studio 2010 and have installed qt-vs-addin-1.1.11-opensource.exe and qt-win-opensource-4.8.4-vs2010.exe. There is Qt in my VS menu. When I tried to start Qt4 project->Qt ...
1
vote
1answer
15 views

Combine toolbar and title bar in Qt

How can the toolbar be implemented in the top bar, like, for example, Tiled has it done? Normally, the toolbar looks like the follows: Example code how it is currently: class MainWindow : public ...
0
votes
2answers
43 views

A layout is set, but the QWidget still looks empty

I'm currently working on a basic school project, and I can't figure how to solve a problem that I'm currently encountering. Please keep in mind that I'm a beginner in both C++ and Qt, so the error ...
0
votes
1answer
13 views

How to use QThreads with libtorrent in PyQt?

I want to write some simple PyQt torrent client, but I've got some snag with that. I would like to run some loop which takes care of downloading files (simple code using libtorrent) in a PyQt code. ...
1
vote
0answers
37 views

Searching for QtConurrent substitution (map-reduce)

I heavily used Qt concurrent in my projects, until recently found that is does not work. So, is there any substitution? I'm especially interested in map-reduce concept implementation. I've looked ...
0
votes
1answer
40 views

slots and signals for multithreading

I have a job in pthread which prepares a data set for plotting. Then I need to display this data in a main window like a graph. How can I transfer the data set form the thread to the rendering widget ...
0
votes
0answers
19 views

QCustomPlot sometimes fails to start for Release build

I have a strange problem with QCustomPlot. In my code, I need 3 plots, so in mainwindow.h, under private: I declared QCustomPlot *plot1, *plot2, *plot3; However, when trying to run the program in ...
0
votes
1answer
26 views

is there any limitation of how fast or how many times signals can be emitted in Qt?

i was experimenting with QThread the other day and i wanted to create an infinite loop by using signals only and not for, foreach or while but then my code would crash after emitting the signal and ...
0
votes
1answer
28 views

QtMainWindow initialized event

I need to start a job when QMainWindow and all its widgets are initialized and rendered. How can I catch such event?
0
votes
0answers
17 views

Using log4cxx with a Qt library

Good afternoon guys, I'm working on a project that is using a Qt library in Visual Studio 2008. In this project I am using log4cxx 0.10.0 which is working fine. However, I am unable to get it to ...
-1
votes
0answers
30 views

How does the TrollTech / Nokia QT Licensing work these days?

I'm not very grounded in what the LGPL and GPL v.x permits you to do, so I'll try to post this question here on SO. My initial thoughts around this is: If you're going to sell the application you ...
2
votes
1answer
24 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 ...
1
vote
0answers
12 views

Displaying image as background of QGraphicsScene

I try to use QGraphicsView to display a map with some QGraphicItem-subclass showing region centers of the map. Conceptually, I organize the map as follow: QGraphicsView QGraphicsScene ...
0
votes
1answer
36 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' ...
0
votes
1answer
26 views

Fully disable window resize

Is there a way to remove resizing arrow in qt GUI application? I used: setFixedSize(size()); to make window not resize, but there still appears those arrows when crossing arrow on border of window. ...
0
votes
1answer
26 views

UI problems when changing the screen-resolution

I'm new to Qt and am having problem when I change the resolution of my application. I'm working with embedded application, using DirectFB. My UI was designed for 1280x720, where it works fine! At ...
2
votes
2answers
87 views

unmount USB drive in C++

I am developing a Qt application for Linux (Ubuntu) in which I use USB drive to backup some content. Application should unmount the target drive after copying stuff. I have a udev rule file to mount ...
0
votes
1answer
15 views

How to get QGridLayout item by clicked QPoint?

I have grid of QFrames in QGridLayout and a popup menu with some actions, which are targeted on the cell where mouse right click happens. On the implementation of ContextMenuEvent I get clicked QPoint ...
0
votes
2answers
32 views

Adding characters to each line in a QString

I have a QString with a multi-line text without space at the begining like: Lorem ispum Dolor a si met Hulu il it er and I would like to add space to each line to obtain something like ...
0
votes
0answers
38 views

How to use QPainter to draw large amount of text?

Is it possible to use drawText() in PaintEvent() to draw 15Mb of text data...? If yes then how? I am drawing text but not getting more than 10Mb.
-3
votes
1answer
24 views

How to get the SerialNumber of MAC Laptop in QT

I am developing a desktop application for OSX using QT. How can i get the serial number of the OSX machine using QT API's.
1
vote
1answer
51 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
2answers
18 views

Modify color QTreeWidget

How to change the color of every text in QTreeWidget (item text, name of column)? In fact, I have a QTreeWidget inside a GroupBox and when I have modified the styleSheet of my GroupBox, this was ...
-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 ...
1
vote
0answers
40 views

HTML5 or Qt5 & Qt Quick?

I would like to ask, which one is mostly preferred development technology among HTML5 and qt5 ?; mainly on embedded devices by considering performance, animation effects. Also I would like to know few ...
1
vote
2answers
83 views

Qt - Why add '&' to the string?

QPushButton *quitButton = new QPushButton("&Quit"); Why add a & to the Quit? Removing & and it seems the code behaves the same.
0
votes
0answers
12 views

Qt ActiveX data types

I am developing a C++/Qt application that communicates with an ActiveX server. I try to use a function that returns a reference to an array of floats as a parameter. The function prototype is: ...
0
votes
0answers
22 views

Creating an instance oh Phonon Video Player crashes application

I am trying to make a simple form with Phonon Video Player on it. To do that, i am using following code: _pvp = new Phonon::VideoPlayer(Phonon::VideoCategory,ui->page_2); where _pvp is of type ...
1
vote
1answer
18 views

How to use HTML inside of translatable strings in Qt?

The Qt tutorial for translatable texts does not mention whether it is possible to use HTML inside of a translatable string. However, some examples I found use it, so it seems to be possible. ...
0
votes
2answers
27 views

Qt+VS2010 - Unresolvable external symbol LNK2001

All I have is a main.cpp: #include "myclass.h" #include <QApplication> #include <QTextEdit> #include <QtGui> class Notepad : public QWidget { Q_OBJECT public: ...
8
votes
6answers
260 views

Is there a safe way to use C++11 Smart Pointer and the Interface for Raw Pointer together?

I want to use C++11 Smart Pointers in new projects, and encounter a problem. Many current projects still use raw pointers as parameters in their interface and have no interface for smart pointers, ...
0
votes
0answers
29 views

Qt location for Raspberry pi compiled

Has anyone successfully compiled the Qt Location for Raspberry Pi? I want some guidelines on how to do that.
0
votes
0answers
12 views

How to use QML with pyQT?

I would like to implement few simple animation using QML scripting in my pyQT application. Is it possible with pyQT? Or do I need to go for Qt/C++ ?
0
votes
2answers
20 views

How to make compiler check what's given to SIGNAL()?

In writing a Qt4 app, I clumsily wrote: QObject::connect(spinbox, SIGNAL(vlaueChanged(int)), .... and it compiled, and it ran, but of course the spinbox didn't have any effect. Such misspellings ...
0
votes
0answers
23 views

How does Qt on Windows draw exactly? Does it call GDI internal to draw?

I'm developer on Windows and I have some experiences on WinAPI programs. As far as I know, there are two ways to draw on Windows, call GDI (includes wrapper of GDI like GDI+) to do traditional drawing ...
0
votes
0answers
23 views

Marshalling return values from hooked method

I need a little help returning from a function that I have intercepted using EasyHook. The function is: QByteArray QIODevice::read(qint64 maxSize) ... and if you want to read more about it, go to ...
-1
votes
1answer
25 views

Is it possible to add mp3 to a hand posture gesture using QT4

I am really new to QT development. I recently found a way to play mp3 sound using phonon. I want to assign that mp3 sound for a particular static hand posture gesture in my Qt-project. Is there any ...
1
vote
2answers
36 views

How to draw a line at angle in QT?

I have a co-ordinate and an angle. Now I want to draw a line from the co-ordinate upto certain length with the specified angle. How can i achieve this?? Can someone give any idea?

1 2 3 4 5 419