File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef DockAreaTabBarH
2
2
#define DockAreaTabBarH
3
+ /* ******************************************************************************
4
+ ** Qt Advanced Docking System
5
+ ** Copyright (C) 2017 Uwe Kindler
6
+ **
7
+ ** This library is free software; you can redistribute it and/or
8
+ ** modify it under the terms of the GNU Lesser General Public
9
+ ** License as published by the Free Software Foundation; either
10
+ ** version 2.1 of the License, or (at your option) any later version.
11
+ **
12
+ ** This library is distributed in the hope that it will be useful,
13
+ ** but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ ** Lesser General Public License for more details.
16
+ **
17
+ ** You should have received a copy of the GNU Lesser General Public
18
+ ** License along with this library; If not, see <http://www.gnu.org/licenses/>.
19
+ ******************************************************************************/
20
+
21
+
3
22
// ============================================================================
4
23
// / \file DockAreaTabBar.h
5
24
// / \author Uwe Kindler
Original file line number Diff line number Diff line change 1
1
#ifndef DockAreaTitleBarH
2
2
#define DockAreaTitleBarH
3
+ /* ******************************************************************************
4
+ ** Qt Advanced Docking System
5
+ ** Copyright (C) 2017 Uwe Kindler
6
+ **
7
+ ** This library is free software; you can redistribute it and/or
8
+ ** modify it under the terms of the GNU Lesser General Public
9
+ ** License as published by the Free Software Foundation; either
10
+ ** version 2.1 of the License, or (at your option) any later version.
11
+ **
12
+ ** This library is distributed in the hope that it will be useful,
13
+ ** but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ ** Lesser General Public License for more details.
16
+ **
17
+ ** You should have received a copy of the GNU Lesser General Public
18
+ ** License along with this library; If not, see <http://www.gnu.org/licenses/>.
19
+ ******************************************************************************/
20
+
21
+
3
22
// ============================================================================
4
23
// / \file DockAreaTitleBar.h
5
24
// / \author Uwe Kindler
6
25
// / \date 12.10.2018
7
26
// / \brief Declaration of CDockAreaTitleBar class
8
27
// ============================================================================
9
28
29
+
10
30
// ============================================================================
11
31
// INCLUDES
12
32
// ============================================================================
You can’t perform that action at this time.
0 commit comments