Re: [Qt-creator] Thou Shalt Not Lock Thy GUI Thread

2010-08-18 Thread Willy P
Yes, that seems to be it. We are using boost heavily. I'll pull the latest and let you know. Thanks so much! On Wed, Aug 18, 2010 at 12:54 AM, wrote: > > Hi, > > On Aug 17, 2010, at 9:47 PM, ext Willy P wrote: >> >> On a smaller scale is there any way I can give you a repro without >> handing

[Qt-creator] hot keys do not act just get echoed...

2010-08-18 Thread miguel tostes
accent keys '´', '`', '^' and '~' are used as hot keys in pt-br language. On other applications, as gnome-terminal, gedit, etc we get usual behavior, that is to omit the hot key and to transform the followed key composing new simbols, i.e, the sequence '^' + 'a' means the caracter 'â'. I actualize

[Qt-creator] QSystemInfo Error

2010-08-18 Thread dhk
I just started using Qt and even though this seems like a basic question, I haven't found an answer on the web. When I build the quickstart example I get a QSystemInfo error saying it's not found. What is missing or not configured correctly? Under Options->Qt4 I have Auto-detect Qt in PATH. In

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Jordi Pujol
> > I've never seen the *.h wildcard used in .pro files either! Nice find if it > > works! > > > don't do it - it makes your build system not know about file additions, > i.e., you have to remember to run qmake (even more often :}). A simple trick to update the tree quickly : edit .pro file, ( de

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Oswald Buddenhagen
On Wed, Aug 18, 2010 at 09:57:32AM +0200, ext Danny Price wrote: > I've never seen the *.h wildcard used in .pro files either! Nice find if it > works! > don't do it - it makes your build system not know about file additions, i.e., you have to remember to run qmake (even more often :}). the origi

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Daniel Teske
ext Jordi Pujol schrieb: > Hi all, > > I don't remember if this bug was reported, but last week I had to make a > fresh install of QtCreator and I used the last known distribution > version ( 2.0.0 ) on a windows machine. Could you report that at http://bugreports.qt.nokia.com, that should work. (

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Jordi Pujol
> Hi, > > Why don't you try to use the normal way: > > HEADERS += business/*.h > SOURCES += *.cpp \ > business/*.cpp > > I've never seen HEADERS *= before :-) I'm a newbie too. HEADERS += means adding HEADERS *= means adding UNIQUE ( don't repeat files ) The same with SOURCES and

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Danny Price
I've never seen the *.h wildcard used in .pro files either! Nice find if it works! On Wed, Aug 18, 2010 at 8:32 AM, Jakov wrote: > Hi, > > Why don't you try to use the normal way: > > HEADERS += business/*.h > SOURCES += *.cpp \ > business/*.cpp > > I've never seen HEADERS *= before :-

Re: [Qt-creator] Thou Shalt Not Lock Thy GUI Thread

2010-08-18 Thread roberto.raggi
Hi, On Aug 17, 2010, at 9:47 PM, ext Willy P wrote: > > On a smaller scale is there any way I can give you a repro without > handing over my source code? I'm happy to help get to the bottom of > this problem in any way I can. > > Running OSX.5 on a MacBook Pro I think I already fixed this pro

Re: [Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Jakov
Hi, Why don't you try to use the normal way: HEADERS += business/*.h SOURCES += *.cpp \ business/*.cpp I've never seen HEADERS *= before :-) I'm a newbie too. On Wed, Aug 18, 2010 at 2:27 PM, Jordi Pujol wrote: > Hi all, > > I don't remember if this bug was reported, but last wee

[Qt-creator] *.cpp & *.h lost from project ?

2010-08-18 Thread Jordi Pujol
Hi all, I don't remember if this bug was reported, but last week I had to make a fresh install of QtCreator and I used the last known distribution version ( 2.0.0 ) on a windows machine. I'm currently using 1.3.1 version ( Qt 4.6.2, Ubuntu 64 bits ) for my daily work and I use to create projects

Re: [Qt-creator] How to put individual classes to sub dir

2010-08-18 Thread Jakov
Dear Adam, Oh no, I don't mean it. But I'm not able to find a sufficient (official?) documentation about these configurations. I just try-and-error'ed. If you're sure of the possibility of the expected layout above, I'll try more. It's strange that I always see the Frame1 and Frame2 stay at the sa