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
Post a Comment