Re: [Interest] Questions about QML

2014-09-30 Thread Harri Porten
On Tue, 30 Sep 2014, Oleg Shparber wrote: > 4. Is there a way to provide my own container type? Overloading [] with > Q_INVOKABLE does not work. I'd like to have a custom buffer type which I > can use as myBuffer[index]. [] is not a function in JavaScript. It's a property access. a[b] equates

Re: [Interest] Questions about QML

2014-09-30 Thread Oleg Shparber
Hi Sze Howe, On Tue, Sep 30, 2014 at 7:32 PM, Sze Howe Koh wrote: > Hi, > > On 1 October 2014 09:05, Oleg Shparber wrote: > > Hi, > > > > I am working on a QML plugin which should provide a set of "modules" with > > functionality similar to some of built-in Node.js modules. The > requirement >

[Interest] Qt Creator error with debugger on OS X

2014-09-30 Thread Freddy Martinez Garcia
Hi guys… I had updated my OS to OSX 10.9.5 and after that, the Qt Creator tell me “No debugger set up” when I try to debugging my code. I had look into the Debugger options and I have 2 of them defined: 1.- /Applications/Xcode.app/Contents/Developer/usr/bin/lldb 2.- /usr/bin/lldb When I defi

Re: [Interest] Questions about QML

2014-09-30 Thread Sze Howe Koh
Hi, On 1 October 2014 09:05, Oleg Shparber wrote: > Hi, > > I am working on a QML plugin which should provide a set of "modules" with > functionality similar to some of built-in Node.js modules. The requirement > also is that third-party JS libraries created for Node.js should also work > out of

Re: [Interest] Get QtDbus interface name?

2014-09-30 Thread Thiago Macieira
On Tuesday 30 September 2014 13:23:45 Nate Rogers wrote: > I get a segfault. Is this a known bug in Qt? No. It might be a bug, but it's not known. > Also is there any way to set a name for the process that is calling the > testMethod function so that I get a service name rather than a bus > addr

[Interest] Questions about QML

2014-09-30 Thread Oleg Shparber
Hi, I am working on a QML plugin which should provide a set of "modules" with functionality similar to some of built-in Node.js modules. The requirement also is that third-party JS libraries created for Node.js should also work out of the box. While much of the work is straightforward, there are s

[Interest] Widget contents draw over rounded borders

2014-09-30 Thread Hamish Moffatt
I'm trying to put rounded borders on some widgets (QFrame, QGroupBox, QListView for example) using border-radius in the stylesheet, but I find that the widget contents tend to draw over the borders. tl;dr; is there a way to have the borders drawn later, over the top of the contents? With th

Re: [Interest] Get QtDbus interface name?

2014-09-30 Thread Nate Rogers
I found that if I create a method and put it in my xml file like this... I am able to use message().service() to get the bus address of the caller from inside the testMethod function. If I try to do the same thing from a public function that is defined as a property in the xml file like this

Re: [Interest] Qt3d bild issues

2014-09-30 Thread Thiago Macieira
On Tuesday 30 September 2014 14:47:28 Amit.2.Deshpande@continental- corporation.com wrote: > I am new to Qt and I am configuring Qt3D module for Qt. Qt3D is not released yet, so at this point it could be just totally out of shape. Don't use it. -- Thiago Macieira - thiago.macieira (AT)

Re: [Interest] Qt3d bild issues

2014-09-30 Thread Michael Sué
Hi, You should use #include Instead of the version with .h: “qobject.h” Best, Michael. From: interest-bounces+sue=nf.mpg...@qt-project.org [mailto:interest-bounces+sue=nf.mpg...@qt-project.org] On Behalf Of amit.2.deshpa...@continental-corporation.com Sent: Tuesday, September 30, 2014 2:47

Re: [Interest] Qt Project Website Down

2014-09-30 Thread Kojo Tero
> -Original Message- > From: interest-bounces+tero.kojo=digia@qt-project.org > [mailto:interest-bounces+tero.kojo=digia@qt-project.org] On Behalf Of > Till Oliver Knoll > Sent: 30. syyskuuta 2014 13:18 > To: Qt Project > Subject: Re: [Interest] Qt Project Website Down > > Am 30.09.

Re: [Interest] Qt Project Website Down

2014-09-30 Thread Till Oliver Knoll
Am 30.09.2014 um 12:14 schrieb Tomasz Siekierda : > The site is up again. Shellshock? :O Cheers, Oliver ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Project Website Down

2014-09-30 Thread Tomasz Siekierda
The site is up again. Thanks :-) On 30 September 2014 10:32, Kojo Tero wrote: > Hi, > > > > Not intentional. We seem to have a database issue. > > > > We are working on it, and should have the site back within an hour. > > > > Best regards, > > Tero > > > > From: interest-bounces+tero.kojo=digia

Re: [Interest] How can I use Qt5 in my own mainloop?

2014-09-30 Thread Guido Seifert
> If i understood correctly, Qt is base on a GTK+2 main loop and I'm using a > fork of the Tcl/tk main loop. Ouch... This is about as true as saying C++ is based on BASIC. Guido ___ Interest mailing list Interest@qt-project.org http://lists.qt-project

Re: [Interest] How can I use Qt5 in my own mainloop?

2014-09-30 Thread POIRIER Mathieu
Thanks but this is much complex than that. And for research purpose, I need my main loop. Also Qt5 is not my only backend. If i understood correctly, Qt is base on a GTK+2 main loop and I'm using a fork of the Tcl/tk main loop. I have try to add a Native filter on my QApp and dispatch them to m

Re: [Interest] Ubuntu 13.10 Qt5.4 alpha build error

2014-09-30 Thread Samuel Gaist
Hi On 30 sept. 2014, at 10:52, Ramakanthreddy Kesireddy wrote: > Hi, > > Am getting below build error while trying to compile Qt5.4 alpha on Ubuntu > 13.10 desktop. > > using python: /usr/bin/python version: 2.7.5+ (default, Feb 27 2014, > 19:39:55) > [GCC 4.8.1] > Using extra options fo

Re: [Interest] Bluetooth example (btchat) not working on linux

2014-09-30 Thread Blasche Alexander
That's very unlikely as focus is on extending/completing the Bluetooth Low Energy feature which is offered as tech preview in Qt 5.4. -- Alex From: Ramakanthreddy Kesireddy [ramakanthreddy.kesire...@techmahindra.com] Sent: Tuesday, September 30, 2014 10:5

[Interest] Ubuntu 13.10 Qt5.4 alpha build error

2014-09-30 Thread Ramakanthreddy Kesireddy
Hi, Am getting below build error while trying to compile Qt5.4 alpha on Ubuntu 13.10 desktop. using python: /usr/bin/python version: 2.7.5+ (default, Feb 27 2014, 19:39:55) [GCC 4.8.1] Using extra options found in /home/sona/qt-everywhere-opensource-src-5.4.0-alpha/qtwebengine/src/core/qmake_e

Re: [Interest] Bluetooth example (btchat) not working on linux

2014-09-30 Thread Ramakanthreddy Kesireddy
Hi, Those are likely to be supported in next major open source releases or in Qt Enterprise version only? Br, Ramakanth -Original Message- From: interest-bounces+ramakanthreddy.kesireddy=techmahindra@qt-project.org [mailto:interest-bounces+ramakanthreddy.kesireddy=techmahindra@

Re: [Interest] Bluetooth example (btchat) not working on linux

2014-09-30 Thread Blasche Alexander
Hi, Those profiles/services are not supported. -- Alex From: Ramakanthreddy Kesireddy [ramakanthreddy.kesire...@techmahindra.com] Sent: Tuesday, September 30, 2014 09:20 To: Blasche Alexander; interest@qt-project.org Subject: RE: [Interest] Bluetooth exam

Re: [Interest] Qt Project Website Down

2014-09-30 Thread Kojo Tero
Hi, Not intentional. We seem to have a database issue. We are working on it, and should have the site back within an hour. Best regards, Tero From: interest-bounces+tero.kojo=digia@qt-project.org [mailto:interest-bounces+tero.kojo=digia@qt-project.org] On Behalf Of Carel Combrink Sent

[Interest] Qt Project Website Down

2014-09-30 Thread Carel Combrink
Hi, This is probably not the correct place to report this but it seems like the Qt Project website (qt-project.org/) is down. Was this planned or did something go wrong (or is it just me)? I am trying to access the forums, and the links I made just

Re: [Interest] Bluetooth example (btchat) not working on linux

2014-09-30 Thread Ramakanthreddy Kesireddy
Thanks a lot for your inputs. It really helped. I would like to know if other features like Handsfree, Phone book and Media streaming including control are supported in Qt Bluetooth. Thanks and Regards, Ramakanth -Original Message- From: interest-bounces+ramakanthreddy.kesireddy=techmahi