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

QML Text Element background-color support for divs

Ah thanks man. :) Did not know that bug page existed. Will reference it in the future.

View Article


How to determine the number of items per row in GridView

Okay, thanks.

View Article


[SOLVED] Load Component on signal

Hi everyone, I have been trying to create a component when a signal is emitted (for instance on the onClicked of a MouseArea, a Rectangle is fully created ). I have been trying to use Loaders but...

View Article

Center GridView Rows on screen

Hi p3cO, Normally, anchors.centerIn would do the job but there may be a situation where the GridView is not filled with items all the way to the edge of its container (depending on number of items...

View Article

[SOLVED] Load Component on signal

Tanks :)

View Article


Moving Pages using Listview with viewTransition

Hi Friends, I am developing an application where i need to move all of my pages one by one on its own.I used Loader to load with help of ListModel.Upon MouseClick on page i am iterating through...

View Article

Moving Pages using Listview with viewTransition

.What i need to do is ,it has to be automated so that after some delay it has to iterate through each page.I dont want to use timer object. Since you want it to animate after some delay you will have...

View Article

Image masks alternative for QML items

They should blends together as on image in my first post.

View Article


URGENT!! Help with QT

Hi, i have searched a lot and couldn’t find (well, i did but none helped) relevant clues to my questions. There are 7 questions i need help with: 1) How do you set up a line edit to be uppercase? 2)...

View Article


Alphabetical index in ListView

Hello All! I need add to ListView alphabetical index and when user click to some item of index – scroll model to the first of model item which display name begin with selected character. Maybe some one...

View Article

linking error: cannot find -lGL

Hi, I installed Qt 5.3.1 using the linux 64 bit online installer on Ubuntu 14.04 to my home directory. I tried to create a new project using File->New File or Project, selecting Qt Quick...

View Article

linking error: cannot find -lGL

oh. thanks.

View Article

Z-order in dynamically created object

I want to the red rectangle has higher Z value than blue one, but it does not seems it’s working between two objects in different files. main.qml import QtQuick 2.2 import QtQuick.Controls 1.1...

View Article


Z-order in dynamically created object

Yep, I am, it’s just the simplest example. Your solution doesn’t work :-/.

View Article

URGENT!! Help with QT

The answers are in the Qt Documentation, but probably you are new to Qt and you don’t know where to search. Here some hints on where to look for in the documentation: 1) How do you set up a line edit...

View Article


GridLayout rowSpan bug

how to make that magenta rectangle became 6 times shorter than the red one?     GridLayout {         id: gridLayout    ...

View Article

[solved] Z-order in dynamically created object

Also another observation, keeping ApplicationWindow if you set the z value of Rect to negative also works as expected.

View Article


Howto add a button to a TableView header column

Is it possible to embed a button inside a TableView in the header section?

View Article

Moving Pages using Listview with viewTransition

Hi, I came across pathview..i am trying to get output…will update soon wen completed

View Article

Howto add a button to a TableView header column

Hi, Yes that’s possible. Check headerDelegate [qt-project.org]. You will need to create a Button Component and assign to it.

View Article
Browsing all 4972 articles
Browse latest View live