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

[Solved]Make the icons background become transparent

@rocketchicken, it is not my intention, but thanks for your response @JapieKrekel, thank you, you solve my question.

View Article



Doing Syntax Highlighting

I am thinking of using Qt Quick for a project that would involve doing syntax highlighting. Is this something that can be reasonably done with Qt Quick? I was looking at the TextEdit control, but I...

View Article

Making Flickable react to right mouse button, Qt Quick 2

Hello, Is there a way to make Flickable react to right mouse button, not to the left one? For example, you can find out which button was pressed on MouseArea by mouse argument, and then decide what to...

View Article

Calendar via Qml

hi friends, Could any one please tell how to display the calendar via Qml…I don’t want to work it via Qt…I have been trying this calendar for 1 week,but cant able to find out a right path…I want to...

View Article

ReferenceError: openDatabaseSync is not defined

Hi everybody, I was trying to incorporate a SQLite db into my QtQuick app following the example from...

View Article


Inheritance issue not direct base of.

Yeah it looks like that library was not installed correctly in the framework, it appears to be that way for both my android and my bb10 installation. I will compile all the sources to the latest...

View Article

Calendar in Qt via QML

        Item {             id: dateGrid            ...

View Article

integrating Calender popup in Qt via Qml

I guess this one is related to integrating Calender popup in Qt via Qml [qt-project.org] So you could close this one with [Solved] in the title

View Article


paint on rectangle using mouse area qml(Qt-5 ubuntu)

Yes it is really not clear what you want. But if you want to draw on a rectangle, you might want to try using the Canvas element instead. Try this: import QtQuick 2.1   Canvas {  ...

View Article


Using qtquick as texture in 3D

I think QWidget::createWindowContainer() in QT5.1 should do it.

View Article

Qt Quick Designer

After installing Qt 5.0.2 on my Mac I run QML designer and I receive the following error : The executable of the QML Puppet process (/Applications/Qt...

View Article

Stop running graphical effect of QtGraphicalEffects

DirectionalBlur {                 anchors.fill: largeImage            ...

View Article

Qt Quick Designer

Oki, thanks very much, i try to do

View Article


Doing Syntax Highlighting

Yes. It should be trivial to port for instance this: http://qt-project.org/doc/qt-5.0/qtwidgets/richtext-syntaxhighlighter.html to work with Qt Quick since they share the same QTextDocument API now.

View Article

Inheritance issue not direct base of.

Okay I figured out the linking issue, All of what you said above works well. The issue was in my qt.pro file I forgot to include QT += multimedia multimediawidgets Everything links fine now thanks again!

View Article


Weird result when combine DirectionalBlur and zoomBlur(QtGraphicalEffect)

compiler : clang3.2 os : mac osx 10.8.3 Qt ver : 5.1Beta EX 1 : Rectangle{     id : root     width : 1024     height : 768    ...

View Article

QtQuick 2.0 Image from Canvas

Ok, I figured out why getImageData won’t work. It’s not a method of the Canvas, but of its context. I’m not sure whether I read the Doc wrong...

View Article


Issue with particle system and hanging window

With the downloaded Qt5.0.2 – msvc2012_64 on win7 when I try to move the window of the following qmlscene, the window keeps hanging at its current position and doesn’t react anymore until changing the...

View Article

Calling a funciton.

I’m using this file/function to load and display a database. import QtQuick 2.0 import QtQuick.LocalStorage 2.0   Text { text: "empty" x:350 y:360   function...

View Article

[Solved] ReferenceError: openDatabaseSync is not defined

After some trying I found a way to make it work. Since this is my first time using QtQuick I’m not sure if this is a good solution (I doubt it). Nevertheless I will still post my findings if anybody...

View Article
Browsing all 4972 articles
Browse latest View live


Latest Images