##// END OF EJS Templates
added support for dynamic properties...
added support for dynamic properties git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@121 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r85:90c5da76b56c
Show More
PythonQtVariants.h
81 lines | 4.1 KiB | text/x-c | CLexer
/ src / PythonQtVariants.h
ezust
reorganized SVN tree into branches, tags and trunk...
r0 #ifndef _PYTHONQTVARIANTS_
#define _PYTHONQTVARIANTS_
/*
*
* Copyright (C) 2006 MeVis Research GmbH All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* Further, this software is distributed without any warranty that it is
* free of the rightful claim of any third person regarding infringement
* or the like. Any license provided herein, whether implied or
* otherwise, applies only to this software file. Patent licenses, if
* any, provided herein do not apply to combinations of this program with
* other software, or any other product whatsoever.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact information: MeVis Research GmbH, Universitaetsallee 29,
* 28359 Bremen, Germany or:
*
* http://www.mevis.de
*
*/
//----------------------------------------------------------------------------------
/*!
// \file PythonQtVariants.h
// \author Florian Link
// \author Last changed by $Author: stk $
// \date 2006-08
*/
//----------------------------------------------------------------------------------
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 #include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_Qt.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QBitArray.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QDate.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QTime.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QDateTime.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QUrl.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QLocale.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QRect.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QRectF.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QSize.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QSizeF.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QLine.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QLineF.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QPoint.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QPointF.h"
#include "../generated_cpp/com_trolltech_qt_core/PythonQtWrapper_QRegExp.h"
ezust
reorganized SVN tree into branches, tags and trunk...
r0
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 #include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QFont.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QPixmap.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QBrush.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QColor.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QPalette.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QIcon.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QImage.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QPolygon.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QRegion.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QBitmap.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QCursor.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QSizePolicy.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QKeySequence.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QPen.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QTextLength.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QTextFormat.h"
#include "../generated_cpp/com_trolltech_qt_gui/PythonQtWrapper_QMatrix.h"
ezust
reorganized SVN tree into branches, tags and trunk...
r0
#endif