Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
Sending to proper recipient (the list!) this time ;) > Am 05.06.2014 21:49, schrieb Till Oliver Knoll: >> [...] >> Under Settings / "Creation and Execution" ("Erstellen und Ausführen") in >> the "Debug" tab I see: >> >> * Automatically detected >> GDB from System in /usr/bin/gdb >> LLDB from Sy

Re: [Interest] [little] feature request :)

2014-06-05 Thread Rutledge Shawn
On 5 Jun 2014, at 22:15, Damian Ivanov wrote: > make mousearea's propagate events work also for Hover event :) > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest https://bugreports.qt-projec

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Rainer Wiesenfarth
Am 05.06.2014 21:49, schrieb Till Oliver Knoll: [...] Under Settings / "Creation and Execution" ("Erstellen und Ausführen") in the "Debug" tab I see: * Automatically detected GDB from System in /usr/bin/gdb LLDB from System in /usr/bin/lldb LLDB from System in /Applications/Xcode.app/Co

[Interest] QAbstractTableModel: ItemDelegate for both display and edit role

2014-06-05 Thread Christian Gagneraud
Hi all, I would like to use item delegates to both display and edit items using QAbstractTableModel/QTableView. I was able to get my specialised widget used when the user *edit* the field but I would like to have the same widget used for displaying the field as well. My QStyledItemDelegate bas

Re: [Interest] QMessageBox copy to clipboard

2014-06-05 Thread Hamish Moffatt
On 04/06/14 17:12, André Somers wrote: > Hamish Moffatt schreef op 4-6-2014 08:50: >> Hi, >> >> We're displaying an error message with QMessageBox and we'd like to make >> it easy for the user to copy the detailed text to the clipboard. I'd >> like to add a button to do this, but I don't want to di

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
Am 05.06.14 21:49, schrieb Till Oliver Knoll: > ... > I then launched Qt Creator, chose "Rebuild everything from scratch" > ("Alles neu erstellen") as usual and then tried debugging my application > (which was built in debug mode). > > On the log console in then get: > > Debuggen beginnt > Debugg

[Interest] [little] feature request :)

2014-06-05 Thread Damian Ivanov
make mousearea's propagate events work also for Hover event :) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
Hi, I just installed the latest Qt 5.3 binary for Mac (desktop), after I completely uninstalled the previous Qt 5.2.1 (with its Maintenance tool). I then launched Qt Creator, chose "Rebuild everything from scratch" ("Alles neu erstellen") as usual and then tried debugging my application (which wa

Re: [Interest] QtDBus Example to read files from USB

2014-06-05 Thread Thiago Macieira
Em qui 05 jun 2014, às 11:37:41, Ramakanthreddy Kesireddy escreveu: > Thanks Thiago. > We would like to polish the existing implementation attached as we had faced > some problems earlier. > > Please let me know if the calls made are correct or not. The syntax for QtDBus looks correct. I would re

Re: [Interest] QtDBus Example to read files from USB

2014-06-05 Thread Ramakanthreddy Kesireddy
Thanks Thiago. We would like to polish the existing implementation attached as we had faced some problems earlier. Please let me know if the calls made are correct or not. Best Regards, Ramakanth From: interest-bounces+ramakanthreddy_kesireddy=mahindrasa

Re: [Interest] Qt Bluetooth API in QT5.3

2014-06-05 Thread Ramakanthreddy Kesireddy
We are looking for Sink side support(In Vehicle Infotainment) as the use case is Audio Streaming from Smartphone to IVI i.e the media from smartphone needs to be played in IVI side. Best Regards, Ramakanth From: interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org [mailt

Re: [Interest] Qt Bluetooth API in QT5.3

2014-06-05 Thread Blasche Alexander
Hi, at this point there is no A2DP support in QtBluetooth. Just out of curiosity, where you looking for Sink or Source side support? -- Alex From: interest-bounces+alexander.blasche=digia@qt-project.org [interest-bounces+alexander.blasche=digia@qt-pro

Re: [Interest] Qt5 performance on imx6 with full hd

2014-06-05 Thread Gunnar Sletta
On 05 Jun 2014, at 11:39, Jacob Kroon wrote: > Hi Gunnar, > > A smaller image that I scale up seems to improve performance as well. > However, I'm not sure if generating the tiled-noise using a shader would > improve things on the Wandboard, I did try the qt5-launch-demo, normal and > simple

Re: [Interest] X11: Set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_DOCK for QQmlApplicationEngine-based application

2014-06-05 Thread Damian Ivanov
On Linux you can use libkwindowsystem, this will work with x11 (xlib and xcb) and wayland. If you want that done in qml I have done a wrapper for kwindowsystem to qml https://github.com/damianatorrpm/qmltaskbar/ 2014-06-05 10:18 GMT+02:00 Mikhail Khvoinitsky : > For QWidget-based app there was Qt:

Re: [Interest] Qt5 performance on imx6 with full hd

2014-06-05 Thread Jacob Kroon
Hi Gunnar, On Tue, May 27, 2014 at 10:36 AM, Gunnar Sletta wrote: > > On 27 May 2014, at 10:28, Jacob Kroon wrote: > > > Hi Gunnar, > > > > On Fri, May 23, 2014 at 11:39 AM, Gunnar Sletta > wrote: > > > > On 23 May 2014, at 10:32, Jacob Kroon wrote: > > > > > Hi, > > > > > > I'm experimenting

Re: [Interest] Convert QQuickItem into image

2014-06-05 Thread Giuseppe D'Angelo
On 5 June 2014 11:16, Gunnar Sletta wrote: > It is new API so it goes to the next minor version of Qt, 5.4 in this case. Please add the \since... :-) -- Giuseppe D'Angelo ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/ma

Re: [Interest] Convert QQuickItem into image

2014-06-05 Thread Gunnar Sletta
It is new API so it goes to the next minor version of Qt, 5.4 in this case. cheers, Gunnar On 05 Jun 2014, at 11:14, Ben Lau wrote: > wow!! It is great! > > Will it be available in Qt 5.3.1? Or it need to wait unless Qt 5.4? > > > On 5 June 2014 16:48, Liang Qi wrote: > That was done, > ht

Re: [Interest] Convert QQuickItem into image

2014-06-05 Thread Ben Lau
wow!! It is great! Will it be available in Qt 5.3.1? Or it need to wait unless Qt 5.4? On 5 June 2014 16:48, Liang Qi wrote: > That was done, > https://github.com/qtproject/qtdeclarative/commit/0cb12e9e01b8309320706fab219945f0ff159413 > > http://doc-snapshot.qt-project.org/qt5-dev/qquickitem.h

Re: [Interest] Qt Bluetooth API in QT5.3

2014-06-05 Thread Ramakanthreddy Kesireddy
I understand that OPP and SPP is supported in Qt Bluetooth API. However, for the below usecase, Please let me know if A2DP is supported in Qt Bluetooth API. Thanks and Regards, Ramakanth From: interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org [mailto:interest-bounces

Re: [Interest] Array syntax in QML

2014-06-05 Thread Christopher Courtois
Sorry my last mail was sent before I finished it :/ Let me start again : In QML the regular syntax to fill an array in declarative way is : states: [ State {...}, State {...}, State {...} ] I found out by accident that an alternative syntax is also supported but it didn't find any do

Re: [Interest] Convert QQuickItem into image

2014-06-05 Thread Liang Qi
That was done, https://github.com/qtproject/qtdeclarative/commit/0cb12e9e01b8309320706fab219945f0ff159413 http://doc-snapshot.qt-project.org/qt5-dev/qquickitem.html#grabToImage Regards, Liang On 5 June 2014 10:15, Ben Lau wrote: > hi, > > I am writing an application that needs to convert a QM

[Interest] Array syntax in QML

2014-06-05 Thread Christopher Courtois
The reuglat syntax for array is states: [ ] Christopher Courtois ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Listen to MySQL database change

2014-06-05 Thread Ben Lau
Hi Olivier, First of all , it should check about did MySQL support to watch for changes. According to the discussion result I found on Google , it don't support any solution other than polling. http://stackoverflow.com/questions/167254/watching-a-table-for-change-in-mysql Please check the discus

[Interest] X11: Set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_DOCK for QQmlApplicationEngine-based application

2014-06-05 Thread Mikhail Khvoinitsky
For QWidget-based app there was Qt::WA_X11NetWmWindowTypeDock WidgetAttribute flag. When I try to set property manually using libX11.so, Qt instantly overwrites the property. Any suggestions? Thanks. ___ Interest mailing list Interest@qt-project.org http:

[Interest] Convert QQuickItem into image

2014-06-05 Thread Ben Lau
hi, I am writing an application that needs to convert a QML component within a Flickable into image. As the size can be larger than the Flickable. Therefore ,QQuickView::grabWindow() do not work in this case. Any alternative method to paint a QQuickItem into image? Any tips will be welcome. I may

[Interest] Qt Bluetooth API in QT5.3

2014-06-05 Thread Ramakanthreddy Kesireddy
Hi, Please let me know if the below usecases are supported in Qt Bluetooth API. 1)Audio Streaming from Smartphone to IVI (A2DP protocol) 2)Smartphone notifications and messages onto IVI (SPP protocol) Thanks and Regards, Ramakanth DISCLAIMER: This email (inclu