Hi Andrii, no, it shows whatever is in the build system. This view is meant to allow for adding files to the build system and similar operations where it is important to know where things will turn up.
It is *not* a navigation view. Unfortunately we do not have a proper navigation view, which apparently is something people moving over to Qt Creator seem to expect. It would be great if somebody would volunteer to step up and implement such a view, which then would need to be customizable in the ways you describe. Personally I much prefer the locator (just hit ctrl-K and start typing a filename and hop there) to any mouse-intensive navigation widget:-) Best Regards, Tobias -- Tobias Hunger, Senior Software Engineer | The Qt Company The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B Email: [email protected] | Phone: +49 30 63 92 3255 www.qt.io | Qt Blog: http://blog.qt.digia.com/ | Twitter: @QtbyDigia, @Qtproject | Facebook: www.facebook.com/qt On Mi, Jan 28, 2015 at 7:58 , Andrii Anpilogov <[email protected]> wrote: > Hi Tobias, > > I see. > Is there any features to control project tree from qbs files? > Something line description, order, groups? > > Regards > > 2015-01-28 0:34 GMT+08:00 Tobias Hunger > <[email protected]>: >> Hi Andrii, >> >> no, that is not possible. >> >> The projects panel is supposed to visualize the build system >> structure, so I made sure it will always include everything >> referrenced in your qbs files. >> >> Best Regards, >> Tobias >> >> -- >> Tobias Hunger, Senior Software Engineer | The Qt Company >> >> The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin >> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz >> der Gesellschaft: Berlin, Registergericht: Amtsgericht >> Charlottenburg, HRB 144331 B >> >> Email: [email protected] | Phone: +49 30 63 92 3255 >> www.qt.io | Qt Blog: http://blog.qt.digia.com/ | Twitter: >> @QtbyDigia, @Qtproject | Facebook: www.facebook.com/qt >> >> >> On Di, Jan 27, 2015 at 5:04 , Andrii Anpilogov <[email protected]> >> wrote: >>> Hi guys, >>> >>> Is there anyway to hide nested project in project tree? >>> >>> For example: >>> >>> import qbs >>> Project { >>> name: RootProject >>> >>> Project { >>> name: "drivers" >>> references: ["driver1.qbs", "driver2.qbs"] >>> } >>> >>> Project { >>> name: "hidden_drivers" >>> hide: true >>> references: ["driver3.qbs", "driver4.qbs"] >>> } >>> } >>> >>> I want to see in project tree only: >>> RootProject: >>> drivers: >>> driver1 >>> driver2 >>> >>> Regards >> > > > > -- > -- > WBR, > Andrii Anpilogov > Phone: +86 186-1660-3720 > Skype: anpilogov.andrey > mailto:[email protected], [email protected] > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
