# Python wrapper code.
#
# Generated by SIP v2.5 on Fri Aug 10 18:47:49 2001
#
# Terms and Conditions
# 
# Copyright (c) 1998, 1999, 2000, 2001
# 	Phil Thompson <phil@river-bank.demon.co.uk>
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
# COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
# IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the copyright holder shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# copyright holder.

# Support for signals.

def SLOT(slot):
	return '1' + slot

def SIGNAL(sig):
	return '2' + sig

def PYSIGNAL(sig):
	return '9' + sig

import libqtc

libqtc.sipInitModule()

class Qt:
	def __init__(self,*args):
		libqtc.sipCallCtor(223,self,args)
	def __del__(self):
		__sipDtor__(self)

class QObject(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(215,self,args)

class QPaintDevice:
	def __init__(self,*args):
		libqtc.sipCallCtor(221,self,args)
	def __del__(self):
		__sipDtor__(self)

class QWidget(QObject,QPaintDevice):
	def __init__(self,*args):
		libqtc.sipCallCtor(209,self,args)

class QWorkspace(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(0,self,args)

class QWMatrix:
	def __init__(self,*args):
		libqtc.sipCallCtor(1,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDialog(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(186,self,args)

class QWizard(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(2,self,args)

class QStyle(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(182,self,args)

class QCommonStyle(QStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(183,self,args)

class QWindowsStyle(QCommonStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(67,self,args)

class QFrame(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(118,self,args)

class QWidgetStack(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(3,self,args)

class QWhatsThis(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(4,self,args)

class QGroupBox(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(207,self,args)

class QVGroupBox(QGroupBox):
	def __init__(self,*args):
		libqtc.sipCallCtor(5,self,args)

class QButtonGroup(QGroupBox):
	def __init__(self,*args):
		libqtc.sipCallCtor(208,self,args)

class QVButtonGroup(QButtonGroup):
	def __init__(self,*args):
		libqtc.sipCallCtor(6,self,args)

class QHBox(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(116,self,args)

class QVBox(QHBox):
	def __init__(self,*args):
		libqtc.sipCallCtor(7,self,args)

class QVariant:
	def __init__(self,*args):
		libqtc.sipCallCtor(8,self,args)
	def __del__(self):
		__sipDtor__(self)

class QValidator(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(11,self,args)

class QDoubleValidator(QValidator):
	def __init__(self,*args):
		libqtc.sipCallCtor(9,self,args)

class QIntValidator(QValidator):
	def __init__(self,*args):
		libqtc.sipCallCtor(10,self,args)

class QUrl:
	def __init__(self,*args):
		libqtc.sipCallCtor(14,self,args)
	def __del__(self):
		__sipDtor__(self)

class QUrlOperator(QObject,QUrl):
	def __init__(self,*args):
		libqtc.sipCallCtor(12,self,args)

class QUrlInfo:
	def __init__(self,*args):
		libqtc.sipCallCtor(13,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTranslator(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(15,self,args)

class QTranslatorMessage:
	def __init__(self,*args):
		libqtc.sipCallCtor(16,self,args)
	def __del__(self):
		__sipDtor__(self)

class QToolTip(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(17,self,args)

class QToolTipGroup(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(18,self,args)

class QButton(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(210,self,args)

class QToolButton(QButton):
	def __init__(self,*args):
		libqtc.sipCallCtor(19,self,args)

class QToolBar(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(20,self,args)

class QTimer(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(21,self,args)

class QScrollView(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(202,self,args)

class QTextView(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(28,self,args)

class QTextStream:
	def __init__(self,*args):
		libqtc.sipCallCtor(24,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTextOStream(QTextStream):
	def __init__(self,*args):
		libqtc.sipCallCtor(22,self,args)

class QTextIStream(QTextStream):
	def __init__(self,*args):
		libqtc.sipCallCtor(23,self,args)

class QTextCodec:
	def __init__(self,*args):
		libqtc.sipCallCtor(25,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTextDecoder:
	def __init__(self,*args):
		libqtc.sipCallCtor(26,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTextEncoder:
	def __init__(self,*args):
		libqtc.sipCallCtor(27,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTextBrowser(QTextView):
	def __init__(self,*args):
		libqtc.sipCallCtor(29,self,args)

class QTabWidget(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(30,self,args)

class QTableView(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(76,self,args)

class QHeader(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(114,self,args)

class QTableHeader(QHeader):
	def __init__(self,*args):
		libqtc.sipCallCtor(31,self,args)

class QTable(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(32,self,args)

class QTableItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(33,self,args)

class QTableSelection:
	def __init__(self,*args):
		libqtc.sipCallCtor(34,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTabDialog(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(35,self,args)

class QTabBar(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(36,self,args)

class QTab:
	def __init__(self,*args):
		libqtc.sipCallCtor(37,self,args)
	def __del__(self):
		__sipDtor__(self)
	def __getattr__(self,name):
		return libqtc.sipCallGetVar(37,self,name)
	def __setattr__(self,name,value):
		return libqtc.sipCallSetVar(37,self,name,value)

class QStyleSheet(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(38,self,args)

class QStyleSheetItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(39,self,args)

class QStringList:
	def __init__(self,*args):
		libqtc.sipCallCtor(40,self,args)
	def __del__(self):
		__sipDtor__(self)
	def __len__(self):
		return len(self.sipThis)
	def __getitem__(self,key):
		return self.sipThis[key]
	def __contains__(self,member):
		return member in self.sipThis

class QString:
	def __init__(self,*args):
		libqtc.sipCallCtor(41,self,args)
	def __del__(self):
		__sipDtor__(self)
	def __str__(self):
		return str(self.sipThis)

class QChar:
	def __init__(self,*args):
		libqtc.sipCallCtor(42,self,args)
	def __del__(self):
		__sipDtor__(self)

class QStatusBar(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(43,self,args)

class QSplitter(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(44,self,args)

class QRangeControl:
	def __init__(self,*args):
		libqtc.sipCallCtor(174,self,args)
	def __del__(self):
		__sipDtor__(self)

class QSpinBox(QFrame,QRangeControl):
	def __init__(self,*args):
		libqtc.sipCallCtor(45,self,args)

class QSocketNotifier(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(46,self,args)

class QIODevice:
	def __init__(self,*args):
		libqtc.sipCallCtor(128,self,args)
	def __del__(self):
		__sipDtor__(self)

class QSocket(QObject,QIODevice):
	def __init__(self,*args):
		libqtc.sipCallCtor(47,self,args)

class QSlider(QWidget,QRangeControl):
	def __init__(self,*args):
		libqtc.sipCallCtor(48,self,args)

class QSizeGrip(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(49,self,args)

class QSimpleRichText:
	def __init__(self,*args):
		libqtc.sipCallCtor(50,self,args)
	def __del__(self):
		__sipDtor__(self)

class QSessionManager(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(51,self,args)

class QServerSocket(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(52,self,args)

class QSemiModal(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(59,self,args)

class QScrollBar(QWidget,QRangeControl):
	def __init__(self,*args):
		libqtc.sipCallCtor(53,self,args)

class QRegion:
	def __init__(self,*args):
		libqtc.sipCallCtor(54,self,args)
	def __del__(self):
		__sipDtor__(self)

class QRegExp:
	def __init__(self,*args):
		libqtc.sipCallCtor(55,self,args)
	def __del__(self):
		__sipDtor__(self)

class QRect:
	def __init__(self,*args):
		libqtc.sipCallCtor(56,self,args)
	def __del__(self):
		__sipDtor__(self)

class QRadioButton(QButton):
	def __init__(self,*args):
		libqtc.sipCallCtor(57,self,args)

class QPushButton(QButton):
	def __init__(self,*args):
		libqtc.sipCallCtor(58,self,args)

class QProgressDialog(QSemiModal):
	def __init__(self,*args):
		libqtc.sipCallCtor(60,self,args)

class QProgressBar(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(61,self,args)

class QPrinter(QPaintDevice):
	def __init__(self,*args):
		libqtc.sipCallCtor(62,self,args)

if libqtc.qtIsX11():
	class QPrintDialog(QDialog):
		def __init__(self,*args):
			libqtc.sipCallCtor(63,self,args)

class QMenuData:
	def __init__(self,*args):
		libqtc.sipCallCtor(83,self,args)
	def __del__(self):
		__sipDtor__(self)

class QPopupMenu(QFrame,QMenuData):
	def __init__(self,*args):
		libqtc.sipCallCtor(64,self,args)

class QPointArray:
	def __init__(self,*args):
		libqtc.sipCallCtor(65,self,args)
	def __del__(self):
		__sipDtor__(self)

class QPoint:
	def __init__(self,*args):
		libqtc.sipCallCtor(66,self,args)
	def __del__(self):
		__sipDtor__(self)

class QPlatinumStyle(QWindowsStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(68,self,args)

class QPicture(QPaintDevice):
	def __init__(self,*args):
		libqtc.sipCallCtor(69,self,args)

class QPalette:
	def __init__(self,*args):
		libqtc.sipCallCtor(70,self,args)
	def __del__(self):
		__sipDtor__(self)

class QPainter(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(71,self,args)

class QPaintDeviceMetrics:
	def __init__(self,*args):
		libqtc.sipCallCtor(72,self,args)
	def __del__(self):
		__sipDtor__(self)

class QNetworkOperation(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(73,self,args)

class QNetworkProtocol(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(74,self,args)

class QNetworkProtocolFactoryBase:
	def __init__(self,*args):
		libqtc.sipCallCtor(75,self,args)
	def __del__(self):
		__sipDtor__(self)

class QMultiLineEdit(QTableView):
	def __init__(self,*args):
		libqtc.sipCallCtor(77,self,args)

class QMovie:
	def __init__(self,*args):
		libqtc.sipCallCtor(78,self,args)
	def __del__(self):
		__sipDtor__(self)

class QMotifStyle(QCommonStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(191,self,args)

class QMotifPlusStyle(QMotifStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(79,self,args)

class QMimeSourceFactory:
	def __init__(self,*args):
		libqtc.sipCallCtor(80,self,args)
	def __del__(self):
		__sipDtor__(self)

class QMimeSource:
	def __init__(self,*args):
		libqtc.sipCallCtor(154,self,args)
	def __del__(self):
		__sipDtor__(self)

class QMessageBox(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(81,self,args)

class QCustomMenuItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(82,self,args)

class QMenuBar(QFrame,QMenuData):
	def __init__(self,*args):
		libqtc.sipCallCtor(84,self,args)

class QMainWindow(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(85,self,args)

class QListViewItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(88,self,args)

class QCheckListItem(QListViewItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(86,self,args)

class QListView(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(87,self,args)

class QListBoxItem:
	def __init__(self,*args):
		libqtc.sipCallCtor(91,self,args)
	def __del__(self):
		__sipDtor__(self)

class QListBoxPixmap(QListBoxItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(89,self,args)

class QListBoxText(QListBoxItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(90,self,args)

class QListBox(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(92,self,args)

class QLineEdit(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(93,self,args)

class QLCDNumber(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(94,self,args)

class QLayoutItem:
	def __init__(self,*args):
		libqtc.sipCallCtor(102,self,args)
	def __del__(self):
		__sipDtor__(self)

class QLayout(QObject,QLayoutItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(99,self,args)

class QBoxLayout(QLayout):
	def __init__(self,*args):
		libqtc.sipCallCtor(97,self,args)

class QVBoxLayout(QBoxLayout):
	def __init__(self,*args):
		libqtc.sipCallCtor(95,self,args)

class QHBoxLayout(QBoxLayout):
	def __init__(self,*args):
		libqtc.sipCallCtor(96,self,args)

class QGridLayout(QLayout):
	def __init__(self,*args):
		libqtc.sipCallCtor(98,self,args)

class QWidgetItem(QLayoutItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(100,self,args)

class QSpacerItem(QLayoutItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(101,self,args)

class QLayoutIterator:
	def __init__(self,*args):
		libqtc.sipCallCtor(103,self,args)
	def __del__(self):
		__sipDtor__(self)

class QGLayoutIterator:
	def __init__(self,*args):
		libqtc.sipCallCtor(104,self,args)
	def __del__(self):
		__sipDtor__(self)

class QLabel(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(105,self,args)

class QInterlaceStyle(QMotifStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(106,self,args)

class QInputDialog(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(107,self,args)

class QImage:
	def __init__(self,*args):
		libqtc.sipCallCtor(108,self,args)
	def __del__(self):
		__sipDtor__(self)

class QIconView(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(109,self,args)

class QIconViewItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(110,self,args)

class QIconSet:
	def __init__(self,*args):
		libqtc.sipCallCtor(111,self,args)
	def __del__(self):
		__sipDtor__(self)

class QHostAddress:
	def __init__(self,*args):
		libqtc.sipCallCtor(112,self,args)
	def __del__(self):
		__sipDtor__(self)

class QHGroupBox(QGroupBox):
	def __init__(self,*args):
		libqtc.sipCallCtor(113,self,args)

class QHButtonGroup(QButtonGroup):
	def __init__(self,*args):
		libqtc.sipCallCtor(115,self,args)

class QGrid(QFrame):
	def __init__(self,*args):
		libqtc.sipCallCtor(117,self,args)

class QFontMetrics:
	def __init__(self,*args):
		libqtc.sipCallCtor(119,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFontInfo:
	def __init__(self,*args):
		libqtc.sipCallCtor(120,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFontDialog(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(121,self,args)

class QFontDatabase:
	def __init__(self,*args):
		libqtc.sipCallCtor(122,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFont:
	def __init__(self,*args):
		libqtc.sipCallCtor(123,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFileInfo:
	def __init__(self,*args):
		libqtc.sipCallCtor(124,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFileDialog(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(125,self,args)

class QFilePreview:
	def __init__(self,*args):
		libqtc.sipCallCtor(126,self,args)
	def __del__(self):
		__sipDtor__(self)

class QFileIconProvider(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(127,self,args)

class QFile(QIODevice):
	def __init__(self,*args):
		libqtc.sipCallCtor(129,self,args)

class QEvent(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(148,self,args)

class QCustomEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(130,self,args)

class QChildEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(131,self,args)

class QDragLeaveEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(132,self,args)

class QDragResponseEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(133,self,args)

class QDropEvent(QEvent,QMimeSource):
	def __init__(self,*args):
		libqtc.sipCallCtor(136,self,args)

class QDragMoveEvent(QDropEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(135,self,args)

class QDragEnterEvent(QDragMoveEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(134,self,args)

class QHideEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(137,self,args)

class QShowEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(138,self,args)

class QCloseEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(139,self,args)

class QResizeEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(140,self,args)

class QMoveEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(141,self,args)

class QPaintEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(142,self,args)

class QFocusEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(143,self,args)

class QKeyEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(144,self,args)

class QWheelEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(145,self,args)

class QMouseEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(146,self,args)

class QTimerEvent(QEvent):
	def __init__(self,*args):
		libqtc.sipCallCtor(147,self,args)

class QDropSite:
	def __init__(self,*args):
		libqtc.sipCallCtor(149,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDragObject(QObject,QMimeSource):
	def __init__(self,*args):
		libqtc.sipCallCtor(155,self,args)

class QStoredDrag(QDragObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(153,self,args)

class QUriDrag(QStoredDrag):
	def __init__(self,*args):
		libqtc.sipCallCtor(150,self,args)

class QImageDrag(QDragObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(151,self,args)

class QTextDrag(QDragObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(152,self,args)

class QDomNode:
	def __init__(self,*args):
		libqtc.sipCallCtor(171,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDomProcessingInstruction(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(156,self,args)

class QDomEntityReference(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(157,self,args)

class QDomEntity(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(158,self,args)

class QDomNotation(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(159,self,args)

class QDomCharacterData(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(165,self,args)

class QDomText(QDomCharacterData):
	def __init__(self,*args):
		libqtc.sipCallCtor(162,self,args)

class QDomCDATASection(QDomText):
	def __init__(self,*args):
		libqtc.sipCallCtor(160,self,args)

class QDomComment(QDomCharacterData):
	def __init__(self,*args):
		libqtc.sipCallCtor(161,self,args)

class QDomElement(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(163,self,args)

class QDomAttr(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(164,self,args)

class QDomDocumentFragment(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(166,self,args)

class QDomNamedNodeMap:
	def __init__(self,*args):
		libqtc.sipCallCtor(167,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDomDocument(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(168,self,args)

class QDomDocumentType(QDomNode):
	def __init__(self,*args):
		libqtc.sipCallCtor(169,self,args)

class QDomNodeList:
	def __init__(self,*args):
		libqtc.sipCallCtor(170,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDomImplementation:
	def __init__(self,*args):
		libqtc.sipCallCtor(172,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDir:
	def __init__(self,*args):
		libqtc.sipCallCtor(173,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDial(QWidget,QRangeControl):
	def __init__(self,*args):
		libqtc.sipCallCtor(175,self,args)

class QDateTime:
	def __init__(self,*args):
		libqtc.sipCallCtor(176,self,args)
	def __del__(self):
		__sipDtor__(self)

class QTime:
	def __init__(self,*args):
		libqtc.sipCallCtor(177,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDate:
	def __init__(self,*args):
		libqtc.sipCallCtor(178,self,args)
	def __del__(self):
		__sipDtor__(self)

class QDataStream:
	def __init__(self,*args):
		libqtc.sipCallCtor(179,self,args)
	def __del__(self):
		__sipDtor__(self)

class QCursor:
	def __init__(self,*args):
		libqtc.sipCallCtor(180,self,args)
	def __del__(self):
		__sipDtor__(self)

class QByteArray:
	def __init__(self,*args):
		libqtc.sipCallCtor(206,self,args)
	def __del__(self):
		__sipDtor__(self)
	def __str__(self):
		return str(self.sipThis)

class QCString(QByteArray):
	def __init__(self,*args):
		libqtc.sipCallCtor(181,self,args)
	def __str__(self):
		return str(self.sipThis)

class QComboBox(QWidget):
	def __init__(self,*args):
		libqtc.sipCallCtor(184,self,args)

class QColorGroup:
	def __init__(self,*args):
		libqtc.sipCallCtor(185,self,args)
	def __del__(self):
		__sipDtor__(self)

class QColorDialog(QDialog):
	def __init__(self,*args):
		libqtc.sipCallCtor(187,self,args)

class QColor:
	def __init__(self,*args):
		libqtc.sipCallCtor(188,self,args)
	def __del__(self):
		__sipDtor__(self)

class QClipboard(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(189,self,args)

class QCheckBox(QButton):
	def __init__(self,*args):
		libqtc.sipCallCtor(190,self,args)

class QCDEStyle(QMotifStyle):
	def __init__(self,*args):
		libqtc.sipCallCtor(192,self,args)

class QCanvasItem(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(205,self,args)

class QCanvasText(QCanvasItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(193,self,args)

class QCanvasPolygonalItem(QCanvasItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(198,self,args)

class QCanvasEllipse(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(194,self,args)

class QCanvasLine(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(195,self,args)

class QCanvasPolygon(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(196,self,args)

class QCanvasRectangle(QCanvasPolygonalItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(197,self,args)

class QCanvasSprite(QCanvasItem):
	def __init__(self,*args):
		libqtc.sipCallCtor(199,self,args)

class QCanvasPixmapArray:
	def __init__(self,*args):
		libqtc.sipCallCtor(200,self,args)
	def __del__(self):
		__sipDtor__(self)

class QPixmap(QPaintDevice,Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(220,self,args)

class QCanvasPixmap(QPixmap):
	def __init__(self,*args):
		libqtc.sipCallCtor(201,self,args)

class QCanvasView(QScrollView):
	def __init__(self,*args):
		libqtc.sipCallCtor(203,self,args)

class QCanvas(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(204,self,args)

class QBrush(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(211,self,args)

class QApplication(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(212,self,args)

class QAction(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(214,self,args)

class QActionGroup(QAction):
	def __init__(self,*args):
		libqtc.sipCallCtor(213,self,args)

class QAccel(QObject):
	def __init__(self,*args):
		libqtc.sipCallCtor(216,self,args)

class QSizePolicy:
	def __init__(self,*args):
		libqtc.sipCallCtor(217,self,args)
	def __del__(self):
		__sipDtor__(self)

class QSize:
	def __init__(self,*args):
		libqtc.sipCallCtor(218,self,args)
	def __del__(self):
		__sipDtor__(self)

class QBitmap(QPixmap):
	def __init__(self,*args):
		libqtc.sipCallCtor(219,self,args)

class QPen(Qt):
	def __init__(self,*args):
		libqtc.sipCallCtor(222,self,args)

# Register the classes with the C++ module.

libqtc.sipRegisterClasses()
