[Solved, sort of] How to draw a wireframe in Qt3D
Hello! This is (obviously) a Qt3D oriented post…I wasn’t sure where to put this; if it’s in the wrong place, let me know. I’m trying to teach myself Qt3D for an upcoming project. Part of what I need to...
View Article[SEMI-SOLVED] Update loop in Qt? QTimer no longer working...
I’m using Qt on top of a game and I need to call an update function regularly. I once did this by having a QTimer, with 0 in interval, calling an update function similar to what you see below. class...
View ArticleSaving QList with QSettings
Hi all. I’ve been using custom streams operators (<< and >>) for long time to save lists and structures with success. But now, I’ve tried to save a simple list (QTime and...
View ArticleQt4 Embedded libraries
How do I include the Qt4 libraries in a kernel build for the Beaglebone Angstrom 3.2 branch? At the moment, I am rebuilding the kernel frequently and when I want to run a Qt application on the...
View ArticleCompiling a library on a system with no qmake installation
I’m trying to compile a library that I wrote in Qt Creator using qmake on a remote machine which does not have qmake installed. I thought that running “make” on the qmake-generated Makefile would work...
View ArticleQt5 QSettings works wrong ?
Hi As I was trying to load some settings from ini file into my application tests (no QApplication object is present) I spotted possible error. QSettings settings(fileName,...
View ArticleProblem building Qt 5.1 for android
Hello, I’m trying to build Qt 5.1 for android on Mac (Mac OS X Lion 10.7.5). I already run ./configure, following this [qt-project.org] tutorial. But when i run the make i have this error:...
View ArticleQt5 on Android - missing QtActivityDelegate
Hello, I recently build (according to wiki instructions [qt-project.org]) a Qt5 for android. Now I can successfully build an app, but when I try to deploy it on my SE MK16i (Xperia Pro), all I get is...
View Articletype a text in a ScrollArea
Hi guys, I’m new in Qt and I need to write messages in a scroll area. How can I do it? My Scroll are will need a horizontal scroll bar too. Thanks.
View ArticleProblem with Qt5 installation in Mac Snow Leopard
I have downloaded the source code and tried to build Qt from scratch. Both the versions failed to installed (5.0.2 & 4.8.4). I have a mac snowleopard (v 10.6.8, 64 bit). Recently I have updated...
View Articleusing c# code in qt
hello, i have a c# code. it is using a third party dll as well. i want to use this code in my c++ code. i am having the latest qt creator version which works with visual studio 2010 compiler. OS is MS...
View Articlehow to output the data from tablemodel?
In the function sendSettingParameters(void) of class RemoteControl, I want to get all the data from QList<QList<QVariant> > stepTable in the class steptablemodel output to...
View ArticleHelp with QtSerialPort instalation
Hi. Can someone help me installing QtSerialPort in Qt 5.0.2 (32 bit) – Ubuntu. Can you tell me all the steps, one by one? I’m new to Linux. I already tried using what is on...
View ArticleSignal/Slot between Threads Qt 5
Hi People, I have a problem with Qt meta-type system and the signal and slot connections. I try to connect a signal and slot with each other. The signal looks like this: signals: void...
View ArticleEnginio Qt library release v0.3.0
Hi All, 0.3.0 version from Enginio Qt library was just released. Changes: Library is now provided as a Qt5 module FileOperation was added to QML side File upload was enhanced to support ‘chunked’...
View ArticleRunning Qt 5.1 Alpha
Hi. I’m sorry for this basic question, I’m just starting with Qt. I already did some tutorials using Qt 5.0.2 but because i need Qserialport and i could not install it i decided to try 5.1 because it...
View ArticleRegister QTreeView To Qml using QGraphicsProxyWidget (QtQuick 2.0)
I am trying to embed QTreeView into QML using QGraphicsProxyWidget. When I run my programme, there is a error hint that tells me my registered item is a QtQuick 1.0 item and it cannot be used in...
View ArticleQScollArea doesn't autoscroll when dragging inside it
I have some widgets inside a QScrollArea and I’m dragging between these widgets, the problem is that the QScrollArea doesn’t scroll when I’m dragging inside it, so if I want to drag between a widget A...
View ArticleGeometric shape recognition using c++
Hi all, lately I need to integrate geometric shape recognition into a drawing application that I am working on and I am looking for c++ libraries that could help with that.The idea is like this :For...
View Articlehow to install qt-commercial-charts-src-1.2.1
after install ‘qt-windows-commercial-5.0.2-mingw47_32-x86-offline.exe’,i want to try qt-commercial-charts-src-1.2.1.zip,may you tell me how to install by detailed steps?
View Article