Re: [Interest] QtWayland and window decorations on Raspberry Pi

2015-03-31 Thread Giulio Camuffo
2015-04-01 1:32 GMT+03:00 Guido Seifert : > Hi, > when I start a test program (actually analogclock from the examples) under > wayland using the brcm plugin, it works, but I don't have any window > decorations. Ok, I read that brcm does not support those. Only wayland-egl > provides window decor

Re: [Interest] QVariantMap: constEnd() not equal to end()?

2015-03-31 Thread Thiago Macieira
On Wednesday 01 April 2015 10:35:20 Hamish Moffatt wrote: > What's the benefit of QT_NO_CAST_FROM_ASCII though? I tried, but gave up > after I saw the first million compile errors. I converted quite a few > places to use QStringLiteral and QLatin1String, and the debug executable > seemed to grow

Re: [Interest] QVariantMap: constEnd() not equal to end()?

2015-03-31 Thread Hamish Moffatt
On 25/03/15 05:16, Thiago Macieira wrote: > On Tuesday 24 March 2015 17:29:39 Gunnar Roth wrote: >> Does anybody know why QT_STRICT_ITERATORS is not standard? > First, because it breaks existing, legitimate code that mixes const and non- > const iterators properly (yes, there are legitimate ways to

Re: [Interest] QtCreator and unit testing with Catch

2015-03-31 Thread Daniel França
I didn't know about Catch, but it seems pretty awesome, I'll definitely give a try :) Em ter, 31 de mar de 2015 às 21:16, charleyb123 . escreveu: > Hi, Preet-- > > I haven't tried it in QtCreator, but I just started using Catch several > weeks ago -- WOW it's awesome. > > For the casual reader,

[Interest] QtWayland and window decorations on Raspberry Pi

2015-03-31 Thread Guido Seifert
Hi, when I start a test program (actually analogclock from the examples) under wayland using the brcm plugin, it works, but I don't have any window decorations. Ok, I read that brcm does not support those. Only wayland-egl provides window decorations atm. Not always easy to see which info is out

[Interest] QT/NDK support in android wear

2015-03-31 Thread Álan Livio
Hello. Anyone know something about NDK and Qt support in android wear devices? The NDK webpage not inform about that[1]. Best regards. [1] https://developer.android.com/tools/sdk/ndk/index.html -- Álan Lívio V. Guedes ___ Interest mailing list Interest

[Interest] Entity sub-tree opacity in Quick3D 2.0

2015-03-31 Thread Unai IRIGOYEN
Hi, I have been playing with the upcoming Qt3D those days and especially the QML APIs. I was wondering if there is a means of changing the opacity of an entity and all children at the same time (same behavior as in QtQuick). At the moment I must change the opacity in the material color of each e

[Interest] Custom ItemDelegate with widget created in designer

2015-03-31 Thread Duane
I have a custom item delegate that I use to paint borders on cells in a QTreeWidget. In code if I create the QTreeWidget it works. But I'm making a gui class now from designer and setting the delegate doesn't seem to have any effect. Something like: ui->setupUi(this); ui->Tree->setItemDe

[Interest] Binding loops detected for ListView

2015-03-31 Thread Jason H
When height is set to contentHeight, it prints "QML ListView: Binding loop detected for property "height"" But I don't think this should be a binding loop. How else do I set the height to the size of the content? ListView { id: listView width: parent.width

Re: [Interest] QtCreator and unit testing with Catch

2015-03-31 Thread charleyb123 .
Hi, Preet-- I haven't tried it in QtCreator, but I just started using Catch several weeks ago -- WOW it's awesome. For the casual reader, it's C++ header-only (uses advanced C++11 template features in its implementation), and allows for "Behavior Driven Design" (BDD) in defining the tests. It's

[Interest] [ OS X ] QGraphicsScene right-mouse click does not set app focus?

2015-03-31 Thread Eddie Sutton
Question: How can I make my app set focus when user right mouse clicks over the QGraphicsScene? My QMainWindow central widget contains a QGraphicsScene. 1 - If I click the title bar of the window, the app takes focus 2 - When I right-mouse click in the QGraphicsScene, the context menu pops up,

[Interest] Something similar to usbmuxd for Android

2015-03-31 Thread Nuno Santos
Hi, Sorry if this is a bit of topic but maybe it’s interesting enough for everyone. I want to talk with iOS and Android devices from a computer via USB cable. I currently depend on Wifi to connect my apps to host computer and this introduces non desirable latency. There are people doing it w

[Interest] QtCreator and unit testing with Catch

2015-03-31 Thread Preet
Hey all, I'm wondering if anyone uses Catch (https://github.com/philsquared/Catch) for testing their C++ code along with QtCreator as their IDE. QtCreator (I'm on 3.1.8) doesn't seem to provide syntax highlighting for any c++ code that's written in Catch's section blocks. Autocomplete still works

[Interest] QML ListModel woes

2015-03-31 Thread Jason H
Given that I work with almost entirely JSON data, I find myself now lamenting the QML ListModel. Even The JSONListModel that can be found online isn't great. It all suffers from the same flaws as ListModel. My major complaint is that models, don't use a length property and instead use count, th

Re: [Interest] Et tu, Designer! Fwd: qt creator 3.3.x OS X with the xcb plugin

2015-03-31 Thread René J . V . Bertin
On Monday March 30 2015 14:26:36 Thiago Macieira wrote: > > You probably want to ask qt-crea...@qt-project.org, the list for discussing > Qt > Creator's source code. I just noticed I was a bit mistaken: the Designer application has the same issue. I think it is caused by creating a QMenuBar