VS Plugin v1.2.3 Alpha for 2008, 20010, 2012, 2013... Configuring QT plugin...
Hi all… I installed the plugin (alpha) to integrate with VS2013. Went to try to setup the plugin. It wants a QMake.exe path.. The only QMake.exe I have is in E:\Qt\Qt5.2.0\5.2.0\msvc2012_64_opengl. Is...
View Article[SOLVED] TCP Communication
Hello, I have a very basic question. After I set up my server and have connected to a client do I have to continuously (synchronously) poll for data from my client or does Qt know that when there is...
View ArticleQtlocation programming
Hello I am interested in developping applications with qtlocation module. I tried to deploy applications but I still get errors from Qtlocation module. I get Qt 4.8.4 and QtMobility 1.2.0. I try with...
View ArticleProblem building Qt 5.2.1 on the Mac
I don’t know how/why I keep running up against these… I must be “special” or something… So, I’m trying to build Qt 5.2.1 on the Mac (MacSDK 10.8, Xcode 5.0.2), and things hum along quite well, until...
View ArticleAjuda como Criar Factura
Boas Tou a desenvolver um programa de facturaçao. E agora estou encravado no seguinte problema. Como e´que crio um documento que seja preenchido com dados da aplicação? Basicamente o que eu quero fazer...
View ArticleHow to Make a Invoice Document
hi i need to make printables documents, for a billing software. I already saw some reports tools, but i don’t know if is the best way to go. Can someone give me sugestion how can i or should i, try to...
View ArticleMultiple (non-deprecated) OpenGL widgets in a predefined UI design - will it...
Hi, some time ago I wrote an example of multiple OpenGL widgets for GTK: GTK GL app with GStreamer [sourceforge.net] which had GStreamer render into a shared OpenGL context across two widgets. I then...
View ArticleQTreeWidget
Witam, mam pytanko odnośnie QTreeWidget a mianowicie czy można tak zrobić żeby przy każdym elemencie była możliwość wyboru (pole do zaznaczenia, coś takiego jak checkbox).
View ArticleQt5.2-arm APK fail if used user lib what used by another user lib (On real...
Sorry for my english. {DEVICE is Android Transformer} {Trying to deploy on linux and win} I am trying to deploy project to the real device: app(depend on lib1) —lib1(depend on lib2) —lib2 All this libs...
View ArticleHow to set compiler directives per build configuration
I have the following in my .pro file to send the -DDEBUG directive when I am using the debug configuration: CONFIG (debug) { DEFINES += DEBUG } When I compile I get the following...
View ArticleParameters in Slots
Hey there, I am having some trouble with slots & signals in my program. my mainView class contains a slot called ‘launchApp’, launchApp accepts a QString as a parameter as you can see below:...
View ArticleWebinar (Feb 11): How to create Automated GUI Tests for QML & QtQuick Apps
Join Squish expert, Amanda Burma, and learn how to create cross-platform automated GUI tests with true Qt, QML & QtQuick toolkit support! Duration: 30 minutes plus Q & A Tuesday,...
View ArticleHow to overlay a floating transparent widget on top another widget?
Hi all, I ran into a problem with my UI design recently. Say my UI would consist of 3 parts, a banner, a display area, and a menu bar. The banner and display area would be put together on the same...
View ArticleAndroid device won't connect to Qt. I've tried the other solutions. Please...
My Nexus 4 won’t show up in the device list when I try to debug on android. I believe I am using the correct API version. My device shows up under adb devices. USB debugging is enabled. I’m at a loss...
View Articleerror: no match for ‘operator=’
I am getting the following error: /home/myuser/program/MyGateway/protocol/iridium/mailbox.cpp: In member function ‘QList<InmarsatMessage> IridiumMailbox::getInmarsatMessages()’:...
View ArticleDoes calling QObject::connect() spawn a new thread internally?
Does calling a connect() actually create a new thread? I just wanted to know since one of my colleague says so? According to him calling connect() in a loop repeatedly creates multiple threads, which...
View Article[SOLVED] Opening QML file from C++
Hello Qt community. I’m trying to open QML file from C++ with this code: QQmlEngine *engine = new QQmlEngine; QQmlComponent component(engine, QUrl::fromLocalFile("form.qml")); QObject...
View ArticleGlib libgpod mac os x Compile error
I am trying to include libgpod in my application so I can communicate with Ipods. I have compiled and installed libgpod-0.8.0 , then I got error that it requires Glib. I installed Glib using brew...
View ArticleTransferring file over QUdpSocket
Hi, myself trying to send an image file using QUdpSocket. I need to know what is the maximum size of data that qudpsocket can send.
View ArticleQtCreator RemoteLinux - can't run and debug Plugins
hello, I have a problem with debugging/run a plugin on an embedded device. When I develop an normal application, clicking on Projects -> Run, I can see an run configuration for the remote...
View Article