Re: [Interest] famous issue : setMouseTracking

2016-03-04 Thread Nicolas Jäger
hi Nye, > > Initially I just set several widget with setMouseTracking but it didn't > worked. > > Well, I'd never had any problem with mouse tracking, but you may have > stumbled on a bug or a platform incompatibility, however remote that > possibility might be. Unfortunately, I haven't any

Re: [Interest] scaling QRect inside a QWidget

2016-03-04 Thread Nicolas Jäger
I solved this issue, by some different way I was thinking yesterday. Thx Nye. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread Tony Rietwyk
Hi Roshni, It depends on the number of columns, and whether the data is static or dynamic. Even then 500 nodes doesn't sound much, so I would just use QTreeWidget for now. Hope that helps, Tony From: Interest [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org]

Re: [Interest] Android services

2016-03-04 Thread m...@rpzdesign.com
Why don't you create a skeleton test app and share with the group the source code. I sent you a reply message yesterday suggesting the Android Job API. You might find sweeter fruit using that. md On 3/4/2016 4:46 PM, Jason H wrote: So I am trying to implement a background service and it's

[Interest] Android services

2016-03-04 Thread Jason H
So I am trying to implement a background service and it's not going very well. The service is being used to upload files when the UI is suspended. My usage differs from the http://www.kdab.com/qt-android-episode-7/ tutorial in a number of ways. 1. I have a Qt App 2. I have a subclassed

Re: [Interest] famous issue : setMouseTracking

2016-03-04 Thread Nye
> Initially I just set several widget with setMouseTracking but it didn't worked. Well, I'd never had any problem with mouse tracking, but you may have stumbled on a bug or a platform incompatibility, however remote that possibility might be. Unfortunately, I haven't any more suggestions to

Re: [Interest] [OS X] maintaining a list of own WIds

2016-03-04 Thread John Weeks
> On Mar 4, 2016, at 11:24 AM, René J. V. Bertin wrote: > > Indeed. But it seems it *is* possible to be notified when the widget > (finally) > does become visible using something like Which is exactly what we do because we need to know *before* a window is minimized:

Re: [Interest] [OS X] maintaining a list of own WIds

2016-03-04 Thread René J . V . Bertin
John Weeks wrote: >> That's what I was really asking about: how >> to get notified each time something is created that has a WId. > > Which is complicated by Qt's insistence on creating the platform-specific > thing (wID as NSView, HWND, etc.) only when the QWidget becomes visible. Indeed. But

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread william.croc...@analog.com
On 03/04/2016 11:24 AM, André Somers wrote: Op 04/03/2016 om 13:20 schreef william.croc...@analog.com: On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread André Somers
Op 04/03/2016 om 13:20 schreef william.croc...@analog.com: On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you let me how will be performance of using

Re: [Interest] Dynamic translations for mobile apps at runtime?

2016-03-04 Thread Jérôme Godbout
Just to be clear, the lupdate did not found the string and skip it, nothing new is found or updated. The usage after work properly. On Fri, Mar 4, 2016 at 9:06 AM, Jérôme Godbout wrote: > > "-tr-function-alias qsTr=MySingleton.myqsTr" > That's what I tried but it didn't

Re: [Interest] Dynamic translations for mobile apps at runtime?

2016-03-04 Thread Jérôme Godbout
> "-tr-function-alias qsTr=MySingleton.myqsTr" That's what I tried but it didn't work sadly. That would have solve it nicely. On Thu, Mar 3, 2016 at 5:43 PM, Jason H wrote: > What if you did "-tr-function-alias qsTr=MySingleton.myqsTr" ? > > *Sent:* Thursday, March 03, 2016 at

Re: [Interest] famous issue : setMouseTracking

2016-03-04 Thread Nicolas Jäger
hi, > > if some widget has the setMouseTracking set to true, the event > mouseMoveEvent is detected only when a clicked is perfomed. > > This doesn't sound right, enabling the mouse tracking causes mouse move > events to be dispatched to the widget without the need to have a mouse > click

Re: [Interest] Regarding QtreeWidget

2016-03-04 Thread william.croc...@analog.com
On 03/04/2016 03:06 AM, Roshni Lalwani wrote: I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you let me how will be performance of using QtreeWidget for 500 elements . Will it lead to some performance

[Interest] Fwd: Minimum required OS X SDK for Qt 5.6?

2016-03-04 Thread NoRulez
Anfang der weitergeleiteten E‑Mail: > Von: NoRulez > Datum: 4. März 2016 um 10:46:15 MEZ > An: Tim Blechmann > Betreff: Re: [Interest] Minimum required OS X SDK for Qt 5.6? > > My current problem is that if I use a newer SDK than 10.8 and/or if I add >

Re: [Interest] scaling QRect inside a QWidget

2016-03-04 Thread Nye
Hello Nicolas, > just scaling the widget don't resize the QRect I don't see a reason this should happen automatically, you're supposed to scale your rect yourself. > But first, since widths are int, I have to make a conversion to float then to int, who brings some rounding errors. This is

Re: [Interest] famous issue : setMouseTracking

2016-03-04 Thread Nye
Hello Nicolas, > if some widget has the setMouseTracking set to true, the event mouseMoveEvent is detected only when a clicked is perfomed. This doesn't sound right, enabling the mouse tracking causes mouse move events to be dispatched to the widget without the need to have a mouse click

[Interest] Regarding QtreeWidget

2016-03-04 Thread Roshni Lalwani
I have application in which I am planning to use a QtreeWidget . The maxinum number of elements in the treeWidget can go uptp 500 . COuld you let me how will be performance of using QtreeWidget for 500 elements . Will it lead to some performance degradation Regards Roshni

Re: [Interest] Minimum required OS X SDK for Qt 5.6?

2016-03-04 Thread Tim Blechmann
>> what is the minimum required Mac OS X SDK? > > Latest. There's no point in using any SDK but the latest. > > You can compile applications (and Qt itself) to target older OSes, even with > the latest SDK. in theory yes, in practice YMMV. especially there was an ABI breakage between 10.8 to