Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Browsing all 4972 articles
Browse latest View live

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 Article


Can 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 Article


QtQuick 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 Article

How 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 Article

Problem 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 Article


Qt 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 Article

Categorized 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 Article

Displaying 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 Article


Layering 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 Article


App 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 Article

QtQuick Controls TextField bug

During edition.

View Article

Displaying 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 Article

Can 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 Article


Qt 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 Article

how 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 Article


problems 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 Article

how 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 Article

NetworkAccessManager 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
Browsing all 4972 articles
Browse latest View live