Re: [Qt-creator] Tools-Form Editor appearance

2010-08-29 Thread Jakov
In this case, all menu items are disable. Once you open a form, they're enabled again. That's appropriate. On Sun, Aug 29, 2010 at 4:17 PM, Gena Cid gena...@inbox.ru wrote: Hi! I've noticed that after first launch Tools-Options Form Editor menu appears in Tools even through there are no

[Qt-creator] [Req] Selected color on Object Inspector

2010-08-27 Thread Jakov
is (236,233,216) while one of the two alternative color is (232,232,232). I find hard to see the selected item on that window. Please use the dark blue color (?) just like when we click on an item. Thank you so much. All the best, Jakov ___ Qt-creator mailing

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

2010-08-23 Thread Jakov
-creator@trolltech.com/msg01774.html Many users like to have this feature. Thank you and the Team so much! Best regards, Jakov On Fri, Aug 20, 2010 at 9:03 AM, Jakov dkym...@gmail.com wrote: Hi group, I'm giving up. Is Qt Creator able to display nested directories? In theory, ex01.pro

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

2010-08-18 Thread Jakov
at the same level with Frames as per your guide... Thanks and have a nice day. -- Jakov On Tue, Aug 17, 2010 at 9:48 PM, Coda Highland c...@bobandgeorge.comwrote: You can make frames.pri include frame1.pri and frame2.pri; just take the technique I showed you and extend upon it. I knew what I

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

2010-08-16 Thread Jakov
in the ex1.pro, ex1 can see frame1.h, but it doesn't know about frame1.cpp, so an error thrown: undefined reference to `TFrame1::TFrame1(QWidget*)' I'll try to summary the problem: how to put individual classes in subdir freely? Please help me. Thank you in advance!!! Best regards, Jakov

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

2010-08-16 Thread Jakov
again. I look at demo and examples in Qt SDK, but there's no helpful examples... Thank you again. BR, Jakov On Mon, Aug 16, 2010 at 9:31 PM, Coda Highland c...@bobandgeorge.comwrote: First off, don't use a subdirs project for that. Just use a normal app project and use relative paths in the .pro

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

2010-08-16 Thread Jakov
: adding Frame1 and Frame2 directories (which include their own classes) within Frames. There's no link line yet, Alan. Thanks for your quick reply! Jakov On Tue, Aug 17, 2010 at 6:20 AM, alan.westbr...@nokia.com wrote: Ahh, I see. What does the first .pri file look like? Do you see