/FancyTabBar

FancyTabBar similar to Qt Creator main tab-bar

Primary LanguageC++MIT LicenseMIT

About

FancyTabBar is small project with objective to create tab-bar similar to main tab-bar in Qt Creator. It is possible to get Qt Creators tab-bar from sources https://qt.gitorious.org/qt-creator or already altered version from https://github.com/pcogermany/FancyTabBar, but I was afraid of misunderstanding the licence, so I created my own replica of FancyTabBar.

Example screenshot

Compilation

Compile it with qmake or you can open it with Qt Crator.

qmake FancyTabBar.pro
make

Prerequisites

  • Qt library
  • Qt Creator