Top "Qt5.1" questions

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

Error : 'QtGui/QMainWindow': No such file or directory : Qt 5.1.1

I have installed the Qt5.1.1 and create a new Gui Application. The code in mainwindow.h shows: #if QT_VERSION &…

windows qt5.1
Qt: CONFIG += C++11, but -std=c++0x

When I compile a project under Qt Creator 2.8 / Qt5.1 with VS 2010 all is fine. If I do the same with …

c++ c++11 mingw qt-creator qt5.1
Qt Creator 2.8.1 + MSVC 2013 Express = No compiler can produce code for this Qt version

This question was asked on this thread, but is was closed as "off topic", which is confusing to me. This …

visual-c++ qt-creator windows-8.1 qt5.1
Qt 5.2 Including External File into an Android Package?

How to include an external file into 'apk' ? Example: There is "123.txt" in the main directory where .pro file exists. …

qt apk qt5 qmake qt5.1
How to serialize a QJSonObject?

I am new to the JSON and I started experimenting with it, but I couldn't manage to save any of …

json qt5.1
qt5.1.1 mysql ubuntu QMYSQL driver not loaded

I'm trying to access mysql using Qt5.1.1 but i am getting the error the error below. I also searched a …

mysql ubuntu qt4 qt5.1
How to show a context menu on right click in TableView rowDelegate

I want to show a context menu when right-clicking on TableView rows. I tried this code: import QtQuick 2.0 import QtQuick.…

qt qml qt-quick qtquick2 qt5.1
Assigning Keyboard Shortcuts to QML Components

I am deep into building a Desktop Application with QML and Qt Creator and I am currently researching keyboard handling …

qt qml qt-quick qt4.7 qt5.1
How to access data in QML TableViewColumn delegate?

How to access the current item in a TableViewColumn? TableView { id: atcTableView model: myatclist ... TableViewColumn { ... } TableViewColumn { id: atcTableViewColFreq role: "frequency" …

qt qml qt5.1