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 ArticleAnimatedImage 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 ArticleAnimatedImage 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 ArticleNetworkAccessManager like interface in QMl
Connections wont work because they are static. I’ll make example more concrete: Button { text: "Get Data" onClicked: { ...
View ArticleHow 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 ArticleHow 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 ArticleQuick 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 ArticleNetworkAccessManager 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 ArticleSwipe Screen
This is my code: import QtQuick 2.0 import QtQuick.Window 2.1 Window { id:parent height:Screen.height width:Screen.width...
View ArticleSwipe Screen
What is your problem? I can’t see any event/signal handling in your source.
View ArticlePage 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 ArticleApp 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 ArticleProblems 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 ArticleProblems with accessibility when QML Window is used
Hi and welcome to devnet, Which version of Qt are you currently using ?
View Articlecreate 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