[Solved] Read File name from folderlistmodel
Hi Thanks dheerendra..It works fine…but it does not work with currentIndex..It works with index. And i found one more working.Here is the code.. ...
View Articlehow to capture image with .png extension using qml camera
Hi p3c0,Dheerendra, Thanks for reply.. I am working on ubuntu and cross compiling to android.wen i give that it saves with .jpg extension nly Thanks Bala Beemaneni
View ArticleTruncate,trim strings in qml
Hi I need to truncate or trim the first few characters of a string in qml.Does qml supports these functions? if so how do i do it? Ex: property var string =...
View ArticleTruncate,trim strings in qml
That code is actually JavaScript, so you can use the JS API for this: link [w3schools.com].
View ArticleMenu in Widget embedded QQuickView
You’ve provided not enough information. You’d better post the Minimal Working Example [en.wikipedia.org] here. I hope this post [blog.qt.digia.com] will be useful.
View ArticleImport QT Components in QT Creator
Yes thanks for your help. Now I found it :) How can I make a Sidebar?
View ArticleTab View How to Get Currently Selected Tab and Make an Element visible
I need to set visibility of some element according to tab selected, that is in my main view there are many tabs and some tabes with common element, I need to make this visible when corresponding tab...
View ArticleError while compiling qml program..
Do you have such file on your PC? If so then check an include path in .pro file and add it if does not exists.
View ArticleTab View How to Get Currently Selected Tab and Make an Element visible
Thanks man, it really helpful…..
View Articlepinch and zoom for camera using Qml
Hi Guys, I am posting my previous question again as i did not get appropriate output with that. Here is my requirement. 1.Start Camera and set capture mode as captureStillImage 2.I need to set the zoom...
View ArticleQtQuick 2 performance
Hi, I am having big troubles with quick 2: the pc i am running a program on is miniITX with intel atom dual core 1.8 GHz (4 threads), with 1.9 GB ram and with GMA 3150 integrated graphics. OS is Ubuntu...
View ArticleFlickable does not react to the movement of the mouse
When I try to move Flickable with the mouse, it does not move and it does not respond to the mouse wheel, how to enable Flickable dragging? ScrollView { id: scrollview ...
View ArticleScreen.pixelDensity vs Screen.logicalPixelDensity
Hello, I’m polishin the layout of my app and I would like to set the size of items the same (in millimeters) across different platforms (currently I can test on Windows and android). The setup is...
View Article'pure' C++ and QML
Thanks, will have a look into that. However as for a noob like me that looks very complicated ;)
View ArticleQt Quick Bad Drawing "todos" Example
[Solved] I Install “Qt 5.3.1 for Windows 64-bit (VS 2013, 573 MB)”. this problem whenas for OpenGL < 2 Read this article : Qt 5 on Windows ANGLE and OpenGL [qt-project.org]
View ArticleQML loaded from plugin cannot reference local types
Hello, we have code that is located in a C++ plugin (actually, a QML resource which is registered as a type via Plugin::registerTypes) which dynamically loads other QML, using a QtQuick.Loader. Lets...
View ArticleQt 5.2.1 Quick 1.1 strange behavior on Android
Hello, I’ve observed a strange behavior with an Qt app running on Android. I have a Quick 1.1 app that is running on Android, this app is creating a second QDeclarativeView, but not showing it. The app...
View ArticleQML loaded from plugin cannot reference local types
sure I can load it. QtCreator sees it, too. It is only when Bla is loaded dynamically (through code residing in a plugin, as I said) that suddenly AnotherBla cannot be resolved.
View Article