How to draw a transparent hole inside a QQuickView / QQuickWindow based on a...
Hello, I have the following problem, I do not manage to create a transparent hole inside a QQuickView, through a customed QQuitItem. Here is what I have: – a C++ custom QQuickItem, CustomQQuickItem,...
View ArticleStereoscopic UI? Anyone tried it?
I was wondering, since QtQuick is OpenGL based, if there is a quick and easy way to add some volume to a UI and take advantage of stereoscopic displays out there to enhance user experience?
View ArticleHow to draw a transparent hole inside a QQuickView / QQuickWindow based on a...
So, if you have a background image and you cut a hole in it arbitrarily, what is to be shown behind it? Perhaps I’m still not understanding, but again, though, one item cannot “paint transparency” onto...
View Articleparameter in constructor of a custom qquickitem
Hello, I used : qmlRegisterType<MyClass>("MyLib", 0,1, "MyClass"); to used my class as a custom item in qml. It works fine. But now i would like to use...
View ArticleRow height in TableView in qml-components
Hi I see, but now I can not set row height based on cell height because I don’t know cell height. Here is my delegate for a second cell of a TableView Component { id:...
View ArticleHow to create a Window using QML ?
In desktop components we also expose a Window just like this. (which is no longer needed in Qt 5) But you can see if it works better for you. https://qt.gitorious.org/qtplayground/qtdesktopcomponents...
View ArticleRow height in TableView in qml-components
I understand your point but there are some other important factors weighing in on the change. The primary cause was performance. With the old solution every single item delegate had to be queried for...
View Articleparameter in constructor of a custom qquickitem
You can do that if you wish, too. I don’t know your app, so I can’t say if it’s required. Sometimes it’s enough just to have it in c++, sometimes it’s needed in QML, too.
View ArticleStereoscopic UI? Anyone tried it?
I don’t think actual 3d geometry is mandatory to add depth to UI. Even flat elements can be arranged in 3D space, and it doesn’t even need to be actual 3d space – elements can simply output their depth...
View ArticleHow to draw a transparent hole inside a QQuickView / QQuickWindow based on a...
Here you go, is the use case clear now? !http://i46.tinypic.com/10fb0g3.png()!
View ArticleQt Mobility Map examples show a .pan() method for the Map component, but I...
Anyone know where to find it? I’d like to see documentation for that method plus any other methods the Map element might have that also can’t be found in any documentation.
View ArticleHow to control panning smoothness for QtMobility.location Map component?
Also, might the smoothness be a limitation of using QML? It can’t be a hardware limitation because like I mentioned the lightmaps example is extremely smooth on my device.
View ArticleHow to set up proxy for a webview in QML
Update… I embedded my webview in GUI and now it is loading pages. It looks like If I run a plain QML application webview can’t access (or load) http. Not sure if I should log this as bug? Thanks
View ArticleRow height in TableView in qml-components
Yes a hundred items should not stress things too much. We can in theory expose StyleItem in the API but I do not yet consider it public API as it is a bit too low level and requires too much knowledge...
View Article[SOLVED] parameter in constructor of a custom qquickitem
I’m happy you have found a solution. Please add [Solved] to the beginning of your topic’s title. I’ve already tagged it as solved for you.
View Article[SOLVED] How to draw a transparent hole inside a QQuickView / QQuickWindow...
I still have an issue related now to the Mask / QGraphicalEffect itself… Will look for it later… The effect is working, here the result: http://www.youtube.com/watch?v=aPPu—7IzuY Regards, Bill
View ArticleConnecting C++ console project with qml (Qt Quick Application)
Hi, how to connect my C++ console project (simple board game) with qml project (Qt Quick Application)? I want to add graphics and mouse areas. I have class “dice”, which have attribute “value”. How can...
View ArticleConnecting C++ console project with qml (Qt Quick Application)
Start here: http://doc.qt.digia.com/qt/qml-extending.html
View ArticleHow to set up proxy for a webview in QML
bq. please could you explain me what you call “embedded my webview in GUI” ? bq.Does it mean that you use WebkitWidget the C++ object directly, and you bq.don’t use the QML interface ? bq.Thanks in...
View ArticleWindow and Screen elements not working?
I am using Qt 5.0.0 and QtCreator 2.6.1 on Mac OS X 10.8.2. After looking at the “Whats new”-section I landed at the Window and Screen elements and wanted to use them....
View Article