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

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


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


Truncate,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 Article

Truncate,trim strings in qml

That code is actually JavaScript, so you can use the JS API for this: link [w3schools.com].

View Article

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


Import QT Components in QT Creator

Yes thanks for your help. Now I found it :) How can I make a Sidebar?

View Article

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

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


Tab View How to Get Currently Selected Tab and Make an Element visible

Thanks man, it really helpful…..

View Article


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

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

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

QtQuick 2 performance

As far as I know, the answer is no. It needs to use OpenGL.

View Article


Flickable does not react to the movement of the mouse

flickableItem.interactive: true

View Article

Screen.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 Article

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


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

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

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