qt5.1 Questions

4

Solved

When I compile a project under Qt Creator 2.8 / Qt5.1 with VS 2010 all is fine. If I do the same with MinGW I get the following error. error: #error This file requires compiler and library suppor...
Bis asked 22/10, 2013 at 16:29

4

Solved

I am deep into building a Desktop Application with QML and Qt Creator and I am currently researching keyboard handling and how it works with QML elements. I am already aware of the lack of proper Q...
Shopwindow asked 30/8, 2012 at 8:25

2

Solved

I have installed the Qt5.1.1 and create a new Gui Application. The code in mainwindow.h shows: #if QT_VERSION >= 0x050000 #include <QtWidgets/QMainWindow> #else #include <QtGui/QMainWi...
Ancestor asked 1/12, 2013 at 15:59

5

Solved

How to include an external file into 'apk' ? Example: There is "123.txt" in the main directory where .pro file exists. What should I add to pro file to put "123.txt" into apk. I tried DEPLOYMENT...
Hamitosemitic asked 13/12, 2013 at 18:49

2

Solved

I'm trying to access mysql using Qt5.1.1 but i am getting the error the error below. I also searched a lot on google but unable to fix it.Please suggest me a solution so that i am able to resolve t...
Whacky asked 31/1, 2014 at 9:31

1

I have created my own custom widget and I want to support internal drag and drop for the widgets. I have added 4 of my custom widgets in a vertical box layout. Now i want to drag and drop the cust...
Smithy asked 8/12, 2013 at 12:20

2

This question was asked on this thread, but is was closed as "off topic", which is confusing to me. This not a question looking for an opinion. This is a legitimate issue with concrete details and ...
Carry asked 19/11, 2013 at 19:32

1

Solved

I want to show a context menu when right-clicking on TableView rows. I tried this code: import QtQuick 2.0 import QtQuick.Controls 1.0 TableView { id: tableView width: 300 height: 200 TableVi...
Dutchman asked 7/12, 2013 at 22:42

1

Solved

This is a QML newbie question. From the table view example I have code like this: Column { anchors.top: toolbar.bottom ..... TabView { id:frame ...... Tab { title: "XmlListModel" ... } ...
Unattached asked 23/10, 2013 at 12:13
1

© 2022 - 2024 — McMap. All rights reserved.