summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/taskmenu/treewidgeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/taskmenu/treewidgeteditor.h')
-rw-r--r--src/designer/src/components/taskmenu/treewidgeteditor.h65
1 files changed, 20 insertions, 45 deletions
diff --git a/src/designer/src/components/taskmenu/treewidgeteditor.h b/src/designer/src/components/taskmenu/treewidgeteditor.h
index 9b1a607e4..b2d306f0a 100644
--- a/src/designer/src/components/taskmenu/treewidgeteditor.h
+++ b/src/designer/src/components/taskmenu/treewidgeteditor.h
@@ -1,30 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the Qt Designer of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#ifndef TREEWIDGETEDITOR_H
#define TREEWIDGETEDITOR_H
@@ -55,24 +30,24 @@ public:
TreeWidgetContents contents() const;
private slots:
- void on_newItemButton_clicked();
- void on_newSubItemButton_clicked();
- void on_deleteItemButton_clicked();
- void on_moveItemUpButton_clicked();
- void on_moveItemDownButton_clicked();
- void on_moveItemRightButton_clicked();
- void on_moveItemLeftButton_clicked();
-
- void on_treeWidget_currentItemChanged();
- void on_treeWidget_itemChanged(QTreeWidgetItem *item, int column);
-
- void on_columnEditor_indexChanged(int idx);
- void on_columnEditor_itemChanged(int idx, int role, const QVariant &v);
-
- void on_columnEditor_itemInserted(int idx);
- void on_columnEditor_itemDeleted(int idx);
- void on_columnEditor_itemMovedUp(int idx);
- void on_columnEditor_itemMovedDown(int idx);
+ void newItemButtonClicked();
+ void newSubItemButtonClicked();
+ void deleteItemButtonClicked();
+ void moveItemUpButtonClicked();
+ void moveItemDownButtonClicked();
+ void moveItemRightButtonClicked();
+ void moveItemLeftButtonClicked();
+
+ void treeWidgetCurrentItemChanged();
+ void treeWidgetItemChanged(QTreeWidgetItem *item, int column);
+
+ void columnEditorIndexChanged(int idx);
+ void columnEditorItemChanged(int idx, int role, const QVariant &v);
+
+ void columnEditorItemInserted(int idx);
+ void columnEditorItemDeleted(int idx);
+ void columnEditorItemMovedUp(int idx);
+ void columnEditorItemMovedDown(int idx);
void togglePropertyBrowser();
void cacheReloaded();