summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Rosenthal <nrosenth@nokia.com>2009-06-08 17:24:33 -0700
committerNoam Rosenthal <nrosenth@nokia.com>2009-06-08 17:24:33 -0700
commit632fdef78091e8e3f1a2b31d31a7f42c78b10706 (patch)
tree21fd5ae40783c8f415457d57047c083d790d8281
parent9eb87e25b25b4af214746221ef8bbd82ddae602d (diff)
Fix headers for labs
-rw-r--r--examples/calc/calc.cpp17
-rw-r--r--examples/calc/calc.h17
-rw-r--r--examples/mediaplayer/main.cpp17
-rw-r--r--examples/mediaplayer/songdata.h17
-rw-r--r--examples/mediaplayer/spengine.cpp17
-rw-r--r--examples/mediaplayer/spengine.h17
-rw-r--r--examples/mediaplayer/spharvester.cpp17
-rw-r--r--examples/mediaplayer/spharvester.h17
-rw-r--r--examples/mediaplayer/spmodel.cpp17
-rw-r--r--examples/mediaplayer/spmodel.h17
-rw-r--r--examples/mediaplayer/spview.cpp17
-rw-r--r--examples/mediaplayer/spview.h18
-rw-r--r--src/qscxml.cpp17
-rw-r--r--src/qscxml.h17
-rw-r--r--src/qscxmlgui.cpp18
-rw-r--r--src/qscxmlgui.h17
16 files changed, 34 insertions, 240 deletions
diff --git a/examples/calc/calc.cpp b/examples/calc/calc.cpp
index 55877ce..83c0f00 100644
--- a/examples/calc/calc.cpp
+++ b/examples/calc/calc.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "calc.h"
diff --git a/examples/calc/calc.h b/examples/calc/calc.h
index 0d65418..4d7c18e 100644
--- a/examples/calc/calc.h
+++ b/examples/calc/calc.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef CALC_H
diff --git a/examples/mediaplayer/main.cpp b/examples/mediaplayer/main.cpp
index bf60bde..c510114 100644
--- a/examples/mediaplayer/main.cpp
+++ b/examples/mediaplayer/main.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "qscxml.h"
diff --git a/examples/mediaplayer/songdata.h b/examples/mediaplayer/songdata.h
index bfe5a24..0e2a644 100644
--- a/examples/mediaplayer/songdata.h
+++ b/examples/mediaplayer/songdata.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef SONGDATA_H
diff --git a/examples/mediaplayer/spengine.cpp b/examples/mediaplayer/spengine.cpp
index 6cf1e8f..bd4b555 100644
--- a/examples/mediaplayer/spengine.cpp
+++ b/examples/mediaplayer/spengine.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "spengine.h"
diff --git a/examples/mediaplayer/spengine.h b/examples/mediaplayer/spengine.h
index 16e19cb..cf69e16 100644
--- a/examples/mediaplayer/spengine.h
+++ b/examples/mediaplayer/spengine.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef SPENGINE_H
diff --git a/examples/mediaplayer/spharvester.cpp b/examples/mediaplayer/spharvester.cpp
index 44763b5..dd7a110 100644
--- a/examples/mediaplayer/spharvester.cpp
+++ b/examples/mediaplayer/spharvester.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "spharvester.h"
diff --git a/examples/mediaplayer/spharvester.h b/examples/mediaplayer/spharvester.h
index b948fb4..5a5ea65 100644
--- a/examples/mediaplayer/spharvester.h
+++ b/examples/mediaplayer/spharvester.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef SPHARVESTER_H
diff --git a/examples/mediaplayer/spmodel.cpp b/examples/mediaplayer/spmodel.cpp
index 399c4cf..cb549a8 100644
--- a/examples/mediaplayer/spmodel.cpp
+++ b/examples/mediaplayer/spmodel.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "spmodel.h"
diff --git a/examples/mediaplayer/spmodel.h b/examples/mediaplayer/spmodel.h
index ddbd789..0ba4560 100644
--- a/examples/mediaplayer/spmodel.h
+++ b/examples/mediaplayer/spmodel.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef SPMODEL_H
diff --git a/examples/mediaplayer/spview.cpp b/examples/mediaplayer/spview.cpp
index 7a56918..e74e64d 100644
--- a/examples/mediaplayer/spview.cpp
+++ b/examples/mediaplayer/spview.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#include "spview.h"
diff --git a/examples/mediaplayer/spview.h b/examples/mediaplayer/spview.h
index bbace9f..3b855bb 100644
--- a/examples/mediaplayer/spview.h
+++ b/examples/mediaplayer/spview.h
@@ -1,25 +1,13 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
+
#ifndef SPVIEW_H
#define SPVIEW_H
#include <QObject>
diff --git a/src/qscxml.cpp b/src/qscxml.cpp
index f81efcc..3ecf709 100644
--- a/src/qscxml.cpp
+++ b/src/qscxml.cpp
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
/*!
diff --git a/src/qscxml.h b/src/qscxml.h
index bfecc43..0246f5e 100644
--- a/src/qscxml.h
+++ b/src/qscxml.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
diff --git a/src/qscxmlgui.cpp b/src/qscxmlgui.cpp
index 387ef67..724e12a 100644
--- a/src/qscxmlgui.cpp
+++ b/src/qscxmlgui.cpp
@@ -1,25 +1,13 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
+
#include "qscxmlgui.h"
#include <QMenu>
#include <QDebug>
diff --git a/src/qscxmlgui.h b/src/qscxmlgui.h
index a9399ca..ad5744c 100644
--- a/src/qscxmlgui.h
+++ b/src/qscxmlgui.h
@@ -1,23 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Copyright (C) 2008-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the SCXML project on Trolltech Labs.
**
-** This file may be used under the terms of the GNU General Public
-** License version 2.0 or 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of
-** this file. Please review the following information to ensure GNU
-** General Public Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** If you are unsure which license is appropriate for your use, please
-** contact the sales department at qt-sales@nokia.com.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+** $TROLLTECH_GPL_LICENSE$
**
****************************************************************************/
#ifndef QSCXMLGUI_H