[Interest] Does Qt Creator have a plugin that can format xml file indent?

2013-02-23 Thread gemfield
Hi, ALL It should be a important feature of IDE, but I haven't found it in Qt Creator. Anyone knows? -- Gemfield.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Persistent Editor keep focus when opening new window

2013-02-23 Thread Bill Crocker
On 02/23/2013 07:43 PM, Joshua Grauman wrote: > Bill, > > Thanks so much, that looked like it should do the trick. But > onfortunately, when my new window pops up (even with those flags, I tried > both Qt::Dialog and Qt::Popup), the delegate still looses focus and thus > is deleted... Thanks so muc

Re: [Interest] Persistent Editor keep focus when opening new window

2013-02-23 Thread Joshua Grauman
Bill, Thanks so much, that looked like it should do the trick. But onfortunately, when my new window pops up (even with those flags, I tried both Qt::Dialog and Qt::Popup), the delegate still looses focus and thus is deleted... Thanks so much though. If it matters, I'm using Qt5.0.1 on Linux.

Re: [Interest] Persistent Editor keep focus when opening new window

2013-02-23 Thread Bill Crocker
On 02/23/2013 04:40 PM, Joshua Grauman wrote: > Hello all, > > I have a QTableWidget that uses a custom delegate. When I double click on > a cell, the editor comes up fine. But then I want to be able to pull up a > helper widget/window to enter data into the persistent editor. The problem > is, whe

[Interest] Persistent Editor keep focus when opening new window

2013-02-23 Thread Joshua Grauman
Hello all, I have a QTableWidget that uses a custom delegate. When I double click on a cell, the editor comes up fine. But then I want to be able to pull up a helper widget/window to enter data into the persistent editor. The problem is, when I show the new widget/window, the QTableWidget loose

Re: [Interest] Debugging on Mac OS X

2013-02-23 Thread Paul Floyd
Hi Thanks for the quick reply (as ever). On 23 Feb 2013, at 18:34, Thiago Macieira wrote: > On sábado, 23 de fevereiro de 2013 18.29.31, Paul Floyd wrote: >> Hi >> >> I'm trying to build and run an app that a colleague wrote, without too much >> success. It works OK on Linux (and Windows, but I

Re: [Interest] Debugging on Mac OS X

2013-02-23 Thread Thiago Macieira
On sábado, 23 de fevereiro de 2013 18.29.31, Paul Floyd wrote: > Hi > > I'm trying to build and run an app that a colleague wrote, without too much > success. It works OK on Linux (and Windows, but I'm not certain of that). > > I have > Mac OS X 10.6.8 > XCode 4.0 > clang 3.2 > Qt 4.8.4 built with

[Interest] Debugging on Mac OS X

2013-02-23 Thread Paul Floyd
Hi I'm trying to build and run an app that a colleague wrote, without too much success. It works OK on Linux (and Windows, but I'm not certain of that). I have Mac OS X 10.6.8 XCode 4.0 clang 3.2 Qt 4.8.4 built with whatever compiler it chooses by default, probably GCC 4.2 Qt 5.0.1 built with cl

Re: [Interest] QtCS 2013: interest in attending and contributing to planning and org, sessions chairing and what not.

2013-02-23 Thread Thiago Macieira
On sábado, 23 de fevereiro de 2013 18.10.15, Sivan Greenberg wrote: > Hi good people, > > As per the subject - I guess it is still too early for that? where would > those interested in volunteering sign up etc? Hi Sivan I think that it's not too early. You may just be the first one to step up.

[Interest] QtCS 2013: interest in attending and contributing to planning and org, sessions chairing and what not.

2013-02-23 Thread Sivan Greenberg
Hi good people, As per the subject - I guess it is still too early for that? where would those interested in volunteering sign up etc? Thanks, -- -Sivan ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/in

Re: [Interest] Announcement of Copy - A Qt based cross platform sync app

2013-02-23 Thread Jason Dictos
Yes all files 'parts' remain encrypted in the same cloud used with Barracuda Backup Service. From: interest-bounces+jdictos=barracuda@qt-project.org [interest-bounces+jdictos=barracuda@qt-project.org] On Behalf Of Paul Miller [p...@fxtech.com] Se

Re: [Interest] SslServer issues

2013-02-23 Thread Richard Moore
On 21 February 2013 18:32, Francesco Lamonica wrote: > i've implemented a simple SslServer inheriting from QTcpServer and > overriding the incomingConnection() as suggested from the documentation. > However i am stumbling on a strange problem: QSslSocket fires correctly the > sslErrors() signal fo

Re: [Interest] Announcement of Copy - A Qt based cross platform sync app

2013-02-23 Thread Paul Miller
On 2/22/2013 9:24 PM, Jason Dictos wrote: > Hey everyone, > > As someone who has learned a lot on this mailing list, I > wanted to let you all know of a project I have been heavily involved in > creating this past year. It is called Copy (www.copy.com), and the UI is > written e

Re: [Interest] RouteMap using Qtlocation module in Qt5.0

2013-02-23 Thread Aaron McCarthy
Hi, On Fri, 22 Feb 2013 08:10:46 PM Ramakanthreddy_Kesireddy wrote: > I have extracted the latest sources from Qt location repository and trying > to implement the RouteQuery,RouteModel > > using below code. > > We donot see any route map updated. The RouteItemView should be a child of the Map