Re: [Interest] Bluetooth LE: HowTo inspect QBluetoothDeviceInfo::serviceUuids

2017-04-18 Thread Oliver Wolff
On 13/04/2017 19:01, ekke wrote: from QBluetoothDeviceInfo::serviceUuids I'm getting a list of Service UUIDs ( QBluetoothUuid) without connecting to the device and inspecting the Services. there's per ex: {180d--1000-8000-00805f9b34fb} and I know this means the device supports He

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Mark Gaiser
On Tue, Apr 18, 2017 at 8:59 AM, Thiago Macieira wrote: > Em segunda-feira, 17 de abril de 2017, às 23:44:06 PDT, Elvis Stansvik > escreveu: >> Den 18 apr. 2017 6:46 fm skrev "Thiago Macieira" > > > 2. This is something that will be rectified in a future Qt release. >> > >> > Use the one from Fedo

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Mark Gaiser
On Tue, Apr 18, 2017 at 10:42 AM, Mark Gaiser wrote: > On Tue, Apr 18, 2017 at 8:59 AM, Thiago Macieira > wrote: >> Em segunda-feira, 17 de abril de 2017, às 23:44:06 PDT, Elvis Stansvik >> escreveu: >>> Den 18 apr. 2017 6:46 fm skrev "Thiago Macieira" >> > > 2. This is something that will be rec

[Interest] Qt3D: Problem with QSkybox basename property

2017-04-18 Thread Ch'Gans
Hi there, I have just tried the sky box entity with Qt-5.9-beta, and found a small problem: If you don't specify a basename or if the basename is malformed, the GUI will freeze. As the documentation doesn't specify that the basename should be in a QUrl compatible format, I stupidly set the basenam

Re: [Interest] Bluetooth LE: HowTo inspect QBluetoothDeviceInfo::serviceUuids

2017-04-18 Thread ekke
Am 18.04.17 um 10:26 schrieb Oliver Wolff: > On 13/04/2017 19:01, ekke wrote: >> >> from QBluetoothDeviceInfo::serviceUuids I'm getting a list of Service >> UUIDs ( QBluetoothUuid) without connecting to the device and >> inspecting the Services. >> >> there's per ex: >> >> {180d--1000-8000-

Re: [Interest] Qt3D: Problem with QSkybox basename property

2017-04-18 Thread Sean Harmer
Hi, On 18/04/2017 10:10, Ch'Gans wrote: Hi there, I have just tried the sky box entity with Qt-5.9-beta, and found a small problem: If you don't specify a basename or if the basename is malformed, the GUI will freeze. As the documentation doesn't specify that the basename should be in a QUrl co

Re: [Interest] Tired of QML

2017-04-18 Thread Shawn Rutledge
> On 15 Apr 2017, at 15:59, Alexander Dyagilev wrote: > On 4/15/2017 4:37 PM, Oleg Evseev wrote: >> >> parent.header seems to be not accessible as preInfoColumnWidth initializes >> with 0. :( >> Firstly, header property is not an item of header, but a component. >> headerItem property holds th

[Interest] Crowdfunding campaign for new config system in qutebrowser

2017-04-18 Thread Florian Bruhin
Hi, I'm the main developer of qutebrowser, a keyboard-focused vim-like web browser, built using PyQt: https://www.qutebrowser.org/ Like last year, I'd love to spend my summer holidays working full-time on qutebrowser again! This is why I started another crowdfunding - this time with the goal of

Re: [Interest] Tired of QML

2017-04-18 Thread Jérôme Godbout
I agree with Shawn as the parent is not always trivial and I strongly suggest you use an inspector like GammaRay https://www.kdab.com/development-resources/qt-tools/gammaray/ to check the properties (parent, childrens...). Make yourself some simple example and check them out. The Component, Loader

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Dan Allen
Hi Thiago, As a worse case, I'd be happy to use the gtk2 style. However, as I stated in my original post, this doesn't appear to be compatible with the gtk3 platform theme. This means I'd have to use the gtk2 platform theme and that doesn't give a native look and feel in the latest versions o

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Elvis Stansvik
Den 18 apr. 2017 8:59 fm skrev "Thiago Macieira" : > > Em segunda-feira, 17 de abril de 2017, às 23:44:06 PDT, Elvis Stansvik > escreveu: > > Den 18 apr. 2017 6:46 fm skrev "Thiago Macieira" < thiago.macie...@intel.com > > > > 2. This is something that will be rectified in a future Qt release. > >

Re: [Interest] QtBluetoothSocket write() crashes on Android after sending a few messages

2017-04-18 Thread Krzysztof Lesiak
Alright, since my responses didn't go to the mailing list but to Thiago directly, I'm posting them here once again. Here's the crash log from logcat: 04-03 11:03:29.598 31623 31643 F libc: Fatal signal 7 (SIGBUS), code 2, fault addr 0x9ef84000 in tid 31643 (QtThread) 04-03 11:03:29.703 4

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Thiago Macieira
Em terça-feira, 18 de abril de 2017, às 01:42:10 PDT, Mark Gaiser escreveu: > But this changed some half year ago [1] since they had issues they > "could not resolve otherwise"... That's Qt's fault, for requiring basically that such plugins use private API that is not kept stable across versions

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Thiago Macieira
Em terça-feira, 18 de abril de 2017, às 09:10:44 PDT, Elvis Stansvik escreveu: > Right, unless the style plugin is naughty and using private headers > (like I think eg Breeze is doing). I don't think they can avoid it. The entire QPA plugin API is private. This you can complain to Qt developers.

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Thiago Macieira
Em terça-feira, 18 de abril de 2017, às 08:36:34 PDT, Dan Allen escreveu: > I did not mean temporary. It's permanent as long as the developers of this > platform theme plugin do not decide to submit their code to Qt. It's their > project, they can do whatever they want with it. Now, I don't know if

Re: [Interest] Tired of QML

2017-04-18 Thread Gunnar Roth
Ok Shawn, my confusion is perfect now. Is it really the case that QQuickItem::parent is a different function than QObject::parent and if  "QQuickItem::parent is about placement in the scene." what is QQuickItem::parentItem then?   Regards, Gunnar Roth   Gesendet: Dienstag, 18. April 2017 u

[Interest] [OT] Re: Tired of QML

2017-04-18 Thread Till Oliver Knoll
> Am 15.04.2017 um 14:26 schrieb Vlad Stelmahovsky : > > if you tired of QML, go take some html+css+js as a antipattern and come back > relaxed to QML I would have suggested QWidgets, but never mind ;) Cheers, Oliver ___ Interest mailing list Inter

[Interest] QXcbClipboard: SelectionRequest too old.

2017-04-18 Thread william.croc...@analog.com
Hello: What is the current thinking on why my desktop app might start spewing this, seconds after copying to some text the clipboard. QXcbClipboard: SelectionRequest too old. Qt 5.7.0 on RHEL 6.8 Thanks. Bill ___ Interest mailing list Interest@qt

[Interest] Doc Snapshot is not Snapshot

2017-04-18 Thread Konstantin Podsvirov
For example, QtIFW documentation: http://doc-snapshots.qt.io/qtifw-master/index.html This documentation is outdated and does not correspond to the source code repository 'master' branch. How to update snapshot? -- Regards, Konstantin Podsvirov ___ In

Re: [Interest] Tired of QML

2017-04-18 Thread Jason H
  > Sent: Saturday, April 15, 2017 at 8:26 AM > From: "Vlad Stelmahovsky" > if you tired of QML, go take some html+css+js as a antipattern and come back > relaxed to QML   I'm a firm believer that no one in their right mind would have invented web development from scratch as it has become by

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Dan Allen
Thanks Thiago. That looks like it solves the problem. On 18/04/17 18:03, Thiago Macieira wrote: Em terça-feira, 18 de abril de 2017, às 08:36:34 PDT, Dan Allen escreveu: I did not mean temporary. It's permanent as long as the developers of this platform theme plugin do not decide to submit th

Re: [Interest] Tired of QML

2017-04-18 Thread Jean-Michaël Celerier
On Tue, Apr 18, 2017 at 7:08 PM, Gunnar Roth wrote: > Is it really the case that QQuickItem::parent is a different function > than QObject::parent and if > "QQuickItem::parent is about placement in the scene." what > is QQuickItem::parentItem then? > No. In Qml : Item { id: obj1 } Item { id:

Re: [Interest] QtBluetoothSocket write() crashes on Android after sending a few messages

2017-04-18 Thread Thiago Macieira
Em terça-feira, 18 de abril de 2017, às 09:33:22 PDT, Krzysztof Lesiak escreveu: > Alright, since my responses didn't go to the mailing list but to Thiago > directly, I'm posting them here once again. And as I replied, this looks like a double fault inside ART. This doesn't look like a Qt bug.

Re: [Interest] Qt3D: Problem with QSkybox basename property

2017-04-18 Thread Ch'Gans
On 18 April 2017 at 22:58, Sean Harmer wrote: > Hi, > > On 18/04/2017 10:10, Ch'Gans wrote: >> >> Hi there, >> >> I have just tried the sky box entity with Qt-5.9-beta, and found a >> small problem: >> If you don't specify a basename or if the basename is malformed, the >> GUI will freeze. >> As t

[Interest] QPluginLoader

2017-04-18 Thread Igor Mironchik
Hello, In the docs to QPluginLoader: Once loaded, plugins remain in memory until all instances of QPluginLoader has been unloaded, or until the application terminates. But in plugandpaint example: //![6] foreach(QStringfileName,pluginsDir.entryList(QDir::Files)){ QPluginLoaderloader(plug

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Elvis Stansvik
Den 18 apr. 2017 7:01 em skrev "Thiago Macieira" : > > Em terça-feira, 18 de abril de 2017, às 09:10:44 PDT, Elvis Stansvik escreveu: > > Right, unless the style plugin is naughty and using private headers > > (like I think eg Breeze is doing). > > I don't think they can avoid it. The entire QPA pl