Skip to content

A TabBar widget that allows middle-mouse tab closing and dragging tabs away

License

Notifications You must be signed in to change notification settings

Neptuneland/Qt-Extended-TabWidget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Qt TabWidget
========================

Here is a Tab widget that on which the user can close its tab using the 
middle mouse button and tabs can be dragged away.
    
    
Demonstration
-------------

A simple demo of the widget is provided in ./tabwidget_demo


Using it in a project
---------------------

Include color_widgets.pri in the QMake project file. 
All the required files are in ./src


Installing as a Qt Designer/Creator Plugin
------------------------------------------

The sources for the designer plugin are in ./tabwidget_designer_plugin

Compile the library and install in
(Qt SDK)/Tools/QtCreator/bin/designer/
(Qt SDK)/(Qt Version)/(Toolchain)/plugins/designer

cd tabwidget_designer_plugin && qmake && make && make install


Latest Version
--------------

The latest version of the sources can be found at the following locations
https://github.com/mbasaglia/Qt-Extended-TabWidget
git://github.com/mbasaglia/Qt-Extended-TabWidget.git


License
-------

LGPLv3+, See COPYING
Copyright (C) 2012-2013 Mattia Basaglia <mattia.basaglia@gmail.com>

About

A TabBar widget that allows middle-mouse tab closing and dragging tabs away

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.8%
  • QMake 14.7%
  • CMake 12.5%