17.05.2012, 10:10, "Paulo Silva" <[email protected]>: > Hi, thanks for the reply. > > By tweaking I actually mean changing the way the UI is organized. For > example, maybe I prefer to have a tabbar collecting the project view, > filesystem view, etc. > Maybe I would like to have the vertical button bar have a mode for > small icons (no labels). > Also I might be interested in having the compile.debug/run buttons as > icons next to the project name on mouse over... > Additionally I might prefer to put the buffer view as a slim-lined > tabbed bar, the symbol menu as a tab under the same tabbar as the > project view, and the line/column located at the lower right corner. > > Basically I think I just want to completely rework the UI. Nothing much. > Is it possible via plugins or do I need to actually change the code base?
AFAIU you need to change MainWindow in coreplugin. You can create your fork of QtC with modified coreplugin, providing desired GUI layout. -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
