From b73a47aa17fcb020ed70fa99c7792210c83ff16f Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 15 May 2015 14:20:03 +0200 Subject: Doc: Removed the qdoc page for Arthur Plugin example The example was removed in 2d750edc Task-number: QTBUG-41996 Change-Id: I778ef5d3af53be73bba37d99498960d2f766a53f Reviewed-by: Leena Miettinen --- examples/designer/doc/src/arthurplugin.qdoc | 42 ----------------------------- 1 file changed, 42 deletions(-) delete mode 100644 examples/designer/doc/src/arthurplugin.qdoc diff --git a/examples/designer/doc/src/arthurplugin.qdoc b/examples/designer/doc/src/arthurplugin.qdoc deleted file mode 100644 index 0f5e5a2de..000000000 --- a/examples/designer/doc/src/arthurplugin.qdoc +++ /dev/null @@ -1,42 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/legal -** -** This file is part of the documentation of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:FDL$ -** 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 Digia. For licensing terms and -** conditions see http://qt.digia.com/licensing. For further information -** use the contact form at http://qt.digia.com/contact-us. -** -** GNU Free Documentation License Usage -** Alternatively, this file may be used under the terms of the GNU Free -** Documentation License version 1.3 as published by the Free Software -** Foundation and appearing in the file included in the packaging of -** this file. Please review the following information to ensure -** the GNU Free Documentation License version 1.3 requirements -** will be met: http://www.gnu.org/copyleft/fdl.html. -** $QT_END_LICENSE$ -** -****************************************************************************/ - -/*! - \example arthurplugin - \ingroup examples-designer - \title Arthur Plugin - - \brief Using the Qt painting system with \QD custom widget plugins. - - \image arthurplugin-demo.png - - The specialized widgets used in the other examples of the Arthur - painting system are provided as custom widgets to be used with \QD. - Since each of the widgets provides a set of signals and slots, the - effects they show can be controlled by connecting them up to standard - input widgets. -*/ -- cgit v1.2.3