Application does not start on Android virtual device ?
Hi, My Qt application start on real connected android mobile device correctly. but when i want to run on virtual device emulator , it starts successfully but my application does not run on it &...
View ArticleWhere is Package configurations in Qt creator 3 ( for android) ?
Where is Package configurations in Qt creator 3 ( for android) ?
View ArticleAndroid: QtMultimedia Problem
When I use import QtMultimedia 5.0 in my QML files. An error occurs because the QtMultimedia plugin cannot be found. On Desktop I know this can be fix by copy related folders but how can it be done on...
View ArticleQT 5.2 - Including / Importing a JavaScript Resource from Another JavaScript...
In my qml project I use a.js, bs.js and z.js. a.js and b.js use functions of z.js. So I included z.js with the following code in a.js and b.js: Qt.include("z.js") This worked...
View ArticleAndroid with QT 5.2 and QT Quick: How to include a google maps view?
Some time ago I asked how to integrate google maps (or any kind of map) into a qt quick application. The answers were talking about using a webview (which doesnt work on android) or to wait for QT 5.2...
View ArticleSome lib file "No such file or directory"
i am trying to build qt from source on windows 8.1 64bit : Some Path : C:\Perl64 C:\OpenSSL C:\mingw C:\Qt\4.8.4 C:\Qt\qtcreator-2.6.1 And here is configure : configure -openssl -I C:\OpenSSL\include...
View ArticleImplementing updatePaintNode causes other QML elements to also draw incorrectly
I am trying to learn how to do basic drawing with a subclassed QQuickItem. Using this simple code to draw a line, my QML element does in fact draw a line, but having an implementation of this function...
View ArticleAndroid: Text size is much smaller compared to Desktop Application (QML)
I made a QT Quick Application, which uses a fixed size for my developer tablet (the tablets resolution). So if I run this application on ubuntu, it is a window with the same size that the android...
View ArticleX Error: BadDrawable (invalid Pixmap or Window parameter) 9
Hi I am getting following Message on command line while running Qt application in SUSE linux Enterprise Desktop operating system. ERROR-: X Error: BadDrawable (invalid Pixmap or Window parameter) 9...
View Articlevideo playback on android using qt quick
Hello all! I have problem with video on Android. I wrote little app, which must play video. When i start this app on my desktop – allright. When i start it on Android tablet, i see in application...
View ArticleQML component which works like a teleprompt
I need a bar at the top of my screen that works like a Teleprompter with strings being fed from c++ code i.e. I do not want to add to the c++ string and keep sending longer strings to the QML, I want...
View ArticleIssue with New Signal/Slot mechanism In mingw (Qt5.2)
I have downloaded Qt5.2 mingw32 with opengl support. When i compile my project with this new version i get following error: error: no matching function for call to ...
View ArticleProblem with QSqlDatabase
Hi, this is my very first post here and I think that it is fine to start a new thread for this problem because i have been searching for an aswer for 2 days now. I’m working with a little project where...
View ArticleCan you add Qt WinExtras to Qt5.1.1?
I grabbed the repo from Gittorious and attempted to build. Got many errors. I saw that there is a setting in qmake.conf that is set for 5.2 i.e. load(qt_build_config) MODULE_VERSION = 5.2 Has anyone...
View Articlescroll area in qstackedwidget
Hello. One of the last issues in my first application. It is a qstackedwidget with several panels in it. The size of the mainwindow is 1280 by 760. When someone opens the application on a low-res...
View ArticleQGLCamera rotation
I’m using the QGLCamera class to setup my viewing. When the user rotates the view with the mouse, i use the method QGLCamera::tiltPanRollCenter to rotate the view. The problem i get is that i cannot...
View ArticleQt Quick 2 and Windows XP
I noticed what interface created by Qt Quick 2 does not work in windows XP. How would I fix this?
View ArticleQt::META + Qt::Key_Tab
Hello, I’m trying to bind Qt::META + Qt::Key_Tab shortcut in QTabWidget to change current tab (like it works in chrome or many other applications). I have tried every single solution found in google,...
View ArticleHow to create in-app advertising on android?
Anyone know how to use Qt5.2 to accomplish this task? Is it possible to accomplish this task with Qt5.2? Quite confuse since there are no document or any example about how to embedded advertise into...
View ArticleMacro inside macro: Q_DECLARE_METATYPE
Hi, I noticed that the Q_DECLARE_METATYPE macro contains another macro in this line: static QBasicAtomicInt metatype_id = Q_BASIC_ATOMIC_INITIALIZER(0); How is Q_BASIC_ATOMIC_INITIALIZER expanded...
View Article