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

problems with exe files generated by QT

Thank you for the reply. I have something like this in my code: fileName = QFileDialog::getOpenFileName(this,tr("Open Enroll Image"),QDir::currentPath(),tr("Image Files [...

View Article



AnimatedImage Bug Fix

I tried to use 3 Qml AnimatedImage elements on Qt 5.2.0 on Windows and my application crashed. When I tried the same application on Qt 5.3.2 on windows it worked fine. Is this bug also fixed for Linux ?

View Article

AnimatedImage Bug Fix

Hi SGaist, My Windows version is Windows 7 64 bit. This is the Qml page: import QtQuick 2.2   Rectangle {     width: 800     height: 600  ...

View Article

NetworkAccessManager like interface in QMl

Connections wont work because they are static. I’ll make example more concrete: Button {     text: "Get Data"     onClicked: {  ...

View Article

How to get correct contentHeight from ListView

Hi everyone, I’ve problem with contentHeight in ListView if my delegate Item has a dynamic height. When I scrolling up or down the content height changing. How I can get correct height of contentItem?

View Article


How to get correct contentHeight from ListView

Hi, Thanks for reply. I can’t add code to my post (is too long) so I’ve shared the code by html link. My code you can fiend here [dshav.com].

View Article

Quick MenuBar embedded in QWidget?

Should creating a MenuBar in a QQuickView contained in a QWidget work? It doesn’t seem to, whereas creating a ToolBar does. My larger problem is porting a desktop QGraphicsView/Scene app that uses...

View Article

AnimatedImage Bug Fix

Don’t know for Linux but on OS X, it’s working fine

View Article


App crashes while testing on XCode Simulator and Real Devices

Any help? Anyone?

View Article


Categorized logging from QML

You can find Giuseppe’s code here [pastebin.com].

View Article

NetworkAccessManager like interface in QMl

Hi, Just a question but, would be xmlhttprequest suited for your needs ? You have an example here [qt-project.org] That would exactly be the interface I need, but I want to make my own class. The http...

View Article

Swipe Screen

This is my code: import QtQuick 2.0 import QtQuick.Window 2.1   Window {     id:parent     height:Screen.height     width:Screen.width...

View Article

Swipe Screen

What is your problem? I can’t see any event/signal handling in your source.

View Article


Page wise scrolling in GridView

How can I make sure that scrolling snaps to certain page-borders when using a GridView? Let’s say I have a 4×3 grid of items in a grid view. When I now swipe to the left I want the view to snap to the...

View Article

App crashes while testing on XCode Simulator and Real Devices

I think you should try Qt5.4beta. One of the comments in the bug you reference says ‘will be fixed in 5.4.’ As the release notes for 5.4 discuss, it includes many fixes, including some for iOS8. I too...

View Article


Categorized logging from QML

Code here https://github.com/dangelog/qmllogging :)

View Article

Problems with accessibility when QML Window is used

We are trying to implement Accessibility friendly application. We found that screen readers (AccExplorer32, Narrator) fail to recognize QML elements when the application top window is implemented using...

View Article


Problems with accessibility when QML Window is used

Hi and welcome to devnet, Which version of Qt are you currently using ?

View Article

create a 2D Plot with zoom in in qml

Hello, I want to create a qml plugin which plots some data with (x,y) coordinates. I know about the threads here, to plot graphs. In my case I want to zoom and work (add, delete, update) on the data of...

View Article

Swipe Screen

Please specify what exactly isn’t working.

View Article
Browsing all 4972 articles
Browse latest View live




Latest Images