c++ - Qt Tabs for Files -


well, i'm working on ide system, can open multiple files @ same time. i'm noob tabs. i'm trying tabsystem, click file on file tree , opens new tab , show it's content. can switch other tag switch one, drag tabs, etc.

any idea?

to display project tree use qtreewidget. file content use qtextedit(for starter). use qtabwidget show multiple qtextedits in different tabs.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -