forked from mbasaglia/Qt-Extended-TabWidget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (27 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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>