Qt 5.3.2 Application on Framebuffer
Hello, I want to run an Qt Quick application on the framebuffer of my linux-board. When I start the application it just outputs: EGL Error : Could not create the egl surface: error = 0x300b (crosspost:...
View ArticleCan not unloadImage using QML canvas
Hello all, I have a problem with qml canvas. I want to read series of images in hard drive, with each image I load it into qml canvas : onImageChanged : { canvas.unload(oldUrl); ...
View ArticleQtQuick Controls TextField bug
Hello, I have a problem when I use the TextField qml component with a big font size. In my example, the font.pointsize: 30 and when write text, the characters are outside the TextField. I have not done...
View ArticleHow to make a MouseArea not react on transparent area of an Image
As I pointed out, grabWindow will include the window itself and will thus most likely be opaque and therefore not useful for the purpose of an AlphaMouseArea.
View ArticleProblem with QML User Controls [closed]
Yes, but the one placed in main.qml. I found the error meanwhile: on top of the LoginScreen.qml I wrote import QtQuick.Controls 1.2 This was wrong because my installed version has V 1.1 of the QtQuickl...
View ArticleQt 5.3.2 Application on Framebuffer
Because you have no platform-specific adaption for setting up EGL on fbdev with the Mali drivers. Using the Beagleboard/bone approach will not work: There there is no device-specific adaptation needed....
View ArticleCategorized logging from QML
Hello, I am interested in using the categorized logging functionality (http://qt-project.org/doc/qt-5/qloggingcategory.html#installFilter) from QML. After installing a message handler, I have noticed...
View ArticleDisplaying LCD Widget of Qt in QML
Hi everybody, if i want to integrate QWidget (for use of Qlcdnumber) in QML (Qt Quick 2.0) , what should I do? i want to show LCD numbers manner in qt quick, but i was confused for this!
View ArticleLayering MouseAreas and MultiPointTouchAreas
Hey, The main window of my app has tiled elements taking up the whole screen. Each tile element has a MultiPointTouchArea that looks like this. View.qml: MultiPointTouchArea { ...
View ArticleApp crashes while testing on XCode Simulator and Real Devices
Dear all, I am developing an iOS app for iPhone only at the moment. I have a serious problem. Any help would be really appreciated. I build the xcodeproject from qt and open it in xcode. Then I run the...
View ArticleDisplaying LCD Widget of Qt in QML
Since you can’t use Qt Widgets in QML, what i meant earlier was you can load the Qt widgets normally and the QML using QQuickWidgets on the same form layout.
View ArticleCan not unloadImage using QML canvas
One point to bookmark . Though, I have a work-around solution but I will investigate more. Thank you!
View Article[SOLVED] Start QProcess out of QML Issue
Hi Guys, I would like to start an application out of Qt Quick and check if it was started successfully or if it was closed by the user. So I wrote a small plugin to access Qt’s QProcess functionality...
View Article[SOLVED] Start QProcess out of QML Issue
Glad that it worked :) Please mark the post as solved by editing the post title and prepend [solved]
View ArticleQt 5.3.2 Application on Framebuffer
Thank you, it works :D here my qmake.conf and qeglfshooks.cpp qmake.conf # # qmake configuration for the odroid u2/u3 boards # http://hardkernel.com/ #...
View Articlehow to make static EXE with commercial license?
I purchased the commercial license, and installed Qt 5.3.1 on Win7 with Visual Studio 2012 as the compiler. I created a very simple test application that is just one Qt form with a text input box. It...
View Articleproblems with exe files generated by QT
I have a QT486 application and lunched from QT creator 3.1.2 it works great in both Debug and Release modes. The problems are with the exe files generated by QT in both Debug and Release folders. If I...
View Articlehow to make static EXE with commercial license?
As a commercial customer, you can ask the Qt Company / Digia and get professional support. Here is what I think: You need a static build of Qt itself Configure your build chain (Kit) so that this...
View ArticleNetworkAccessManager like interface in QMl
Hi, I want to use a C++ class from QML, which has a functionality like the QNetworkAccessManager, I call get() function which then returns a reply object with a finished signal. If signal was...
View Article