File indexing completed on 2024-05-12 16:08:43

0001 class pyqtSignal():
0002  def connect(self, targetSignal): pass
0003  def emit(self, *args): pass
0004 from QtCore import *
0005 
0006 class QSysInfo():
0007     """"""
0008     # Enum QSysInfo.Endian
0009     BigEndian = 0
0010     LittleEndian = 0
0011     ByteOrder = 0
0012 
0013     # Enum QSysInfo.Sizes
0014     WordSize = 0
0015 
0016     def __init__(self):
0017         '''void QSysInfo.__init__()'''
0018     def __init__(self):
0019         '''QSysInfo QSysInfo.__init__()'''
0020         return QSysInfo()
0021 
0022 
0023 class Qt():
0024     """"""
0025     # Enum Qt.CursorMoveStyle
0026     LogicalMoveStyle = 0
0027     VisualMoveStyle = 0
0028 
0029     # Enum Qt.NavigationMode
0030     NavigationModeNone = 0
0031     NavigationModeKeypadTabOrder = 0
0032     NavigationModeKeypadDirectional = 0
0033     NavigationModeCursorAuto = 0
0034     NavigationModeCursorForceVisible = 0
0035 
0036     # Enum Qt.GestureFlag
0037     DontStartGestureOnChildren = 0
0038     ReceivePartialGestures = 0
0039     IgnoredGesturesPropagateToParent = 0
0040 
0041     # Enum Qt.GestureType
0042     TapGesture = 0
0043     TapAndHoldGesture = 0
0044     PanGesture = 0
0045     PinchGesture = 0
0046     SwipeGesture = 0
0047     CustomGesture = 0
0048 
0049     # Enum Qt.GestureState
0050     GestureStarted = 0
0051     GestureUpdated = 0
0052     GestureFinished = 0
0053     GestureCanceled = 0
0054 
0055     # Enum Qt.TouchPointState
0056     TouchPointPressed = 0
0057     TouchPointMoved = 0
0058     TouchPointStationary = 0
0059     TouchPointReleased = 0
0060 
0061     # Enum Qt.CoordinateSystem
0062     DeviceCoordinates = 0
0063     LogicalCoordinates = 0
0064 
0065     # Enum Qt.AnchorPoint
0066     AnchorLeft = 0
0067     AnchorHorizontalCenter = 0
0068     AnchorRight = 0
0069     AnchorTop = 0
0070     AnchorVerticalCenter = 0
0071     AnchorBottom = 0
0072 
0073     # Enum Qt.InputMethodHint
0074     ImhNone = 0
0075     ImhHiddenText = 0
0076     ImhNoAutoUppercase = 0
0077     ImhPreferNumbers = 0
0078     ImhPreferUppercase = 0
0079     ImhPreferLowercase = 0
0080     ImhNoPredictiveText = 0
0081     ImhDigitsOnly = 0
0082     ImhFormattedNumbersOnly = 0
0083     ImhUppercaseOnly = 0
0084     ImhLowercaseOnly = 0
0085     ImhDialableCharactersOnly = 0
0086     ImhEmailCharactersOnly = 0
0087     ImhUrlCharactersOnly = 0
0088     ImhExclusiveInputMask = 0
0089 
0090     # Enum Qt.TileRule
0091     StretchTile = 0
0092     RepeatTile = 0
0093     RoundTile = 0
0094 
0095     # Enum Qt.WindowFrameSection
0096     NoSection = 0
0097     LeftSection = 0
0098     TopLeftSection = 0
0099     TopSection = 0
0100     TopRightSection = 0
0101     RightSection = 0
0102     BottomRightSection = 0
0103     BottomSection = 0
0104     BottomLeftSection = 0
0105     TitleBarArea = 0
0106 
0107     # Enum Qt.SizeHint
0108     MinimumSize = 0
0109     PreferredSize = 0
0110     MaximumSize = 0
0111     MinimumDescent = 0
0112 
0113     # Enum Qt.SizeMode
0114     AbsoluteSize = 0
0115     RelativeSize = 0
0116 
0117     # Enum Qt.EventPriority
0118     HighEventPriority = 0
0119     NormalEventPriority = 0
0120     LowEventPriority = 0
0121 
0122     # Enum Qt.Axis
0123     XAxis = 0
0124     YAxis = 0
0125     ZAxis = 0
0126 
0127     # Enum Qt.MaskMode
0128     MaskInColor = 0
0129     MaskOutColor = 0
0130 
0131     # Enum Qt.TextInteractionFlag
0132     NoTextInteraction = 0
0133     TextSelectableByMouse = 0
0134     TextSelectableByKeyboard = 0
0135     LinksAccessibleByMouse = 0
0136     LinksAccessibleByKeyboard = 0
0137     TextEditable = 0
0138     TextEditorInteraction = 0
0139     TextBrowserInteraction = 0
0140 
0141     # Enum Qt.ItemSelectionMode
0142     ContainsItemShape = 0
0143     IntersectsItemShape = 0
0144     ContainsItemBoundingRect = 0
0145     IntersectsItemBoundingRect = 0
0146 
0147     # Enum Qt.ApplicationAttribute
0148     AA_ImmediateWidgetCreation = 0
0149     AA_MSWindowsUseDirect3DByDefault = 0
0150     AA_DontShowIconsInMenus = 0
0151     AA_NativeWindows = 0
0152     AA_DontCreateNativeWidgetSiblings = 0
0153     AA_MacPluginApplication = 0
0154     AA_DontUseNativeMenuBar = 0
0155     AA_MacDontSwapCtrlAndMeta = 0
0156     AA_S60DontConstructApplicationPanes = 0
0157     AA_S60DisablePartialScreenInputMode = 0
0158     AA_X11InitThreads = 0
0159     AA_CaptureMultimediaKeys = 0
0160 
0161     # Enum Qt.WindowModality
0162     NonModal = 0
0163     WindowModal = 0
0164     ApplicationModal = 0
0165 
0166     # Enum Qt.MatchFlag
0167     MatchExactly = 0
0168     MatchFixedString = 0
0169     MatchContains = 0
0170     MatchStartsWith = 0
0171     MatchEndsWith = 0
0172     MatchRegExp = 0
0173     MatchWildcard = 0
0174     MatchCaseSensitive = 0
0175     MatchWrap = 0
0176     MatchRecursive = 0
0177 
0178     # Enum Qt.ItemFlag
0179     NoItemFlags = 0
0180     ItemIsSelectable = 0
0181     ItemIsEditable = 0
0182     ItemIsDragEnabled = 0
0183     ItemIsDropEnabled = 0
0184     ItemIsUserCheckable = 0
0185     ItemIsEnabled = 0
0186     ItemIsTristate = 0
0187 
0188     # Enum Qt.ItemDataRole
0189     DisplayRole = 0
0190     DecorationRole = 0
0191     EditRole = 0
0192     ToolTipRole = 0
0193     StatusTipRole = 0
0194     WhatsThisRole = 0
0195     FontRole = 0
0196     TextAlignmentRole = 0
0197     BackgroundRole = 0
0198     BackgroundColorRole = 0
0199     ForegroundRole = 0
0200     TextColorRole = 0
0201     CheckStateRole = 0
0202     AccessibleTextRole = 0
0203     AccessibleDescriptionRole = 0
0204     SizeHintRole = 0
0205     InitialSortOrderRole = 0
0206     UserRole = 0
0207 
0208     # Enum Qt.CheckState
0209     Unchecked = 0
0210     PartiallyChecked = 0
0211     Checked = 0
0212 
0213     # Enum Qt.DropAction
0214     CopyAction = 0
0215     MoveAction = 0
0216     LinkAction = 0
0217     ActionMask = 0
0218     TargetMoveAction = 0
0219     IgnoreAction = 0
0220 
0221     # Enum Qt.LayoutDirection
0222     LeftToRight = 0
0223     RightToLeft = 0
0224     LayoutDirectionAuto = 0
0225 
0226     # Enum Qt.ToolButtonStyle
0227     ToolButtonIconOnly = 0
0228     ToolButtonTextOnly = 0
0229     ToolButtonTextBesideIcon = 0
0230     ToolButtonTextUnderIcon = 0
0231     ToolButtonFollowStyle = 0
0232 
0233     # Enum Qt.InputMethodQuery
0234     ImMicroFocus = 0
0235     ImFont = 0
0236     ImCursorPosition = 0
0237     ImSurroundingText = 0
0238     ImCurrentSelection = 0
0239     ImMaximumTextLength = 0
0240     ImAnchorPosition = 0
0241 
0242     # Enum Qt.ContextMenuPolicy
0243     NoContextMenu = 0
0244     PreventContextMenu = 0
0245     DefaultContextMenu = 0
0246     ActionsContextMenu = 0
0247     CustomContextMenu = 0
0248 
0249     # Enum Qt.FocusReason
0250     MouseFocusReason = 0
0251     TabFocusReason = 0
0252     BacktabFocusReason = 0
0253     ActiveWindowFocusReason = 0
0254     PopupFocusReason = 0
0255     ShortcutFocusReason = 0
0256     MenuBarFocusReason = 0
0257     OtherFocusReason = 0
0258     NoFocusReason = 0
0259 
0260     # Enum Qt.TransformationMode
0261     FastTransformation = 0
0262     SmoothTransformation = 0
0263 
0264     # Enum Qt.ClipOperation
0265     NoClip = 0
0266     ReplaceClip = 0
0267     IntersectClip = 0
0268     UniteClip = 0
0269 
0270     # Enum Qt.FillRule
0271     OddEvenFill = 0
0272     WindingFill = 0
0273 
0274     # Enum Qt.ShortcutContext
0275     WidgetShortcut = 0
0276     WindowShortcut = 0
0277     ApplicationShortcut = 0
0278     WidgetWithChildrenShortcut = 0
0279 
0280     # Enum Qt.ConnectionType
0281     AutoConnection = 0
0282     DirectConnection = 0
0283     QueuedConnection = 0
0284     AutoCompatConnection = 0
0285     BlockingQueuedConnection = 0
0286     UniqueConnection = 0
0287 
0288     # Enum Qt.Corner
0289     TopLeftCorner = 0
0290     TopRightCorner = 0
0291     BottomLeftCorner = 0
0292     BottomRightCorner = 0
0293 
0294     # Enum Qt.CaseSensitivity
0295     CaseInsensitive = 0
0296     CaseSensitive = 0
0297 
0298     # Enum Qt.ScrollBarPolicy
0299     ScrollBarAsNeeded = 0
0300     ScrollBarAlwaysOff = 0
0301     ScrollBarAlwaysOn = 0
0302 
0303     # Enum Qt.DayOfWeek
0304     Monday = 0
0305     Tuesday = 0
0306     Wednesday = 0
0307     Thursday = 0
0308     Friday = 0
0309     Saturday = 0
0310     Sunday = 0
0311 
0312     # Enum Qt.TimeSpec
0313     LocalTime = 0
0314     UTC = 0
0315     OffsetFromUTC = 0
0316 
0317     # Enum Qt.DateFormat
0318     TextDate = 0
0319     ISODate = 0
0320     LocalDate = 0
0321     SystemLocaleDate = 0
0322     LocaleDate = 0
0323     SystemLocaleShortDate = 0
0324     SystemLocaleLongDate = 0
0325     DefaultLocaleShortDate = 0
0326     DefaultLocaleLongDate = 0
0327 
0328     # Enum Qt.ToolBarArea
0329     LeftToolBarArea = 0
0330     RightToolBarArea = 0
0331     TopToolBarArea = 0
0332     BottomToolBarArea = 0
0333     ToolBarArea_Mask = 0
0334     AllToolBarAreas = 0
0335     NoToolBarArea = 0
0336 
0337     # Enum Qt.DockWidgetArea
0338     LeftDockWidgetArea = 0
0339     RightDockWidgetArea = 0
0340     TopDockWidgetArea = 0
0341     BottomDockWidgetArea = 0
0342     DockWidgetArea_Mask = 0
0343     AllDockWidgetAreas = 0
0344     NoDockWidgetArea = 0
0345 
0346     # Enum Qt.AnchorAttribute
0347     AnchorName = 0
0348     AnchorHref = 0
0349 
0350     # Enum Qt.AspectRatioMode
0351     IgnoreAspectRatio = 0
0352     KeepAspectRatio = 0
0353     KeepAspectRatioByExpanding = 0
0354 
0355     # Enum Qt.TextFormat
0356     PlainText = 0
0357     RichText = 0
0358     AutoText = 0
0359     LogText = 0
0360 
0361     # Enum Qt.CursorShape
0362     ArrowCursor = 0
0363     UpArrowCursor = 0
0364     CrossCursor = 0
0365     WaitCursor = 0
0366     IBeamCursor = 0
0367     SizeVerCursor = 0
0368     SizeHorCursor = 0
0369     SizeBDiagCursor = 0
0370     SizeFDiagCursor = 0
0371     SizeAllCursor = 0
0372     BlankCursor = 0
0373     SplitVCursor = 0
0374     SplitHCursor = 0
0375     PointingHandCursor = 0
0376     ForbiddenCursor = 0
0377     OpenHandCursor = 0
0378     ClosedHandCursor = 0
0379     WhatsThisCursor = 0
0380     BusyCursor = 0
0381     LastCursor = 0
0382     BitmapCursor = 0
0383     CustomCursor = 0
0384     DragCopyCursor = 0
0385     DragMoveCursor = 0
0386     DragLinkCursor = 0
0387 
0388     # Enum Qt.UIEffect
0389     UI_General = 0
0390     UI_AnimateMenu = 0
0391     UI_FadeMenu = 0
0392     UI_AnimateCombo = 0
0393     UI_AnimateTooltip = 0
0394     UI_FadeTooltip = 0
0395     UI_AnimateToolBox = 0
0396 
0397     # Enum Qt.BrushStyle
0398     NoBrush = 0
0399     SolidPattern = 0
0400     Dense1Pattern = 0
0401     Dense2Pattern = 0
0402     Dense3Pattern = 0
0403     Dense4Pattern = 0
0404     Dense5Pattern = 0
0405     Dense6Pattern = 0
0406     Dense7Pattern = 0
0407     HorPattern = 0
0408     VerPattern = 0
0409     CrossPattern = 0
0410     BDiagPattern = 0
0411     FDiagPattern = 0
0412     DiagCrossPattern = 0
0413     LinearGradientPattern = 0
0414     RadialGradientPattern = 0
0415     ConicalGradientPattern = 0
0416     TexturePattern = 0
0417 
0418     # Enum Qt.PenJoinStyle
0419     MiterJoin = 0
0420     BevelJoin = 0
0421     RoundJoin = 0
0422     MPenJoinStyle = 0
0423     SvgMiterJoin = 0
0424 
0425     # Enum Qt.PenCapStyle
0426     FlatCap = 0
0427     SquareCap = 0
0428     RoundCap = 0
0429     MPenCapStyle = 0
0430 
0431     # Enum Qt.PenStyle
0432     NoPen = 0
0433     SolidLine = 0
0434     DashLine = 0
0435     DotLine = 0
0436     DashDotLine = 0
0437     DashDotDotLine = 0
0438     CustomDashLine = 0
0439     MPenStyle = 0
0440 
0441     # Enum Qt.ArrowType
0442     NoArrow = 0
0443     UpArrow = 0
0444     DownArrow = 0
0445     LeftArrow = 0
0446     RightArrow = 0
0447 
0448     # Enum Qt.Key
0449     Key_Escape = 0
0450     Key_Tab = 0
0451     Key_Backtab = 0
0452     Key_Backspace = 0
0453     Key_Return = 0
0454     Key_Enter = 0
0455     Key_Insert = 0
0456     Key_Delete = 0
0457     Key_Pause = 0
0458     Key_Print = 0
0459     Key_SysReq = 0
0460     Key_Clear = 0
0461     Key_Home = 0
0462     Key_End = 0
0463     Key_Left = 0
0464     Key_Up = 0
0465     Key_Right = 0
0466     Key_Down = 0
0467     Key_PageUp = 0
0468     Key_PageDown = 0
0469     Key_Shift = 0
0470     Key_Control = 0
0471     Key_Meta = 0
0472     Key_Alt = 0
0473     Key_CapsLock = 0
0474     Key_NumLock = 0
0475     Key_ScrollLock = 0
0476     Key_F1 = 0
0477     Key_F2 = 0
0478     Key_F3 = 0
0479     Key_F4 = 0
0480     Key_F5 = 0
0481     Key_F6 = 0
0482     Key_F7 = 0
0483     Key_F8 = 0
0484     Key_F9 = 0
0485     Key_F10 = 0
0486     Key_F11 = 0
0487     Key_F12 = 0
0488     Key_F13 = 0
0489     Key_F14 = 0
0490     Key_F15 = 0
0491     Key_F16 = 0
0492     Key_F17 = 0
0493     Key_F18 = 0
0494     Key_F19 = 0
0495     Key_F20 = 0
0496     Key_F21 = 0
0497     Key_F22 = 0
0498     Key_F23 = 0
0499     Key_F24 = 0
0500     Key_F25 = 0
0501     Key_F26 = 0
0502     Key_F27 = 0
0503     Key_F28 = 0
0504     Key_F29 = 0
0505     Key_F30 = 0
0506     Key_F31 = 0
0507     Key_F32 = 0
0508     Key_F33 = 0
0509     Key_F34 = 0
0510     Key_F35 = 0
0511     Key_Super_L = 0
0512     Key_Super_R = 0
0513     Key_Menu = 0
0514     Key_Hyper_L = 0
0515     Key_Hyper_R = 0
0516     Key_Help = 0
0517     Key_Direction_L = 0
0518     Key_Direction_R = 0
0519     Key_Space = 0
0520     Key_Any = 0
0521     Key_Exclam = 0
0522     Key_QuoteDbl = 0
0523     Key_NumberSign = 0
0524     Key_Dollar = 0
0525     Key_Percent = 0
0526     Key_Ampersand = 0
0527     Key_Apostrophe = 0
0528     Key_ParenLeft = 0
0529     Key_ParenRight = 0
0530     Key_Asterisk = 0
0531     Key_Plus = 0
0532     Key_Comma = 0
0533     Key_Minus = 0
0534     Key_Period = 0
0535     Key_Slash = 0
0536     Key_0 = 0
0537     Key_1 = 0
0538     Key_2 = 0
0539     Key_3 = 0
0540     Key_4 = 0
0541     Key_5 = 0
0542     Key_6 = 0
0543     Key_7 = 0
0544     Key_8 = 0
0545     Key_9 = 0
0546     Key_Colon = 0
0547     Key_Semicolon = 0
0548     Key_Less = 0
0549     Key_Equal = 0
0550     Key_Greater = 0
0551     Key_Question = 0
0552     Key_At = 0
0553     Key_A = 0
0554     Key_B = 0
0555     Key_C = 0
0556     Key_D = 0
0557     Key_E = 0
0558     Key_F = 0
0559     Key_G = 0
0560     Key_H = 0
0561     Key_I = 0
0562     Key_J = 0
0563     Key_K = 0
0564     Key_L = 0
0565     Key_M = 0
0566     Key_N = 0
0567     Key_O = 0
0568     Key_P = 0
0569     Key_Q = 0
0570     Key_R = 0
0571     Key_S = 0
0572     Key_T = 0
0573     Key_U = 0
0574     Key_V = 0
0575     Key_W = 0
0576     Key_X = 0
0577     Key_Y = 0
0578     Key_Z = 0
0579     Key_BracketLeft = 0
0580     Key_Backslash = 0
0581     Key_BracketRight = 0
0582     Key_AsciiCircum = 0
0583     Key_Underscore = 0
0584     Key_QuoteLeft = 0
0585     Key_BraceLeft = 0
0586     Key_Bar = 0
0587     Key_BraceRight = 0
0588     Key_AsciiTilde = 0
0589     Key_nobreakspace = 0
0590     Key_exclamdown = 0
0591     Key_cent = 0
0592     Key_sterling = 0
0593     Key_currency = 0
0594     Key_yen = 0
0595     Key_brokenbar = 0
0596     Key_section = 0
0597     Key_diaeresis = 0
0598     Key_copyright = 0
0599     Key_ordfeminine = 0
0600     Key_guillemotleft = 0
0601     Key_notsign = 0
0602     Key_hyphen = 0
0603     Key_registered = 0
0604     Key_macron = 0
0605     Key_degree = 0
0606     Key_plusminus = 0
0607     Key_twosuperior = 0
0608     Key_threesuperior = 0
0609     Key_acute = 0
0610     Key_mu = 0
0611     Key_paragraph = 0
0612     Key_periodcentered = 0
0613     Key_cedilla = 0
0614     Key_onesuperior = 0
0615     Key_masculine = 0
0616     Key_guillemotright = 0
0617     Key_onequarter = 0
0618     Key_onehalf = 0
0619     Key_threequarters = 0
0620     Key_questiondown = 0
0621     Key_Agrave = 0
0622     Key_Aacute = 0
0623     Key_Acircumflex = 0
0624     Key_Atilde = 0
0625     Key_Adiaeresis = 0
0626     Key_Aring = 0
0627     Key_AE = 0
0628     Key_Ccedilla = 0
0629     Key_Egrave = 0
0630     Key_Eacute = 0
0631     Key_Ecircumflex = 0
0632     Key_Ediaeresis = 0
0633     Key_Igrave = 0
0634     Key_Iacute = 0
0635     Key_Icircumflex = 0
0636     Key_Idiaeresis = 0
0637     Key_ETH = 0
0638     Key_Ntilde = 0
0639     Key_Ograve = 0
0640     Key_Oacute = 0
0641     Key_Ocircumflex = 0
0642     Key_Otilde = 0
0643     Key_Odiaeresis = 0
0644     Key_multiply = 0
0645     Key_Ooblique = 0
0646     Key_Ugrave = 0
0647     Key_Uacute = 0
0648     Key_Ucircumflex = 0
0649     Key_Udiaeresis = 0
0650     Key_Yacute = 0
0651     Key_THORN = 0
0652     Key_ssharp = 0
0653     Key_division = 0
0654     Key_ydiaeresis = 0
0655     Key_AltGr = 0
0656     Key_Multi_key = 0
0657     Key_Codeinput = 0
0658     Key_SingleCandidate = 0
0659     Key_MultipleCandidate = 0
0660     Key_PreviousCandidate = 0
0661     Key_Mode_switch = 0
0662     Key_Kanji = 0
0663     Key_Muhenkan = 0
0664     Key_Henkan = 0
0665     Key_Romaji = 0
0666     Key_Hiragana = 0
0667     Key_Katakana = 0
0668     Key_Hiragana_Katakana = 0
0669     Key_Zenkaku = 0
0670     Key_Hankaku = 0
0671     Key_Zenkaku_Hankaku = 0
0672     Key_Touroku = 0
0673     Key_Massyo = 0
0674     Key_Kana_Lock = 0
0675     Key_Kana_Shift = 0
0676     Key_Eisu_Shift = 0
0677     Key_Eisu_toggle = 0
0678     Key_Hangul = 0
0679     Key_Hangul_Start = 0
0680     Key_Hangul_End = 0
0681     Key_Hangul_Hanja = 0
0682     Key_Hangul_Jamo = 0
0683     Key_Hangul_Romaja = 0
0684     Key_Hangul_Jeonja = 0
0685     Key_Hangul_Banja = 0
0686     Key_Hangul_PreHanja = 0
0687     Key_Hangul_PostHanja = 0
0688     Key_Hangul_Special = 0
0689     Key_Dead_Grave = 0
0690     Key_Dead_Acute = 0
0691     Key_Dead_Circumflex = 0
0692     Key_Dead_Tilde = 0
0693     Key_Dead_Macron = 0
0694     Key_Dead_Breve = 0
0695     Key_Dead_Abovedot = 0
0696     Key_Dead_Diaeresis = 0
0697     Key_Dead_Abovering = 0
0698     Key_Dead_Doubleacute = 0
0699     Key_Dead_Caron = 0
0700     Key_Dead_Cedilla = 0
0701     Key_Dead_Ogonek = 0
0702     Key_Dead_Iota = 0
0703     Key_Dead_Voiced_Sound = 0
0704     Key_Dead_Semivoiced_Sound = 0
0705     Key_Dead_Belowdot = 0
0706     Key_Dead_Hook = 0
0707     Key_Dead_Horn = 0
0708     Key_Back = 0
0709     Key_Forward = 0
0710     Key_Stop = 0
0711     Key_Refresh = 0
0712     Key_VolumeDown = 0
0713     Key_VolumeMute = 0
0714     Key_VolumeUp = 0
0715     Key_BassBoost = 0
0716     Key_BassUp = 0
0717     Key_BassDown = 0
0718     Key_TrebleUp = 0
0719     Key_TrebleDown = 0
0720     Key_MediaPlay = 0
0721     Key_MediaStop = 0
0722     Key_MediaPrevious = 0
0723     Key_MediaNext = 0
0724     Key_MediaRecord = 0
0725     Key_HomePage = 0
0726     Key_Favorites = 0
0727     Key_Search = 0
0728     Key_Standby = 0
0729     Key_OpenUrl = 0
0730     Key_LaunchMail = 0
0731     Key_LaunchMedia = 0
0732     Key_Launch0 = 0
0733     Key_Launch1 = 0
0734     Key_Launch2 = 0
0735     Key_Launch3 = 0
0736     Key_Launch4 = 0
0737     Key_Launch5 = 0
0738     Key_Launch6 = 0
0739     Key_Launch7 = 0
0740     Key_Launch8 = 0
0741     Key_Launch9 = 0
0742     Key_LaunchA = 0
0743     Key_LaunchB = 0
0744     Key_LaunchC = 0
0745     Key_LaunchD = 0
0746     Key_LaunchE = 0
0747     Key_LaunchF = 0
0748     Key_MediaLast = 0
0749     Key_Select = 0
0750     Key_Yes = 0
0751     Key_No = 0
0752     Key_Context1 = 0
0753     Key_Context2 = 0
0754     Key_Context3 = 0
0755     Key_Context4 = 0
0756     Key_Call = 0
0757     Key_Hangup = 0
0758     Key_Flip = 0
0759     Key_unknown = 0
0760     Key_Execute = 0
0761     Key_Printer = 0
0762     Key_Play = 0
0763     Key_Sleep = 0
0764     Key_Zoom = 0
0765     Key_Cancel = 0
0766     Key_MonBrightnessUp = 0
0767     Key_MonBrightnessDown = 0
0768     Key_KeyboardLightOnOff = 0
0769     Key_KeyboardBrightnessUp = 0
0770     Key_KeyboardBrightnessDown = 0
0771     Key_PowerOff = 0
0772     Key_WakeUp = 0
0773     Key_Eject = 0
0774     Key_ScreenSaver = 0
0775     Key_WWW = 0
0776     Key_Memo = 0
0777     Key_LightBulb = 0
0778     Key_Shop = 0
0779     Key_History = 0
0780     Key_AddFavorite = 0
0781     Key_HotLinks = 0
0782     Key_BrightnessAdjust = 0
0783     Key_Finance = 0
0784     Key_Community = 0
0785     Key_AudioRewind = 0
0786     Key_BackForward = 0
0787     Key_ApplicationLeft = 0
0788     Key_ApplicationRight = 0
0789     Key_Book = 0
0790     Key_CD = 0
0791     Key_Calculator = 0
0792     Key_ToDoList = 0
0793     Key_ClearGrab = 0
0794     Key_Close = 0
0795     Key_Copy = 0
0796     Key_Cut = 0
0797     Key_Display = 0
0798     Key_DOS = 0
0799     Key_Documents = 0
0800     Key_Excel = 0
0801     Key_Explorer = 0
0802     Key_Game = 0
0803     Key_Go = 0
0804     Key_iTouch = 0
0805     Key_LogOff = 0
0806     Key_Market = 0
0807     Key_Meeting = 0
0808     Key_MenuKB = 0
0809     Key_MenuPB = 0
0810     Key_MySites = 0
0811     Key_News = 0
0812     Key_OfficeHome = 0
0813     Key_Option = 0
0814     Key_Paste = 0
0815     Key_Phone = 0
0816     Key_Calendar = 0
0817     Key_Reply = 0
0818     Key_Reload = 0
0819     Key_RotateWindows = 0
0820     Key_RotationPB = 0
0821     Key_RotationKB = 0
0822     Key_Save = 0
0823     Key_Send = 0
0824     Key_Spell = 0
0825     Key_SplitScreen = 0
0826     Key_Support = 0
0827     Key_TaskPane = 0
0828     Key_Terminal = 0
0829     Key_Tools = 0
0830     Key_Travel = 0
0831     Key_Video = 0
0832     Key_Word = 0
0833     Key_Xfer = 0
0834     Key_ZoomIn = 0
0835     Key_ZoomOut = 0
0836     Key_Away = 0
0837     Key_Messenger = 0
0838     Key_WebCam = 0
0839     Key_MailForward = 0
0840     Key_Pictures = 0
0841     Key_Music = 0
0842     Key_Battery = 0
0843     Key_Bluetooth = 0
0844     Key_WLAN = 0
0845     Key_UWB = 0
0846     Key_AudioForward = 0
0847     Key_AudioRepeat = 0
0848     Key_AudioRandomPlay = 0
0849     Key_Subtitle = 0
0850     Key_AudioCycleTrack = 0
0851     Key_Time = 0
0852     Key_Hibernate = 0
0853     Key_View = 0
0854     Key_TopMenu = 0
0855     Key_PowerDown = 0
0856     Key_Suspend = 0
0857     Key_ContrastAdjust = 0
0858     Key_MediaPause = 0
0859     Key_MediaTogglePlayPause = 0
0860     Key_LaunchG = 0
0861     Key_LaunchH = 0
0862     Key_ToggleCallHangup = 0
0863     Key_VoiceDial = 0
0864     Key_LastNumberRedial = 0
0865     Key_Camera = 0
0866     Key_CameraFocus = 0
0867 
0868     # Enum Qt.BGMode
0869     TransparentMode = 0
0870     OpaqueMode = 0
0871 
0872     # Enum Qt.ImageConversionFlag
0873     AutoColor = 0
0874     ColorOnly = 0
0875     MonoOnly = 0
0876     ThresholdAlphaDither = 0
0877     OrderedAlphaDither = 0
0878     DiffuseAlphaDither = 0
0879     DiffuseDither = 0
0880     OrderedDither = 0
0881     ThresholdDither = 0
0882     AutoDither = 0
0883     PreferDither = 0
0884     AvoidDither = 0
0885 
0886     # Enum Qt.WidgetAttribute
0887     WA_Disabled = 0
0888     WA_UnderMouse = 0
0889     WA_MouseTracking = 0
0890     WA_OpaquePaintEvent = 0
0891     WA_StaticContents = 0
0892     WA_LaidOut = 0
0893     WA_PaintOnScreen = 0
0894     WA_NoSystemBackground = 0
0895     WA_UpdatesDisabled = 0
0896     WA_Mapped = 0
0897     WA_MacNoClickThrough = 0
0898     WA_PaintOutsidePaintEvent = 0
0899     WA_InputMethodEnabled = 0
0900     WA_WState_Visible = 0
0901     WA_WState_Hidden = 0
0902     WA_ForceDisabled = 0
0903     WA_KeyCompression = 0
0904     WA_PendingMoveEvent = 0
0905     WA_PendingResizeEvent = 0
0906     WA_SetPalette = 0
0907     WA_SetFont = 0
0908     WA_SetCursor = 0
0909     WA_NoChildEventsFromChildren = 0
0910     WA_WindowModified = 0
0911     WA_Resized = 0
0912     WA_Moved = 0
0913     WA_PendingUpdate = 0
0914     WA_InvalidSize = 0
0915     WA_MacMetalStyle = 0
0916     WA_CustomWhatsThis = 0
0917     WA_LayoutOnEntireRect = 0
0918     WA_OutsideWSRange = 0
0919     WA_GrabbedShortcut = 0
0920     WA_TransparentForMouseEvents = 0
0921     WA_PaintUnclipped = 0
0922     WA_SetWindowIcon = 0
0923     WA_NoMouseReplay = 0
0924     WA_DeleteOnClose = 0
0925     WA_RightToLeft = 0
0926     WA_SetLayoutDirection = 0
0927     WA_NoChildEventsForParent = 0
0928     WA_ForceUpdatesDisabled = 0
0929     WA_WState_Created = 0
0930     WA_WState_CompressKeys = 0
0931     WA_WState_InPaintEvent = 0
0932     WA_WState_Reparented = 0
0933     WA_WState_ConfigPending = 0
0934     WA_WState_Polished = 0
0935     WA_WState_OwnSizePolicy = 0
0936     WA_WState_ExplicitShowHide = 0
0937     WA_MouseNoMask = 0
0938     WA_GroupLeader = 0
0939     WA_NoMousePropagation = 0
0940     WA_Hover = 0
0941     WA_InputMethodTransparent = 0
0942     WA_QuitOnClose = 0
0943     WA_KeyboardFocusChange = 0
0944     WA_AcceptDrops = 0
0945     WA_WindowPropagation = 0
0946     WA_NoX11EventCompression = 0
0947     WA_TintedBackground = 0
0948     WA_X11OpenGLOverlay = 0
0949     WA_AttributeCount = 0
0950     WA_AlwaysShowToolTips = 0
0951     WA_MacOpaqueSizeGrip = 0
0952     WA_SetStyle = 0
0953     WA_MacBrushedMetal = 0
0954     WA_SetLocale = 0
0955     WA_MacShowFocusRect = 0
0956     WA_MacNormalSize = 0
0957     WA_MacSmallSize = 0
0958     WA_MacMiniSize = 0
0959     WA_LayoutUsesWidgetRect = 0
0960     WA_StyledBackground = 0
0961     WA_MSWindowsUseDirect3D = 0
0962     WA_MacAlwaysShowToolWindow = 0
0963     WA_StyleSheet = 0
0964     WA_ShowWithoutActivating = 0
0965     WA_NativeWindow = 0
0966     WA_DontCreateNativeAncestors = 0
0967     WA_MacVariableSize = 0
0968     WA_X11NetWmWindowTypeDesktop = 0
0969     WA_X11NetWmWindowTypeDock = 0
0970     WA_X11NetWmWindowTypeToolBar = 0
0971     WA_X11NetWmWindowTypeMenu = 0
0972     WA_X11NetWmWindowTypeUtility = 0
0973     WA_X11NetWmWindowTypeSplash = 0
0974     WA_X11NetWmWindowTypeDialog = 0
0975     WA_X11NetWmWindowTypeDropDownMenu = 0
0976     WA_X11NetWmWindowTypePopupMenu = 0
0977     WA_X11NetWmWindowTypeToolTip = 0
0978     WA_X11NetWmWindowTypeNotification = 0
0979     WA_X11NetWmWindowTypeCombo = 0
0980     WA_X11NetWmWindowTypeDND = 0
0981     WA_MacFrameworkScaled = 0
0982     WA_TranslucentBackground = 0
0983     WA_AcceptTouchEvents = 0
0984     WA_TouchPadAcceptSingleTouchEvents = 0
0985     WA_MergeSoftkeys = 0
0986     WA_MergeSoftkeysRecursively = 0
0987     WA_X11DoNotAcceptFocus = 0
0988     WA_LockPortraitOrientation = 0
0989     WA_LockLandscapeOrientation = 0
0990     WA_AutoOrientation = 0
0991     WA_MacNoShadow = 0
0992 
0993     # Enum Qt.WindowState
0994     WindowNoState = 0
0995     WindowMinimized = 0
0996     WindowMaximized = 0
0997     WindowFullScreen = 0
0998     WindowActive = 0
0999 
1000     # Enum Qt.WindowType
1001     Widget = 0
1002     Window = 0
1003     Dialog = 0
1004     Sheet = 0
1005     Drawer = 0
1006     Popup = 0
1007     Tool = 0
1008     ToolTip = 0
1009     SplashScreen = 0
1010     Desktop = 0
1011     SubWindow = 0
1012     WindowType_Mask = 0
1013     MSWindowsFixedSizeDialogHint = 0
1014     MSWindowsOwnDC = 0
1015     X11BypassWindowManagerHint = 0
1016     FramelessWindowHint = 0
1017     CustomizeWindowHint = 0
1018     WindowTitleHint = 0
1019     WindowSystemMenuHint = 0
1020     WindowMinimizeButtonHint = 0
1021     WindowMaximizeButtonHint = 0
1022     WindowMinMaxButtonsHint = 0
1023     WindowContextHelpButtonHint = 0
1024     WindowShadeButtonHint = 0
1025     WindowStaysOnTopHint = 0
1026     WindowOkButtonHint = 0
1027     WindowCancelButtonHint = 0
1028     WindowStaysOnBottomHint = 0
1029     WindowCloseButtonHint = 0
1030     MacWindowToolBarButtonHint = 0
1031     BypassGraphicsProxyWidget = 0
1032     WindowSoftkeysVisibleHint = 0
1033     WindowSoftkeysRespondHint = 0
1034 
1035     # Enum Qt.TextElideMode
1036     ElideLeft = 0
1037     ElideRight = 0
1038     ElideMiddle = 0
1039     ElideNone = 0
1040 
1041     # Enum Qt.TextFlag
1042     TextSingleLine = 0
1043     TextDontClip = 0
1044     TextExpandTabs = 0
1045     TextShowMnemonic = 0
1046     TextWordWrap = 0
1047     TextWrapAnywhere = 0
1048     TextDontPrint = 0
1049     TextIncludeTrailingSpaces = 0
1050     TextHideMnemonic = 0
1051     TextJustificationForced = 0
1052 
1053     # Enum Qt.AlignmentFlag
1054     AlignLeft = 0
1055     AlignLeading = 0
1056     AlignRight = 0
1057     AlignTrailing = 0
1058     AlignHCenter = 0
1059     AlignJustify = 0
1060     AlignAbsolute = 0
1061     AlignHorizontal_Mask = 0
1062     AlignTop = 0
1063     AlignBottom = 0
1064     AlignVCenter = 0
1065     AlignVertical_Mask = 0
1066     AlignCenter = 0
1067 
1068     # Enum Qt.SortOrder
1069     AscendingOrder = 0
1070     DescendingOrder = 0
1071 
1072     # Enum Qt.FocusPolicy
1073     NoFocus = 0
1074     TabFocus = 0
1075     ClickFocus = 0
1076     StrongFocus = 0
1077     WheelFocus = 0
1078 
1079     # Enum Qt.Orientation
1080     Horizontal = 0
1081     Vertical = 0
1082 
1083     # Enum Qt.MouseButton
1084     NoButton = 0
1085     LeftButton = 0
1086     RightButton = 0
1087     MidButton = 0
1088     MiddleButton = 0
1089     XButton1 = 0
1090     XButton2 = 0
1091 
1092     # Enum Qt.Modifier
1093     META = 0
1094     SHIFT = 0
1095     CTRL = 0
1096     ALT = 0
1097     MODIFIER_MASK = 0
1098     UNICODE_ACCEL = 0
1099 
1100     # Enum Qt.KeyboardModifier
1101     NoModifier = 0
1102     ShiftModifier = 0
1103     ControlModifier = 0
1104     AltModifier = 0
1105     MetaModifier = 0
1106     KeypadModifier = 0
1107     GroupSwitchModifier = 0
1108     KeyboardModifierMask = 0
1109 
1110     # Enum Qt.GlobalColor
1111     color0 = 0
1112     color1 = 0
1113     black = 0
1114     white = 0
1115     darkGray = 0
1116     gray = 0
1117     lightGray = 0
1118     red = 0
1119     green = 0
1120     blue = 0
1121     cyan = 0
1122     magenta = 0
1123     yellow = 0
1124     darkRed = 0
1125     darkGreen = 0
1126     darkBlue = 0
1127     darkCyan = 0
1128     darkMagenta = 0
1129     darkYellow = 0
1130     transparent = 0
1131 
1132     class WindowFlags():
1133         """"""
1134         def __init__(self):
1135             '''Qt.WindowFlags Qt.WindowFlags.__init__()'''
1136             return Qt.WindowFlags()
1137         def __init__(self):
1138             '''int Qt.WindowFlags.__init__()'''
1139             return int()
1140         def __init__(self):
1141             '''void Qt.WindowFlags.__init__()'''
1142         def __bool__(self):
1143             '''int Qt.WindowFlags.__bool__()'''
1144             return int()
1145         def __ne__(self, f):
1146             '''bool Qt.WindowFlags.__ne__(Qt.WindowFlags f)'''
1147             return bool()
1148         def __eq__(self, f):
1149             '''bool Qt.WindowFlags.__eq__(Qt.WindowFlags f)'''
1150             return bool()
1151         def __invert__(self):
1152             '''Qt.WindowFlags Qt.WindowFlags.__invert__()'''
1153             return Qt.WindowFlags()
1154         def __and__(self, mask):
1155             '''Qt.WindowFlags Qt.WindowFlags.__and__(int mask)'''
1156             return Qt.WindowFlags()
1157         def __xor__(self, f):
1158             '''Qt.WindowFlags Qt.WindowFlags.__xor__(Qt.WindowFlags f)'''
1159             return Qt.WindowFlags()
1160         def __xor__(self, f):
1161             '''Qt.WindowFlags Qt.WindowFlags.__xor__(int f)'''
1162             return Qt.WindowFlags()
1163         def __or__(self, f):
1164             '''Qt.WindowFlags Qt.WindowFlags.__or__(Qt.WindowFlags f)'''
1165             return Qt.WindowFlags()
1166         def __or__(self, f):
1167             '''Qt.WindowFlags Qt.WindowFlags.__or__(int f)'''
1168             return Qt.WindowFlags()
1169         def __int__(self):
1170             '''int Qt.WindowFlags.__int__()'''
1171             return int()
1172         def __ixor__(self, f):
1173             '''Qt.WindowFlags Qt.WindowFlags.__ixor__(Qt.WindowFlags f)'''
1174             return Qt.WindowFlags()
1175         def __ior__(self, f):
1176             '''Qt.WindowFlags Qt.WindowFlags.__ior__(Qt.WindowFlags f)'''
1177             return Qt.WindowFlags()
1178         def __iand__(self, mask):
1179             '''Qt.WindowFlags Qt.WindowFlags.__iand__(int mask)'''
1180             return Qt.WindowFlags()
1181     class ToolBarAreas():
1182         """"""
1183         def __init__(self):
1184             '''Qt.ToolBarAreas Qt.ToolBarAreas.__init__()'''
1185             return Qt.ToolBarAreas()
1186         def __init__(self):
1187             '''int Qt.ToolBarAreas.__init__()'''
1188             return int()
1189         def __init__(self):
1190             '''void Qt.ToolBarAreas.__init__()'''
1191         def __bool__(self):
1192             '''int Qt.ToolBarAreas.__bool__()'''
1193             return int()
1194         def __ne__(self, f):
1195             '''bool Qt.ToolBarAreas.__ne__(Qt.ToolBarAreas f)'''
1196             return bool()
1197         def __eq__(self, f):
1198             '''bool Qt.ToolBarAreas.__eq__(Qt.ToolBarAreas f)'''
1199             return bool()
1200         def __invert__(self):
1201             '''Qt.ToolBarAreas Qt.ToolBarAreas.__invert__()'''
1202             return Qt.ToolBarAreas()
1203         def __and__(self, mask):
1204             '''Qt.ToolBarAreas Qt.ToolBarAreas.__and__(int mask)'''
1205             return Qt.ToolBarAreas()
1206         def __xor__(self, f):
1207             '''Qt.ToolBarAreas Qt.ToolBarAreas.__xor__(Qt.ToolBarAreas f)'''
1208             return Qt.ToolBarAreas()
1209         def __xor__(self, f):
1210             '''Qt.ToolBarAreas Qt.ToolBarAreas.__xor__(int f)'''
1211             return Qt.ToolBarAreas()
1212         def __or__(self, f):
1213             '''Qt.ToolBarAreas Qt.ToolBarAreas.__or__(Qt.ToolBarAreas f)'''
1214             return Qt.ToolBarAreas()
1215         def __or__(self, f):
1216             '''Qt.ToolBarAreas Qt.ToolBarAreas.__or__(int f)'''
1217             return Qt.ToolBarAreas()
1218         def __int__(self):
1219             '''int Qt.ToolBarAreas.__int__()'''
1220             return int()
1221         def __ixor__(self, f):
1222             '''Qt.ToolBarAreas Qt.ToolBarAreas.__ixor__(Qt.ToolBarAreas f)'''
1223             return Qt.ToolBarAreas()
1224         def __ior__(self, f):
1225             '''Qt.ToolBarAreas Qt.ToolBarAreas.__ior__(Qt.ToolBarAreas f)'''
1226             return Qt.ToolBarAreas()
1227         def __iand__(self, mask):
1228             '''Qt.ToolBarAreas Qt.ToolBarAreas.__iand__(int mask)'''
1229             return Qt.ToolBarAreas()
1230     class InputMethodHints():
1231         """"""
1232         def __init__(self):
1233             '''Qt.InputMethodHints Qt.InputMethodHints.__init__()'''
1234             return Qt.InputMethodHints()
1235         def __init__(self):
1236             '''int Qt.InputMethodHints.__init__()'''
1237             return int()
1238         def __init__(self):
1239             '''void Qt.InputMethodHints.__init__()'''
1240         def __bool__(self):
1241             '''int Qt.InputMethodHints.__bool__()'''
1242             return int()
1243         def __ne__(self, f):
1244             '''bool Qt.InputMethodHints.__ne__(Qt.InputMethodHints f)'''
1245             return bool()
1246         def __eq__(self, f):
1247             '''bool Qt.InputMethodHints.__eq__(Qt.InputMethodHints f)'''
1248             return bool()
1249         def __invert__(self):
1250             '''Qt.InputMethodHints Qt.InputMethodHints.__invert__()'''
1251             return Qt.InputMethodHints()
1252         def __and__(self, mask):
1253             '''Qt.InputMethodHints Qt.InputMethodHints.__and__(int mask)'''
1254             return Qt.InputMethodHints()
1255         def __xor__(self, f):
1256             '''Qt.InputMethodHints Qt.InputMethodHints.__xor__(Qt.InputMethodHints f)'''
1257             return Qt.InputMethodHints()
1258         def __xor__(self, f):
1259             '''Qt.InputMethodHints Qt.InputMethodHints.__xor__(int f)'''
1260             return Qt.InputMethodHints()
1261         def __or__(self, f):
1262             '''Qt.InputMethodHints Qt.InputMethodHints.__or__(Qt.InputMethodHints f)'''
1263             return Qt.InputMethodHints()
1264         def __or__(self, f):
1265             '''Qt.InputMethodHints Qt.InputMethodHints.__or__(int f)'''
1266             return Qt.InputMethodHints()
1267         def __int__(self):
1268             '''int Qt.InputMethodHints.__int__()'''
1269             return int()
1270         def __ixor__(self, f):
1271             '''Qt.InputMethodHints Qt.InputMethodHints.__ixor__(Qt.InputMethodHints f)'''
1272             return Qt.InputMethodHints()
1273         def __ior__(self, f):
1274             '''Qt.InputMethodHints Qt.InputMethodHints.__ior__(Qt.InputMethodHints f)'''
1275             return Qt.InputMethodHints()
1276         def __iand__(self, mask):
1277             '''Qt.InputMethodHints Qt.InputMethodHints.__iand__(int mask)'''
1278             return Qt.InputMethodHints()
1279     class MatchFlags():
1280         """"""
1281         def __init__(self):
1282             '''Qt.MatchFlags Qt.MatchFlags.__init__()'''
1283             return Qt.MatchFlags()
1284         def __init__(self):
1285             '''int Qt.MatchFlags.__init__()'''
1286             return int()
1287         def __init__(self):
1288             '''void Qt.MatchFlags.__init__()'''
1289         def __bool__(self):
1290             '''int Qt.MatchFlags.__bool__()'''
1291             return int()
1292         def __ne__(self, f):
1293             '''bool Qt.MatchFlags.__ne__(Qt.MatchFlags f)'''
1294             return bool()
1295         def __eq__(self, f):
1296             '''bool Qt.MatchFlags.__eq__(Qt.MatchFlags f)'''
1297             return bool()
1298         def __invert__(self):
1299             '''Qt.MatchFlags Qt.MatchFlags.__invert__()'''
1300             return Qt.MatchFlags()
1301         def __and__(self, mask):
1302             '''Qt.MatchFlags Qt.MatchFlags.__and__(int mask)'''
1303             return Qt.MatchFlags()
1304         def __xor__(self, f):
1305             '''Qt.MatchFlags Qt.MatchFlags.__xor__(Qt.MatchFlags f)'''
1306             return Qt.MatchFlags()
1307         def __xor__(self, f):
1308             '''Qt.MatchFlags Qt.MatchFlags.__xor__(int f)'''
1309             return Qt.MatchFlags()
1310         def __or__(self, f):
1311             '''Qt.MatchFlags Qt.MatchFlags.__or__(Qt.MatchFlags f)'''
1312             return Qt.MatchFlags()
1313         def __or__(self, f):
1314             '''Qt.MatchFlags Qt.MatchFlags.__or__(int f)'''
1315             return Qt.MatchFlags()
1316         def __int__(self):
1317             '''int Qt.MatchFlags.__int__()'''
1318             return int()
1319         def __ixor__(self, f):
1320             '''Qt.MatchFlags Qt.MatchFlags.__ixor__(Qt.MatchFlags f)'''
1321             return Qt.MatchFlags()
1322         def __ior__(self, f):
1323             '''Qt.MatchFlags Qt.MatchFlags.__ior__(Qt.MatchFlags f)'''
1324             return Qt.MatchFlags()
1325         def __iand__(self, mask):
1326             '''Qt.MatchFlags Qt.MatchFlags.__iand__(int mask)'''
1327             return Qt.MatchFlags()
1328     class ItemFlags():
1329         """"""
1330         def __init__(self):
1331             '''Qt.ItemFlags Qt.ItemFlags.__init__()'''
1332             return Qt.ItemFlags()
1333         def __init__(self):
1334             '''int Qt.ItemFlags.__init__()'''
1335             return int()
1336         def __init__(self):
1337             '''void Qt.ItemFlags.__init__()'''
1338         def __bool__(self):
1339             '''int Qt.ItemFlags.__bool__()'''
1340             return int()
1341         def __ne__(self, f):
1342             '''bool Qt.ItemFlags.__ne__(Qt.ItemFlags f)'''
1343             return bool()
1344         def __eq__(self, f):
1345             '''bool Qt.ItemFlags.__eq__(Qt.ItemFlags f)'''
1346             return bool()
1347         def __invert__(self):
1348             '''Qt.ItemFlags Qt.ItemFlags.__invert__()'''
1349             return Qt.ItemFlags()
1350         def __and__(self, mask):
1351             '''Qt.ItemFlags Qt.ItemFlags.__and__(int mask)'''
1352             return Qt.ItemFlags()
1353         def __xor__(self, f):
1354             '''Qt.ItemFlags Qt.ItemFlags.__xor__(Qt.ItemFlags f)'''
1355             return Qt.ItemFlags()
1356         def __xor__(self, f):
1357             '''Qt.ItemFlags Qt.ItemFlags.__xor__(int f)'''
1358             return Qt.ItemFlags()
1359         def __or__(self, f):
1360             '''Qt.ItemFlags Qt.ItemFlags.__or__(Qt.ItemFlags f)'''
1361             return Qt.ItemFlags()
1362         def __or__(self, f):
1363             '''Qt.ItemFlags Qt.ItemFlags.__or__(int f)'''
1364             return Qt.ItemFlags()
1365         def __int__(self):
1366             '''int Qt.ItemFlags.__int__()'''
1367             return int()
1368         def __ixor__(self, f):
1369             '''Qt.ItemFlags Qt.ItemFlags.__ixor__(Qt.ItemFlags f)'''
1370             return Qt.ItemFlags()
1371         def __ior__(self, f):
1372             '''Qt.ItemFlags Qt.ItemFlags.__ior__(Qt.ItemFlags f)'''
1373             return Qt.ItemFlags()
1374         def __iand__(self, mask):
1375             '''Qt.ItemFlags Qt.ItemFlags.__iand__(int mask)'''
1376             return Qt.ItemFlags()
1377     class MouseButtons():
1378         """"""
1379         def __init__(self):
1380             '''Qt.MouseButtons Qt.MouseButtons.__init__()'''
1381             return Qt.MouseButtons()
1382         def __init__(self):
1383             '''int Qt.MouseButtons.__init__()'''
1384             return int()
1385         def __init__(self):
1386             '''void Qt.MouseButtons.__init__()'''
1387         def __bool__(self):
1388             '''int Qt.MouseButtons.__bool__()'''
1389             return int()
1390         def __ne__(self, f):
1391             '''bool Qt.MouseButtons.__ne__(Qt.MouseButtons f)'''
1392             return bool()
1393         def __eq__(self, f):
1394             '''bool Qt.MouseButtons.__eq__(Qt.MouseButtons f)'''
1395             return bool()
1396         def __invert__(self):
1397             '''Qt.MouseButtons Qt.MouseButtons.__invert__()'''
1398             return Qt.MouseButtons()
1399         def __and__(self, mask):
1400             '''Qt.MouseButtons Qt.MouseButtons.__and__(int mask)'''
1401             return Qt.MouseButtons()
1402         def __xor__(self, f):
1403             '''Qt.MouseButtons Qt.MouseButtons.__xor__(Qt.MouseButtons f)'''
1404             return Qt.MouseButtons()
1405         def __xor__(self, f):
1406             '''Qt.MouseButtons Qt.MouseButtons.__xor__(int f)'''
1407             return Qt.MouseButtons()
1408         def __or__(self, f):
1409             '''Qt.MouseButtons Qt.MouseButtons.__or__(Qt.MouseButtons f)'''
1410             return Qt.MouseButtons()
1411         def __or__(self, f):
1412             '''Qt.MouseButtons Qt.MouseButtons.__or__(int f)'''
1413             return Qt.MouseButtons()
1414         def __int__(self):
1415             '''int Qt.MouseButtons.__int__()'''
1416             return int()
1417         def __ixor__(self, f):
1418             '''Qt.MouseButtons Qt.MouseButtons.__ixor__(Qt.MouseButtons f)'''
1419             return Qt.MouseButtons()
1420         def __ior__(self, f):
1421             '''Qt.MouseButtons Qt.MouseButtons.__ior__(Qt.MouseButtons f)'''
1422             return Qt.MouseButtons()
1423         def __iand__(self, mask):
1424             '''Qt.MouseButtons Qt.MouseButtons.__iand__(int mask)'''
1425             return Qt.MouseButtons()
1426     class KeyboardModifiers():
1427         """"""
1428         def __init__(self):
1429             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__init__()'''
1430             return Qt.KeyboardModifiers()
1431         def __init__(self):
1432             '''int Qt.KeyboardModifiers.__init__()'''
1433             return int()
1434         def __init__(self):
1435             '''void Qt.KeyboardModifiers.__init__()'''
1436         def __bool__(self):
1437             '''int Qt.KeyboardModifiers.__bool__()'''
1438             return int()
1439         def __ne__(self, f):
1440             '''bool Qt.KeyboardModifiers.__ne__(Qt.KeyboardModifiers f)'''
1441             return bool()
1442         def __eq__(self, f):
1443             '''bool Qt.KeyboardModifiers.__eq__(Qt.KeyboardModifiers f)'''
1444             return bool()
1445         def __invert__(self):
1446             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__invert__()'''
1447             return Qt.KeyboardModifiers()
1448         def __and__(self, mask):
1449             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__and__(int mask)'''
1450             return Qt.KeyboardModifiers()
1451         def __xor__(self, f):
1452             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__xor__(Qt.KeyboardModifiers f)'''
1453             return Qt.KeyboardModifiers()
1454         def __xor__(self, f):
1455             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__xor__(int f)'''
1456             return Qt.KeyboardModifiers()
1457         def __or__(self, f):
1458             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__or__(Qt.KeyboardModifiers f)'''
1459             return Qt.KeyboardModifiers()
1460         def __or__(self, f):
1461             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__or__(int f)'''
1462             return Qt.KeyboardModifiers()
1463         def __int__(self):
1464             '''int Qt.KeyboardModifiers.__int__()'''
1465             return int()
1466         def __ixor__(self, f):
1467             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__ixor__(Qt.KeyboardModifiers f)'''
1468             return Qt.KeyboardModifiers()
1469         def __ior__(self, f):
1470             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__ior__(Qt.KeyboardModifiers f)'''
1471             return Qt.KeyboardModifiers()
1472         def __iand__(self, mask):
1473             '''Qt.KeyboardModifiers Qt.KeyboardModifiers.__iand__(int mask)'''
1474             return Qt.KeyboardModifiers()
1475     class DropActions():
1476         """"""
1477         def __init__(self):
1478             '''Qt.DropActions Qt.DropActions.__init__()'''
1479             return Qt.DropActions()
1480         def __init__(self):
1481             '''int Qt.DropActions.__init__()'''
1482             return int()
1483         def __init__(self):
1484             '''void Qt.DropActions.__init__()'''
1485         def __bool__(self):
1486             '''int Qt.DropActions.__bool__()'''
1487             return int()
1488         def __ne__(self, f):
1489             '''bool Qt.DropActions.__ne__(Qt.DropActions f)'''
1490             return bool()
1491         def __eq__(self, f):
1492             '''bool Qt.DropActions.__eq__(Qt.DropActions f)'''
1493             return bool()
1494         def __invert__(self):
1495             '''Qt.DropActions Qt.DropActions.__invert__()'''
1496             return Qt.DropActions()
1497         def __and__(self, mask):
1498             '''Qt.DropActions Qt.DropActions.__and__(int mask)'''
1499             return Qt.DropActions()
1500         def __xor__(self, f):
1501             '''Qt.DropActions Qt.DropActions.__xor__(Qt.DropActions f)'''
1502             return Qt.DropActions()
1503         def __xor__(self, f):
1504             '''Qt.DropActions Qt.DropActions.__xor__(int f)'''
1505             return Qt.DropActions()
1506         def __or__(self, f):
1507             '''Qt.DropActions Qt.DropActions.__or__(Qt.DropActions f)'''
1508             return Qt.DropActions()
1509         def __or__(self, f):
1510             '''Qt.DropActions Qt.DropActions.__or__(int f)'''
1511             return Qt.DropActions()
1512         def __int__(self):
1513             '''int Qt.DropActions.__int__()'''
1514             return int()
1515         def __ixor__(self, f):
1516             '''Qt.DropActions Qt.DropActions.__ixor__(Qt.DropActions f)'''
1517             return Qt.DropActions()
1518         def __ior__(self, f):
1519             '''Qt.DropActions Qt.DropActions.__ior__(Qt.DropActions f)'''
1520             return Qt.DropActions()
1521         def __iand__(self, mask):
1522             '''Qt.DropActions Qt.DropActions.__iand__(int mask)'''
1523             return Qt.DropActions()
1524     class DockWidgetAreas():
1525         """"""
1526         def __init__(self):
1527             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__init__()'''
1528             return Qt.DockWidgetAreas()
1529         def __init__(self):
1530             '''int Qt.DockWidgetAreas.__init__()'''
1531             return int()
1532         def __init__(self):
1533             '''void Qt.DockWidgetAreas.__init__()'''
1534         def __bool__(self):
1535             '''int Qt.DockWidgetAreas.__bool__()'''
1536             return int()
1537         def __ne__(self, f):
1538             '''bool Qt.DockWidgetAreas.__ne__(Qt.DockWidgetAreas f)'''
1539             return bool()
1540         def __eq__(self, f):
1541             '''bool Qt.DockWidgetAreas.__eq__(Qt.DockWidgetAreas f)'''
1542             return bool()
1543         def __invert__(self):
1544             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__invert__()'''
1545             return Qt.DockWidgetAreas()
1546         def __and__(self, mask):
1547             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__and__(int mask)'''
1548             return Qt.DockWidgetAreas()
1549         def __xor__(self, f):
1550             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__xor__(Qt.DockWidgetAreas f)'''
1551             return Qt.DockWidgetAreas()
1552         def __xor__(self, f):
1553             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__xor__(int f)'''
1554             return Qt.DockWidgetAreas()
1555         def __or__(self, f):
1556             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__or__(Qt.DockWidgetAreas f)'''
1557             return Qt.DockWidgetAreas()
1558         def __or__(self, f):
1559             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__or__(int f)'''
1560             return Qt.DockWidgetAreas()
1561         def __int__(self):
1562             '''int Qt.DockWidgetAreas.__int__()'''
1563             return int()
1564         def __ixor__(self, f):
1565             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__ixor__(Qt.DockWidgetAreas f)'''
1566             return Qt.DockWidgetAreas()
1567         def __ior__(self, f):
1568             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__ior__(Qt.DockWidgetAreas f)'''
1569             return Qt.DockWidgetAreas()
1570         def __iand__(self, mask):
1571             '''Qt.DockWidgetAreas Qt.DockWidgetAreas.__iand__(int mask)'''
1572             return Qt.DockWidgetAreas()
1573     class Orientations():
1574         """"""
1575         def __init__(self):
1576             '''Qt.Orientations Qt.Orientations.__init__()'''
1577             return Qt.Orientations()
1578         def __init__(self):
1579             '''int Qt.Orientations.__init__()'''
1580             return int()
1581         def __init__(self):
1582             '''void Qt.Orientations.__init__()'''
1583         def __bool__(self):
1584             '''int Qt.Orientations.__bool__()'''
1585             return int()
1586         def __ne__(self, f):
1587             '''bool Qt.Orientations.__ne__(Qt.Orientations f)'''
1588             return bool()
1589         def __eq__(self, f):
1590             '''bool Qt.Orientations.__eq__(Qt.Orientations f)'''
1591             return bool()
1592         def __invert__(self):
1593             '''Qt.Orientations Qt.Orientations.__invert__()'''
1594             return Qt.Orientations()
1595         def __and__(self, mask):
1596             '''Qt.Orientations Qt.Orientations.__and__(int mask)'''
1597             return Qt.Orientations()
1598         def __xor__(self, f):
1599             '''Qt.Orientations Qt.Orientations.__xor__(Qt.Orientations f)'''
1600             return Qt.Orientations()
1601         def __xor__(self, f):
1602             '''Qt.Orientations Qt.Orientations.__xor__(int f)'''
1603             return Qt.Orientations()
1604         def __or__(self, f):
1605             '''Qt.Orientations Qt.Orientations.__or__(Qt.Orientations f)'''
1606             return Qt.Orientations()
1607         def __or__(self, f):
1608             '''Qt.Orientations Qt.Orientations.__or__(int f)'''
1609             return Qt.Orientations()
1610         def __int__(self):
1611             '''int Qt.Orientations.__int__()'''
1612             return int()
1613         def __ixor__(self, f):
1614             '''Qt.Orientations Qt.Orientations.__ixor__(Qt.Orientations f)'''
1615             return Qt.Orientations()
1616         def __ior__(self, f):
1617             '''Qt.Orientations Qt.Orientations.__ior__(Qt.Orientations f)'''
1618             return Qt.Orientations()
1619         def __iand__(self, mask):
1620             '''Qt.Orientations Qt.Orientations.__iand__(int mask)'''
1621             return Qt.Orientations()
1622     class TextInteractionFlags():
1623         """"""
1624         def __init__(self):
1625             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__init__()'''
1626             return Qt.TextInteractionFlags()
1627         def __init__(self):
1628             '''int Qt.TextInteractionFlags.__init__()'''
1629             return int()
1630         def __init__(self):
1631             '''void Qt.TextInteractionFlags.__init__()'''
1632         def __bool__(self):
1633             '''int Qt.TextInteractionFlags.__bool__()'''
1634             return int()
1635         def __ne__(self, f):
1636             '''bool Qt.TextInteractionFlags.__ne__(Qt.TextInteractionFlags f)'''
1637             return bool()
1638         def __eq__(self, f):
1639             '''bool Qt.TextInteractionFlags.__eq__(Qt.TextInteractionFlags f)'''
1640             return bool()
1641         def __invert__(self):
1642             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__invert__()'''
1643             return Qt.TextInteractionFlags()
1644         def __and__(self, mask):
1645             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__and__(int mask)'''
1646             return Qt.TextInteractionFlags()
1647         def __xor__(self, f):
1648             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__xor__(Qt.TextInteractionFlags f)'''
1649             return Qt.TextInteractionFlags()
1650         def __xor__(self, f):
1651             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__xor__(int f)'''
1652             return Qt.TextInteractionFlags()
1653         def __or__(self, f):
1654             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__or__(Qt.TextInteractionFlags f)'''
1655             return Qt.TextInteractionFlags()
1656         def __or__(self, f):
1657             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__or__(int f)'''
1658             return Qt.TextInteractionFlags()
1659         def __int__(self):
1660             '''int Qt.TextInteractionFlags.__int__()'''
1661             return int()
1662         def __ixor__(self, f):
1663             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__ixor__(Qt.TextInteractionFlags f)'''
1664             return Qt.TextInteractionFlags()
1665         def __ior__(self, f):
1666             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__ior__(Qt.TextInteractionFlags f)'''
1667             return Qt.TextInteractionFlags()
1668         def __iand__(self, mask):
1669             '''Qt.TextInteractionFlags Qt.TextInteractionFlags.__iand__(int mask)'''
1670             return Qt.TextInteractionFlags()
1671     class GestureFlags():
1672         """"""
1673         def __init__(self):
1674             '''Qt.GestureFlags Qt.GestureFlags.__init__()'''
1675             return Qt.GestureFlags()
1676         def __init__(self):
1677             '''int Qt.GestureFlags.__init__()'''
1678             return int()
1679         def __init__(self):
1680             '''void Qt.GestureFlags.__init__()'''
1681         def __bool__(self):
1682             '''int Qt.GestureFlags.__bool__()'''
1683             return int()
1684         def __ne__(self, f):
1685             '''bool Qt.GestureFlags.__ne__(Qt.GestureFlags f)'''
1686             return bool()
1687         def __eq__(self, f):
1688             '''bool Qt.GestureFlags.__eq__(Qt.GestureFlags f)'''
1689             return bool()
1690         def __invert__(self):
1691             '''Qt.GestureFlags Qt.GestureFlags.__invert__()'''
1692             return Qt.GestureFlags()
1693         def __and__(self, mask):
1694             '''Qt.GestureFlags Qt.GestureFlags.__and__(int mask)'''
1695             return Qt.GestureFlags()
1696         def __xor__(self, f):
1697             '''Qt.GestureFlags Qt.GestureFlags.__xor__(Qt.GestureFlags f)'''
1698             return Qt.GestureFlags()
1699         def __xor__(self, f):
1700             '''Qt.GestureFlags Qt.GestureFlags.__xor__(int f)'''
1701             return Qt.GestureFlags()
1702         def __or__(self, f):
1703             '''Qt.GestureFlags Qt.GestureFlags.__or__(Qt.GestureFlags f)'''
1704             return Qt.GestureFlags()
1705         def __or__(self, f):
1706             '''Qt.GestureFlags Qt.GestureFlags.__or__(int f)'''
1707             return Qt.GestureFlags()
1708         def __int__(self):
1709             '''int Qt.GestureFlags.__int__()'''
1710             return int()
1711         def __ixor__(self, f):
1712             '''Qt.GestureFlags Qt.GestureFlags.__ixor__(Qt.GestureFlags f)'''
1713             return Qt.GestureFlags()
1714         def __ior__(self, f):
1715             '''Qt.GestureFlags Qt.GestureFlags.__ior__(Qt.GestureFlags f)'''
1716             return Qt.GestureFlags()
1717         def __iand__(self, mask):
1718             '''Qt.GestureFlags Qt.GestureFlags.__iand__(int mask)'''
1719             return Qt.GestureFlags()
1720     class Alignment():
1721         """"""
1722         def __init__(self):
1723             '''Qt.Alignment Qt.Alignment.__init__()'''
1724             return Qt.Alignment()
1725         def __init__(self):
1726             '''int Qt.Alignment.__init__()'''
1727             return int()
1728         def __init__(self):
1729             '''void Qt.Alignment.__init__()'''
1730         def __bool__(self):
1731             '''int Qt.Alignment.__bool__()'''
1732             return int()
1733         def __ne__(self, f):
1734             '''bool Qt.Alignment.__ne__(Qt.Alignment f)'''
1735             return bool()
1736         def __eq__(self, f):
1737             '''bool Qt.Alignment.__eq__(Qt.Alignment f)'''
1738             return bool()
1739         def __invert__(self):
1740             '''Qt.Alignment Qt.Alignment.__invert__()'''
1741             return Qt.Alignment()
1742         def __and__(self, mask):
1743             '''Qt.Alignment Qt.Alignment.__and__(int mask)'''
1744             return Qt.Alignment()
1745         def __xor__(self, f):
1746             '''Qt.Alignment Qt.Alignment.__xor__(Qt.Alignment f)'''
1747             return Qt.Alignment()
1748         def __xor__(self, f):
1749             '''Qt.Alignment Qt.Alignment.__xor__(int f)'''
1750             return Qt.Alignment()
1751         def __or__(self, f):
1752             '''Qt.Alignment Qt.Alignment.__or__(Qt.Alignment f)'''
1753             return Qt.Alignment()
1754         def __or__(self, f):
1755             '''Qt.Alignment Qt.Alignment.__or__(int f)'''
1756             return Qt.Alignment()
1757         def __int__(self):
1758             '''int Qt.Alignment.__int__()'''
1759             return int()
1760         def __ixor__(self, f):
1761             '''Qt.Alignment Qt.Alignment.__ixor__(Qt.Alignment f)'''
1762             return Qt.Alignment()
1763         def __ior__(self, f):
1764             '''Qt.Alignment Qt.Alignment.__ior__(Qt.Alignment f)'''
1765             return Qt.Alignment()
1766         def __iand__(self, mask):
1767             '''Qt.Alignment Qt.Alignment.__iand__(int mask)'''
1768             return Qt.Alignment()
1769     class ImageConversionFlags():
1770         """"""
1771         def __init__(self):
1772             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__init__()'''
1773             return Qt.ImageConversionFlags()
1774         def __init__(self):
1775             '''int Qt.ImageConversionFlags.__init__()'''
1776             return int()
1777         def __init__(self):
1778             '''void Qt.ImageConversionFlags.__init__()'''
1779         def __bool__(self):
1780             '''int Qt.ImageConversionFlags.__bool__()'''
1781             return int()
1782         def __ne__(self, f):
1783             '''bool Qt.ImageConversionFlags.__ne__(Qt.ImageConversionFlags f)'''
1784             return bool()
1785         def __eq__(self, f):
1786             '''bool Qt.ImageConversionFlags.__eq__(Qt.ImageConversionFlags f)'''
1787             return bool()
1788         def __invert__(self):
1789             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__invert__()'''
1790             return Qt.ImageConversionFlags()
1791         def __and__(self, mask):
1792             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__and__(int mask)'''
1793             return Qt.ImageConversionFlags()
1794         def __xor__(self, f):
1795             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__xor__(Qt.ImageConversionFlags f)'''
1796             return Qt.ImageConversionFlags()
1797         def __xor__(self, f):
1798             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__xor__(int f)'''
1799             return Qt.ImageConversionFlags()
1800         def __or__(self, f):
1801             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__or__(Qt.ImageConversionFlags f)'''
1802             return Qt.ImageConversionFlags()
1803         def __or__(self, f):
1804             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__or__(int f)'''
1805             return Qt.ImageConversionFlags()
1806         def __int__(self):
1807             '''int Qt.ImageConversionFlags.__int__()'''
1808             return int()
1809         def __ixor__(self, f):
1810             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__ixor__(Qt.ImageConversionFlags f)'''
1811             return Qt.ImageConversionFlags()
1812         def __ior__(self, f):
1813             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__ior__(Qt.ImageConversionFlags f)'''
1814             return Qt.ImageConversionFlags()
1815         def __iand__(self, mask):
1816             '''Qt.ImageConversionFlags Qt.ImageConversionFlags.__iand__(int mask)'''
1817             return Qt.ImageConversionFlags()
1818     class TouchPointStates():
1819         """"""
1820         def __init__(self):
1821             '''Qt.TouchPointStates Qt.TouchPointStates.__init__()'''
1822             return Qt.TouchPointStates()
1823         def __init__(self):
1824             '''int Qt.TouchPointStates.__init__()'''
1825             return int()
1826         def __init__(self):
1827             '''void Qt.TouchPointStates.__init__()'''
1828         def __bool__(self):
1829             '''int Qt.TouchPointStates.__bool__()'''
1830             return int()
1831         def __ne__(self, f):
1832             '''bool Qt.TouchPointStates.__ne__(Qt.TouchPointStates f)'''
1833             return bool()
1834         def __eq__(self, f):
1835             '''bool Qt.TouchPointStates.__eq__(Qt.TouchPointStates f)'''
1836             return bool()
1837         def __invert__(self):
1838             '''Qt.TouchPointStates Qt.TouchPointStates.__invert__()'''
1839             return Qt.TouchPointStates()
1840         def __and__(self, mask):
1841             '''Qt.TouchPointStates Qt.TouchPointStates.__and__(int mask)'''
1842             return Qt.TouchPointStates()
1843         def __xor__(self, f):
1844             '''Qt.TouchPointStates Qt.TouchPointStates.__xor__(Qt.TouchPointStates f)'''
1845             return Qt.TouchPointStates()
1846         def __xor__(self, f):
1847             '''Qt.TouchPointStates Qt.TouchPointStates.__xor__(int f)'''
1848             return Qt.TouchPointStates()
1849         def __or__(self, f):
1850             '''Qt.TouchPointStates Qt.TouchPointStates.__or__(Qt.TouchPointStates f)'''
1851             return Qt.TouchPointStates()
1852         def __or__(self, f):
1853             '''Qt.TouchPointStates Qt.TouchPointStates.__or__(int f)'''
1854             return Qt.TouchPointStates()
1855         def __int__(self):
1856             '''int Qt.TouchPointStates.__int__()'''
1857             return int()
1858         def __ixor__(self, f):
1859             '''Qt.TouchPointStates Qt.TouchPointStates.__ixor__(Qt.TouchPointStates f)'''
1860             return Qt.TouchPointStates()
1861         def __ior__(self, f):
1862             '''Qt.TouchPointStates Qt.TouchPointStates.__ior__(Qt.TouchPointStates f)'''
1863             return Qt.TouchPointStates()
1864         def __iand__(self, mask):
1865             '''Qt.TouchPointStates Qt.TouchPointStates.__iand__(int mask)'''
1866             return Qt.TouchPointStates()
1867     class WindowStates():
1868         """"""
1869         def __init__(self):
1870             '''Qt.WindowStates Qt.WindowStates.__init__()'''
1871             return Qt.WindowStates()
1872         def __init__(self):
1873             '''int Qt.WindowStates.__init__()'''
1874             return int()
1875         def __init__(self):
1876             '''void Qt.WindowStates.__init__()'''
1877         def __bool__(self):
1878             '''int Qt.WindowStates.__bool__()'''
1879             return int()
1880         def __ne__(self, f):
1881             '''bool Qt.WindowStates.__ne__(Qt.WindowStates f)'''
1882             return bool()
1883         def __eq__(self, f):
1884             '''bool Qt.WindowStates.__eq__(Qt.WindowStates f)'''
1885             return bool()
1886         def __invert__(self):
1887             '''Qt.WindowStates Qt.WindowStates.__invert__()'''
1888             return Qt.WindowStates()
1889         def __and__(self, mask):
1890             '''Qt.WindowStates Qt.WindowStates.__and__(int mask)'''
1891             return Qt.WindowStates()
1892         def __xor__(self, f):
1893             '''Qt.WindowStates Qt.WindowStates.__xor__(Qt.WindowStates f)'''
1894             return Qt.WindowStates()
1895         def __xor__(self, f):
1896             '''Qt.WindowStates Qt.WindowStates.__xor__(int f)'''
1897             return Qt.WindowStates()
1898         def __or__(self, f):
1899             '''Qt.WindowStates Qt.WindowStates.__or__(Qt.WindowStates f)'''
1900             return Qt.WindowStates()
1901         def __or__(self, f):
1902             '''Qt.WindowStates Qt.WindowStates.__or__(int f)'''
1903             return Qt.WindowStates()
1904         def __int__(self):
1905             '''int Qt.WindowStates.__int__()'''
1906             return int()
1907         def __ixor__(self, f):
1908             '''Qt.WindowStates Qt.WindowStates.__ixor__(Qt.WindowStates f)'''
1909             return Qt.WindowStates()
1910         def __ior__(self, f):
1911             '''Qt.WindowStates Qt.WindowStates.__ior__(Qt.WindowStates f)'''
1912             return Qt.WindowStates()
1913         def __iand__(self, mask):
1914             '''Qt.WindowStates Qt.WindowStates.__iand__(int mask)'''
1915             return Qt.WindowStates()
1916 
1917 
1918 class QObject():
1919     """"""
1920     staticMetaObject = None # QMetaObject - member
1921     def __init__(self, parent = None):
1922         '''void QObject.__init__(QObject parent = None)'''
1923     def senderSignalIndex(self):
1924         '''int QObject.senderSignalIndex()'''
1925         return int()
1926     def disconnectNotify(self, signal):
1927         '''void QObject.disconnectNotify(SIGNAL() signal)'''
1928     def connectNotify(self, signal):
1929         '''void QObject.connectNotify(SIGNAL() signal)'''
1930     def customEvent(self):
1931         '''QEvent QObject.customEvent()'''
1932         return QEvent()
1933     def childEvent(self):
1934         '''QChildEvent QObject.childEvent()'''
1935         return QChildEvent()
1936     def timerEvent(self):
1937         '''QTimerEvent QObject.timerEvent()'''
1938         return QTimerEvent()
1939     def receivers(self, signal):
1940         '''int QObject.receivers(SIGNAL() signal)'''
1941         return int()
1942     def sender(self):
1943         '''QObject QObject.sender()'''
1944         return QObject()
1945     def deleteLater(self):
1946         '''void QObject.deleteLater()'''
1947     def inherits(self, classname):
1948         '''bool QObject.inherits(str classname)'''
1949         return bool()
1950     def parent(self):
1951         '''QObject QObject.parent()'''
1952         return QObject()
1953     destroyed = pyqtSignal() # void destroyed(QObject * = 0) - signal
1954     def property(self, name):
1955         '''QVariant QObject.property(str name)'''
1956         return QVariant()
1957     def setProperty(self, name, value):
1958         '''bool QObject.setProperty(str name, QVariant value)'''
1959         return bool()
1960     def dynamicPropertyNames(self):
1961         '''list-of-QByteArray QObject.dynamicPropertyNames()'''
1962         return [QByteArray()]
1963     def dumpObjectTree(self):
1964         '''void QObject.dumpObjectTree()'''
1965     def dumpObjectInfo(self):
1966         '''void QObject.dumpObjectInfo()'''
1967     def disconnect(self):
1968         '''static SLOT() QObject.disconnect()'''
1969         return SLOT()()
1970     def disconnect(self):
1971         '''static callable QObject.disconnect()'''
1972         return callable()
1973     def connect(self):
1974         '''static Qt.ConnectionType QObject.connect()'''
1975         return Qt.ConnectionType()
1976     def connect(self):
1977         '''static Qt.ConnectionType QObject.connect()'''
1978         return Qt.ConnectionType()
1979     def connect(self):
1980         '''Qt.ConnectionType QObject.connect()'''
1981         return Qt.ConnectionType()
1982     def removeEventFilter(self):
1983         '''QObject QObject.removeEventFilter()'''
1984         return QObject()
1985     def installEventFilter(self):
1986         '''QObject QObject.installEventFilter()'''
1987         return QObject()
1988     def setParent(self):
1989         '''QObject QObject.setParent()'''
1990         return QObject()
1991     def children(self):
1992         '''list-of-QObject QObject.children()'''
1993         return [QObject()]
1994     def killTimer(self, id):
1995         '''void QObject.killTimer(int id)'''
1996     def startTimer(self, interval):
1997         '''int QObject.startTimer(int interval)'''
1998         return int()
1999     def moveToThread(self, thread):
2000         '''void QObject.moveToThread(QThread thread)'''
2001     def thread(self):
2002         '''QThread QObject.thread()'''
2003         return QThread()
2004     def blockSignals(self, b):
2005         '''bool QObject.blockSignals(bool b)'''
2006         return bool()
2007     def signalsBlocked(self):
2008         '''bool QObject.signalsBlocked()'''
2009         return bool()
2010     def isWidgetType(self):
2011         '''bool QObject.isWidgetType()'''
2012         return bool()
2013     def setObjectName(self, name):
2014         '''void QObject.setObjectName(QString name)'''
2015     def objectName(self):
2016         '''QString QObject.objectName()'''
2017         return QString()
2018     def emit(self, *args):
2019         '''SIGNAL() QObject.emit(... *args)'''
2020         return SIGNAL()()
2021     def findChildren(self, type, name = QString()):
2022         '''list-of-QObject QObject.findChildren(type type, QString name = QString())'''
2023         return [QObject()]
2024     def findChildren(self, types, name = QString()):
2025         '''list-of-QObject QObject.findChildren(tuple types, QString name = QString())'''
2026         return [QObject()]
2027     def findChildren(self, type, regExp):
2028         '''list-of-QObject QObject.findChildren(type type, QRegExp regExp)'''
2029         return [QObject()]
2030     def findChildren(self, types, regExp):
2031         '''list-of-QObject QObject.findChildren(tuple types, QRegExp regExp)'''
2032         return [QObject()]
2033     def findChild(self, type, name = QString()):
2034         '''QObject QObject.findChild(type type, QString name = QString())'''
2035         return QObject()
2036     def findChild(self, types, name = QString()):
2037         '''QObject QObject.findChild(tuple types, QString name = QString())'''
2038         return QObject()
2039     def trUtf8(self, sourceText, disambiguation = None, n = None):
2040         '''QString QObject.trUtf8(str sourceText, str disambiguation = None, int n = -1)'''
2041         return QString()
2042     def tr(self, sourceText, disambiguation = None, n = None):
2043         '''QString QObject.tr(str sourceText, str disambiguation = None, int n = -1)'''
2044         return QString()
2045     def eventFilter(self):
2046         '''QEvent QObject.eventFilter()'''
2047         return QEvent()
2048     def event(self):
2049         '''QEvent QObject.event()'''
2050         return QEvent()
2051     def __getattr__(self, name):
2052         '''object QObject.__getattr__(str name)'''
2053         return object()
2054     def pyqtConfigure(self):
2055         '''object QObject.pyqtConfigure()'''
2056         return object()
2057     def metaObject(self):
2058         '''QMetaObject QObject.metaObject()'''
2059         return QMetaObject()
2060 
2061 
2062 class QAbstractAnimation(QObject):
2063     """"""
2064     # Enum QAbstractAnimation.DeletionPolicy
2065     KeepWhenStopped = 0
2066     DeleteWhenStopped = 0
2067 
2068     # Enum QAbstractAnimation.State
2069     Stopped = 0
2070     Paused = 0
2071     Running = 0
2072 
2073     # Enum QAbstractAnimation.Direction
2074     Forward = 0
2075     Backward = 0
2076 
2077     def __init__(self, parent = None):
2078         '''void QAbstractAnimation.__init__(QObject parent = None)'''
2079     def updateDirection(self, direction):
2080         '''void QAbstractAnimation.updateDirection(QAbstractAnimation.Direction direction)'''
2081     def updateState(self, newState, oldState):
2082         '''void QAbstractAnimation.updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)'''
2083     def updateCurrentTime(self, currentTime):
2084         '''abstract void QAbstractAnimation.updateCurrentTime(int currentTime)'''
2085     def event(self, event):
2086         '''bool QAbstractAnimation.event(QEvent event)'''
2087         return bool()
2088     def setCurrentTime(self, msecs):
2089         '''void QAbstractAnimation.setCurrentTime(int msecs)'''
2090     def stop(self):
2091         '''void QAbstractAnimation.stop()'''
2092     def setPaused(self):
2093         '''bool QAbstractAnimation.setPaused()'''
2094         return bool()
2095     def resume(self):
2096         '''void QAbstractAnimation.resume()'''
2097     def pause(self):
2098         '''void QAbstractAnimation.pause()'''
2099     def start(self, policy = None):
2100         '''void QAbstractAnimation.start(QAbstractAnimation.DeletionPolicy policy = QAbstractAnimation.KeepWhenStopped)'''
2101     directionChanged = pyqtSignal() # void directionChanged(QAbstractAnimation::Direction) - signal
2102     currentLoopChanged = pyqtSignal() # void currentLoopChanged(int) - signal
2103     stateChanged = pyqtSignal() # void stateChanged(QAbstractAnimation::State,QAbstractAnimation::State) - signal
2104     finished = pyqtSignal() # void finished() - signal
2105     def totalDuration(self):
2106         '''int QAbstractAnimation.totalDuration()'''
2107         return int()
2108     def duration(self):
2109         '''abstract int QAbstractAnimation.duration()'''
2110         return int()
2111     def currentLoop(self):
2112         '''int QAbstractAnimation.currentLoop()'''
2113         return int()
2114     def setLoopCount(self, loopCount):
2115         '''void QAbstractAnimation.setLoopCount(int loopCount)'''
2116     def loopCount(self):
2117         '''int QAbstractAnimation.loopCount()'''
2118         return int()
2119     def currentLoopTime(self):
2120         '''int QAbstractAnimation.currentLoopTime()'''
2121         return int()
2122     def currentTime(self):
2123         '''int QAbstractAnimation.currentTime()'''
2124         return int()
2125     def setDirection(self, direction):
2126         '''void QAbstractAnimation.setDirection(QAbstractAnimation.Direction direction)'''
2127     def direction(self):
2128         '''QAbstractAnimation.Direction QAbstractAnimation.direction()'''
2129         return QAbstractAnimation.Direction()
2130     def group(self):
2131         '''QAnimationGroup QAbstractAnimation.group()'''
2132         return QAnimationGroup()
2133     def state(self):
2134         '''QAbstractAnimation.State QAbstractAnimation.state()'''
2135         return QAbstractAnimation.State()
2136 
2137 
2138 class QAbstractEventDispatcher(QObject):
2139     """"""
2140     def __init__(self, parent = None):
2141         '''void QAbstractEventDispatcher.__init__(QObject parent = None)'''
2142     awake = pyqtSignal() # void awake() - signal
2143     aboutToBlock = pyqtSignal() # void aboutToBlock() - signal
2144     def filterEvent(self, message):
2145         '''bool QAbstractEventDispatcher.filterEvent(sip.voidptr message)'''
2146         return bool()
2147     def setEventFilter(self, filter):
2148         '''callable QAbstractEventDispatcher.setEventFilter(callable filter)'''
2149         return callable()
2150     def closingDown(self):
2151         '''void QAbstractEventDispatcher.closingDown()'''
2152     def startingUp(self):
2153         '''void QAbstractEventDispatcher.startingUp()'''
2154     def flush(self):
2155         '''abstract void QAbstractEventDispatcher.flush()'''
2156     def interrupt(self):
2157         '''abstract void QAbstractEventDispatcher.interrupt()'''
2158     def wakeUp(self):
2159         '''abstract void QAbstractEventDispatcher.wakeUp()'''
2160     def registeredTimers(self, object):
2161         '''abstract list-of-tuple-of-int-int QAbstractEventDispatcher.registeredTimers(QObject object)'''
2162         return [tuple-of-int-int()]
2163     def unregisterTimers(self, object):
2164         '''abstract bool QAbstractEventDispatcher.unregisterTimers(QObject object)'''
2165         return bool()
2166     def unregisterTimer(self, timerId):
2167         '''abstract bool QAbstractEventDispatcher.unregisterTimer(int timerId)'''
2168         return bool()
2169     def registerTimer(self, interval, object):
2170         '''int QAbstractEventDispatcher.registerTimer(int interval, QObject object)'''
2171         return int()
2172     def registerTimer(self, timerId, interval, object):
2173         '''abstract void QAbstractEventDispatcher.registerTimer(int timerId, int interval, QObject object)'''
2174     def unregisterSocketNotifier(self, notifier):
2175         '''abstract void QAbstractEventDispatcher.unregisterSocketNotifier(QSocketNotifier notifier)'''
2176     def registerSocketNotifier(self, notifier):
2177         '''abstract void QAbstractEventDispatcher.registerSocketNotifier(QSocketNotifier notifier)'''
2178     def hasPendingEvents(self):
2179         '''abstract bool QAbstractEventDispatcher.hasPendingEvents()'''
2180         return bool()
2181     def processEvents(self, flags):
2182         '''abstract bool QAbstractEventDispatcher.processEvents(QEventLoop.ProcessEventsFlags flags)'''
2183         return bool()
2184     def instance(self, thread = None):
2185         '''static QAbstractEventDispatcher QAbstractEventDispatcher.instance(QThread thread = None)'''
2186         return QAbstractEventDispatcher()
2187 
2188 
2189 class QAbstractFileEngine():
2190     """"""
2191     # Enum QAbstractFileEngine.FileTime
2192     CreationTime = 0
2193     ModificationTime = 0
2194     AccessTime = 0
2195 
2196     # Enum QAbstractFileEngine.FileOwner
2197     OwnerUser = 0
2198     OwnerGroup = 0
2199 
2200     # Enum QAbstractFileEngine.FileName
2201     DefaultName = 0
2202     BaseName = 0
2203     PathName = 0
2204     AbsoluteName = 0
2205     AbsolutePathName = 0
2206     LinkName = 0
2207     CanonicalName = 0
2208     CanonicalPathName = 0
2209     BundleName = 0
2210 
2211     # Enum QAbstractFileEngine.FileFlag
2212     ReadOwnerPerm = 0
2213     WriteOwnerPerm = 0
2214     ExeOwnerPerm = 0
2215     ReadUserPerm = 0
2216     WriteUserPerm = 0
2217     ExeUserPerm = 0
2218     ReadGroupPerm = 0
2219     WriteGroupPerm = 0
2220     ExeGroupPerm = 0
2221     ReadOtherPerm = 0
2222     WriteOtherPerm = 0
2223     ExeOtherPerm = 0
2224     LinkType = 0
2225     FileType = 0
2226     DirectoryType = 0
2227     HiddenFlag = 0
2228     LocalDiskFlag = 0
2229     ExistsFlag = 0
2230     RootFlag = 0
2231     PermsMask = 0
2232     TypesMask = 0
2233     FlagsMask = 0
2234     FileInfoAll = 0
2235     BundleType = 0
2236     Refresh = 0
2237 
2238     def __init__(self):
2239         '''void QAbstractFileEngine.__init__()'''
2240     def setError(self, error, str):
2241         '''void QAbstractFileEngine.setError(QFile.FileError error, QString str)'''
2242     def unmap(self, ptr):
2243         '''bool QAbstractFileEngine.unmap(sip.voidptr ptr)'''
2244         return bool()
2245     def map(self, offset, size, flags):
2246         '''sip.voidptr QAbstractFileEngine.map(int offset, int size, QFile.MemoryMapFlags flags)'''
2247         return sip.voidptr()
2248     def create(self, fileName):
2249         '''static QAbstractFileEngine QAbstractFileEngine.create(QString fileName)'''
2250         return QAbstractFileEngine()
2251     def errorString(self):
2252         '''QString QAbstractFileEngine.errorString()'''
2253         return QString()
2254     def error(self):
2255         '''QFile.FileError QAbstractFileEngine.error()'''
2256         return QFile.FileError()
2257     def write(self, data):
2258         '''int QAbstractFileEngine.write(str data)'''
2259         return int()
2260     def readLine(self, maxlen):
2261         '''str QAbstractFileEngine.readLine(int maxlen)'''
2262         return str()
2263     def read(self, maxlen):
2264         '''str QAbstractFileEngine.read(int maxlen)'''
2265         return str()
2266     def beginEntryList(self, filters, filterNames):
2267         '''QAbstractFileEngineIterator QAbstractFileEngine.beginEntryList(QDir.Filters filters, QStringList filterNames)'''
2268         return QAbstractFileEngineIterator()
2269     def handle(self):
2270         '''int QAbstractFileEngine.handle()'''
2271         return int()
2272     def setFileName(self, file):
2273         '''void QAbstractFileEngine.setFileName(QString file)'''
2274     def fileTime(self, time):
2275         '''QDateTime QAbstractFileEngine.fileTime(QAbstractFileEngine.FileTime time)'''
2276         return QDateTime()
2277     def owner(self):
2278         '''QAbstractFileEngine.FileOwner QAbstractFileEngine.owner()'''
2279         return QAbstractFileEngine.FileOwner()
2280     def ownerId(self):
2281         '''QAbstractFileEngine.FileOwner QAbstractFileEngine.ownerId()'''
2282         return QAbstractFileEngine.FileOwner()
2283     def fileName(self, file = None):
2284         '''QString QAbstractFileEngine.fileName(QAbstractFileEngine.FileName file = QAbstractFileEngine.DefaultName)'''
2285         return QString()
2286     def setPermissions(self, perms):
2287         '''bool QAbstractFileEngine.setPermissions(int perms)'''
2288         return bool()
2289     def fileFlags(self, type = None):
2290         '''QAbstractFileEngine.FileFlags QAbstractFileEngine.fileFlags(QAbstractFileEngine.FileFlags type = QAbstractFileEngine.FileInfoAll)'''
2291         return QAbstractFileEngine.FileFlags()
2292     def entryList(self, filters, filterNames):
2293         '''QStringList QAbstractFileEngine.entryList(QDir.Filters filters, QStringList filterNames)'''
2294         return QStringList()
2295     def isRelativePath(self):
2296         '''bool QAbstractFileEngine.isRelativePath()'''
2297         return bool()
2298     def caseSensitive(self):
2299         '''bool QAbstractFileEngine.caseSensitive()'''
2300         return bool()
2301     def setSize(self, size):
2302         '''bool QAbstractFileEngine.setSize(int size)'''
2303         return bool()
2304     def rmdir(self, dirName, recurseParentDirectories):
2305         '''bool QAbstractFileEngine.rmdir(QString dirName, bool recurseParentDirectories)'''
2306         return bool()
2307     def mkdir(self, dirName, createParentDirectories):
2308         '''bool QAbstractFileEngine.mkdir(QString dirName, bool createParentDirectories)'''
2309         return bool()
2310     def link(self, newName):
2311         '''bool QAbstractFileEngine.link(QString newName)'''
2312         return bool()
2313     def rename(self, newName):
2314         '''bool QAbstractFileEngine.rename(QString newName)'''
2315         return bool()
2316     def copy(self, newName):
2317         '''bool QAbstractFileEngine.copy(QString newName)'''
2318         return bool()
2319     def remove(self):
2320         '''bool QAbstractFileEngine.remove()'''
2321         return bool()
2322     def isSequential(self):
2323         '''bool QAbstractFileEngine.isSequential()'''
2324         return bool()
2325     def seek(self, pos):
2326         '''bool QAbstractFileEngine.seek(int pos)'''
2327         return bool()
2328     def pos(self):
2329         '''int QAbstractFileEngine.pos()'''
2330         return int()
2331     def size(self):
2332         '''int QAbstractFileEngine.size()'''
2333         return int()
2334     def flush(self):
2335         '''bool QAbstractFileEngine.flush()'''
2336         return bool()
2337     def close(self):
2338         '''bool QAbstractFileEngine.close()'''
2339         return bool()
2340     def open(self, openMode):
2341         '''bool QAbstractFileEngine.open(QIODevice.OpenMode openMode)'''
2342         return bool()
2343     def atEnd(self):
2344         '''bool QAbstractFileEngine.atEnd()'''
2345         return bool()
2346     class FileFlags():
2347         """"""
2348         def __init__(self):
2349             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__init__()'''
2350             return QAbstractFileEngine.FileFlags()
2351         def __init__(self):
2352             '''int QAbstractFileEngine.FileFlags.__init__()'''
2353             return int()
2354         def __init__(self):
2355             '''void QAbstractFileEngine.FileFlags.__init__()'''
2356         def __bool__(self):
2357             '''int QAbstractFileEngine.FileFlags.__bool__()'''
2358             return int()
2359         def __ne__(self, f):
2360             '''bool QAbstractFileEngine.FileFlags.__ne__(QAbstractFileEngine.FileFlags f)'''
2361             return bool()
2362         def __eq__(self, f):
2363             '''bool QAbstractFileEngine.FileFlags.__eq__(QAbstractFileEngine.FileFlags f)'''
2364             return bool()
2365         def __invert__(self):
2366             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__invert__()'''
2367             return QAbstractFileEngine.FileFlags()
2368         def __and__(self, mask):
2369             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__and__(int mask)'''
2370             return QAbstractFileEngine.FileFlags()
2371         def __xor__(self, f):
2372             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__xor__(QAbstractFileEngine.FileFlags f)'''
2373             return QAbstractFileEngine.FileFlags()
2374         def __xor__(self, f):
2375             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__xor__(int f)'''
2376             return QAbstractFileEngine.FileFlags()
2377         def __or__(self, f):
2378             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__or__(QAbstractFileEngine.FileFlags f)'''
2379             return QAbstractFileEngine.FileFlags()
2380         def __or__(self, f):
2381             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__or__(int f)'''
2382             return QAbstractFileEngine.FileFlags()
2383         def __int__(self):
2384             '''int QAbstractFileEngine.FileFlags.__int__()'''
2385             return int()
2386         def __ixor__(self, f):
2387             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__ixor__(QAbstractFileEngine.FileFlags f)'''
2388             return QAbstractFileEngine.FileFlags()
2389         def __ior__(self, f):
2390             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__ior__(QAbstractFileEngine.FileFlags f)'''
2391             return QAbstractFileEngine.FileFlags()
2392         def __iand__(self, mask):
2393             '''QAbstractFileEngine.FileFlags QAbstractFileEngine.FileFlags.__iand__(int mask)'''
2394             return QAbstractFileEngine.FileFlags()
2395 
2396 
2397 class QAbstractFileEngineHandler():
2398     """"""
2399     def __init__(self):
2400         '''void QAbstractFileEngineHandler.__init__()'''
2401     def __init__(self):
2402         '''QAbstractFileEngineHandler QAbstractFileEngineHandler.__init__()'''
2403         return QAbstractFileEngineHandler()
2404     def create(self, fileName):
2405         '''abstract QAbstractFileEngine QAbstractFileEngineHandler.create(QString fileName)'''
2406         return QAbstractFileEngine()
2407 
2408 
2409 class QAbstractFileEngineIterator():
2410     """"""
2411     def __init__(self, filters, nameFilters):
2412         '''void QAbstractFileEngineIterator.__init__(QDir.Filters filters, QStringList nameFilters)'''
2413     def currentFilePath(self):
2414         '''QString QAbstractFileEngineIterator.currentFilePath()'''
2415         return QString()
2416     def currentFileInfo(self):
2417         '''QFileInfo QAbstractFileEngineIterator.currentFileInfo()'''
2418         return QFileInfo()
2419     def currentFileName(self):
2420         '''abstract QString QAbstractFileEngineIterator.currentFileName()'''
2421         return QString()
2422     def filters(self):
2423         '''QDir.Filters QAbstractFileEngineIterator.filters()'''
2424         return QDir.Filters()
2425     def nameFilters(self):
2426         '''QStringList QAbstractFileEngineIterator.nameFilters()'''
2427         return QStringList()
2428     def path(self):
2429         '''QString QAbstractFileEngineIterator.path()'''
2430         return QString()
2431     def hasNext(self):
2432         '''abstract bool QAbstractFileEngineIterator.hasNext()'''
2433         return bool()
2434     def next(self):
2435         '''abstract QString QAbstractFileEngineIterator.next()'''
2436         return QString()
2437 
2438 
2439 class QModelIndex():
2440     """"""
2441     def __init__(self):
2442         '''void QModelIndex.__init__()'''
2443     def __init__(self, other):
2444         '''void QModelIndex.__init__(QModelIndex other)'''
2445     def __init__(self):
2446         '''QPersistentModelIndex QModelIndex.__init__()'''
2447         return QPersistentModelIndex()
2448     def __ge__(self, other):
2449         '''bool QModelIndex.__ge__(QModelIndex other)'''
2450         return bool()
2451     def __hash__(self):
2452         '''int QModelIndex.__hash__()'''
2453         return int()
2454     def __ne__(self, other):
2455         '''bool QModelIndex.__ne__(QModelIndex other)'''
2456         return bool()
2457     def __lt__(self, other):
2458         '''bool QModelIndex.__lt__(QModelIndex other)'''
2459         return bool()
2460     def __eq__(self, other):
2461         '''bool QModelIndex.__eq__(QModelIndex other)'''
2462         return bool()
2463     def sibling(self, arow, acolumn):
2464         '''QModelIndex QModelIndex.sibling(int arow, int acolumn)'''
2465         return QModelIndex()
2466     def parent(self):
2467         '''QModelIndex QModelIndex.parent()'''
2468         return QModelIndex()
2469     def isValid(self):
2470         '''bool QModelIndex.isValid()'''
2471         return bool()
2472     def model(self):
2473         '''QAbstractItemModel QModelIndex.model()'''
2474         return QAbstractItemModel()
2475     def internalId(self):
2476         '''int QModelIndex.internalId()'''
2477         return int()
2478     def internalPointer(self):
2479         '''object QModelIndex.internalPointer()'''
2480         return object()
2481     def flags(self):
2482         '''Qt.ItemFlags QModelIndex.flags()'''
2483         return Qt.ItemFlags()
2484     def data(self, role = None):
2485         '''QVariant QModelIndex.data(int role = Qt.DisplayRole)'''
2486         return QVariant()
2487     def column(self):
2488         '''int QModelIndex.column()'''
2489         return int()
2490     def row(self):
2491         '''int QModelIndex.row()'''
2492         return int()
2493     def child(self, arow, acolumn):
2494         '''QModelIndex QModelIndex.child(int arow, int acolumn)'''
2495         return QModelIndex()
2496 
2497 
2498 class QPersistentModelIndex():
2499     """"""
2500     def __init__(self):
2501         '''void QPersistentModelIndex.__init__()'''
2502     def __init__(self, index):
2503         '''void QPersistentModelIndex.__init__(QModelIndex index)'''
2504     def __init__(self, other):
2505         '''void QPersistentModelIndex.__init__(QPersistentModelIndex other)'''
2506     def __ge__(self, other):
2507         '''bool QPersistentModelIndex.__ge__(QPersistentModelIndex other)'''
2508         return bool()
2509     def __hash__(self):
2510         '''int QPersistentModelIndex.__hash__()'''
2511         return int()
2512     def __ne__(self, other):
2513         '''bool QPersistentModelIndex.__ne__(QPersistentModelIndex other)'''
2514         return bool()
2515     def __ne__(self, other):
2516         '''bool QPersistentModelIndex.__ne__(QModelIndex other)'''
2517         return bool()
2518     def __eq__(self, other):
2519         '''bool QPersistentModelIndex.__eq__(QPersistentModelIndex other)'''
2520         return bool()
2521     def __eq__(self, other):
2522         '''bool QPersistentModelIndex.__eq__(QModelIndex other)'''
2523         return bool()
2524     def __lt__(self, other):
2525         '''bool QPersistentModelIndex.__lt__(QPersistentModelIndex other)'''
2526         return bool()
2527     def isValid(self):
2528         '''bool QPersistentModelIndex.isValid()'''
2529         return bool()
2530     def model(self):
2531         '''QAbstractItemModel QPersistentModelIndex.model()'''
2532         return QAbstractItemModel()
2533     def child(self, row, column):
2534         '''QModelIndex QPersistentModelIndex.child(int row, int column)'''
2535         return QModelIndex()
2536     def sibling(self, row, column):
2537         '''QModelIndex QPersistentModelIndex.sibling(int row, int column)'''
2538         return QModelIndex()
2539     def parent(self):
2540         '''QModelIndex QPersistentModelIndex.parent()'''
2541         return QModelIndex()
2542     def flags(self):
2543         '''Qt.ItemFlags QPersistentModelIndex.flags()'''
2544         return Qt.ItemFlags()
2545     def data(self, role = None):
2546         '''QVariant QPersistentModelIndex.data(int role = Qt.DisplayRole)'''
2547         return QVariant()
2548     def column(self):
2549         '''int QPersistentModelIndex.column()'''
2550         return int()
2551     def row(self):
2552         '''int QPersistentModelIndex.row()'''
2553         return int()
2554 
2555 
2556 class QAbstractItemModel(QObject):
2557     """"""
2558     def __init__(self, parent = None):
2559         '''void QAbstractItemModel.__init__(QObject parent = None)'''
2560     def setRoleNames(self, roleNames):
2561         '''void QAbstractItemModel.setRoleNames(dict-of-int-QByteArray roleNames)'''
2562     def endResetModel(self):
2563         '''void QAbstractItemModel.endResetModel()'''
2564     def beginResetModel(self):
2565         '''void QAbstractItemModel.beginResetModel()'''
2566     def endMoveColumns(self):
2567         '''void QAbstractItemModel.endMoveColumns()'''
2568     def beginMoveColumns(self, sourceParent, sourceFirst, sourceLast, destinationParent, destinationColumn):
2569         '''bool QAbstractItemModel.beginMoveColumns(QModelIndex sourceParent, int sourceFirst, int sourceLast, QModelIndex destinationParent, int destinationColumn)'''
2570         return bool()
2571     def endMoveRows(self):
2572         '''void QAbstractItemModel.endMoveRows()'''
2573     def beginMoveRows(self, sourceParent, sourceFirst, sourceLast, destinationParent, destinationRow):
2574         '''bool QAbstractItemModel.beginMoveRows(QModelIndex sourceParent, int sourceFirst, int sourceLast, QModelIndex destinationParent, int destinationRow)'''
2575         return bool()
2576     columnsMoved = pyqtSignal() # void columnsMoved(const QModelIndexamp;,int,int,const QModelIndexamp;,int) - signal
2577     columnsAboutToBeMoved = pyqtSignal() # void columnsAboutToBeMoved(const QModelIndexamp;,int,int,const QModelIndexamp;,int) - signal
2578     rowsMoved = pyqtSignal() # void rowsMoved(const QModelIndexamp;,int,int,const QModelIndexamp;,int) - signal
2579     rowsAboutToBeMoved = pyqtSignal() # void rowsAboutToBeMoved(const QModelIndexamp;,int,int,const QModelIndexamp;,int) - signal
2580     def createIndex(self, row, column, object = 0):
2581         '''QModelIndex QAbstractItemModel.createIndex(int row, int column, object object = 0)'''
2582         return QModelIndex()
2583     def roleNames(self):
2584         '''dict-of-int-QByteArray QAbstractItemModel.roleNames()'''
2585         return dict-of-int-QByteArray()
2586     def supportedDragActions(self):
2587         '''Qt.DropActions QAbstractItemModel.supportedDragActions()'''
2588         return Qt.DropActions()
2589     def setSupportedDragActions(self):
2590         '''Qt.DropActions QAbstractItemModel.setSupportedDragActions()'''
2591         return Qt.DropActions()
2592     def removeColumn(self, column, parent = QModelIndex()):
2593         '''bool QAbstractItemModel.removeColumn(int column, QModelIndex parent = QModelIndex())'''
2594         return bool()
2595     def removeRow(self, row, parent = QModelIndex()):
2596         '''bool QAbstractItemModel.removeRow(int row, QModelIndex parent = QModelIndex())'''
2597         return bool()
2598     def insertColumn(self, column, parent = QModelIndex()):
2599         '''bool QAbstractItemModel.insertColumn(int column, QModelIndex parent = QModelIndex())'''
2600         return bool()
2601     def insertRow(self, row, parent = QModelIndex()):
2602         '''bool QAbstractItemModel.insertRow(int row, QModelIndex parent = QModelIndex())'''
2603         return bool()
2604     def changePersistentIndexList(self, from_, to):
2605         '''void QAbstractItemModel.changePersistentIndexList(list-of-QModelIndex from, list-of-QModelIndex to)'''
2606     def changePersistentIndex(self, from_, to):
2607         '''void QAbstractItemModel.changePersistentIndex(QModelIndex from, QModelIndex to)'''
2608     def reset(self):
2609         '''void QAbstractItemModel.reset()'''
2610     def persistentIndexList(self):
2611         '''list-of-QModelIndex QAbstractItemModel.persistentIndexList()'''
2612         return [QModelIndex()]
2613     def endRemoveColumns(self):
2614         '''void QAbstractItemModel.endRemoveColumns()'''
2615     def beginRemoveColumns(self, parent, first, last):
2616         '''void QAbstractItemModel.beginRemoveColumns(QModelIndex parent, int first, int last)'''
2617     def endInsertColumns(self):
2618         '''void QAbstractItemModel.endInsertColumns()'''
2619     def beginInsertColumns(self, parent, first, last):
2620         '''void QAbstractItemModel.beginInsertColumns(QModelIndex parent, int first, int last)'''
2621     def endRemoveRows(self):
2622         '''void QAbstractItemModel.endRemoveRows()'''
2623     def beginRemoveRows(self, parent, first, last):
2624         '''void QAbstractItemModel.beginRemoveRows(QModelIndex parent, int first, int last)'''
2625     def endInsertRows(self):
2626         '''void QAbstractItemModel.endInsertRows()'''
2627     def beginInsertRows(self, parent, first, last):
2628         '''void QAbstractItemModel.beginInsertRows(QModelIndex parent, int first, int last)'''
2629     def decodeData(self, row, column, parent, stream):
2630         '''bool QAbstractItemModel.decodeData(int row, int column, QModelIndex parent, QDataStream stream)'''
2631         return bool()
2632     def encodeData(self, indexes, stream):
2633         '''void QAbstractItemModel.encodeData(list-of-QModelIndex indexes, QDataStream stream)'''
2634     def resetInternalData(self):
2635         '''void QAbstractItemModel.resetInternalData()'''
2636     def revert(self):
2637         '''void QAbstractItemModel.revert()'''
2638     def submit(self):
2639         '''bool QAbstractItemModel.submit()'''
2640         return bool()
2641     modelReset = pyqtSignal() # void modelReset() - signal
2642     modelAboutToBeReset = pyqtSignal() # void modelAboutToBeReset() - signal
2643     columnsRemoved = pyqtSignal() # void columnsRemoved(const QModelIndexamp;,int,int) - signal
2644     columnsAboutToBeRemoved = pyqtSignal() # void columnsAboutToBeRemoved(const QModelIndexamp;,int,int) - signal
2645     columnsInserted = pyqtSignal() # void columnsInserted(const QModelIndexamp;,int,int) - signal
2646     columnsAboutToBeInserted = pyqtSignal() # void columnsAboutToBeInserted(const QModelIndexamp;,int,int) - signal
2647     rowsRemoved = pyqtSignal() # void rowsRemoved(const QModelIndexamp;,int,int) - signal
2648     rowsAboutToBeRemoved = pyqtSignal() # void rowsAboutToBeRemoved(const QModelIndexamp;,int,int) - signal
2649     rowsInserted = pyqtSignal() # void rowsInserted(const QModelIndexamp;,int,int) - signal
2650     rowsAboutToBeInserted = pyqtSignal() # void rowsAboutToBeInserted(const QModelIndexamp;,int,int) - signal
2651     layoutChanged = pyqtSignal() # void layoutChanged() - signal
2652     layoutAboutToBeChanged = pyqtSignal() # void layoutAboutToBeChanged() - signal
2653     headerDataChanged = pyqtSignal() # void headerDataChanged(Qt::Orientation,int,int) - signal
2654     dataChanged = pyqtSignal() # void dataChanged(const QModelIndexamp;,const QModelIndexamp;) - signal
2655     def span(self, index):
2656         '''QSize QAbstractItemModel.span(QModelIndex index)'''
2657         return QSize()
2658     def match(self, start, role, value, hits = 1, flags = None):
2659         '''list-of-QModelIndex QAbstractItemModel.match(QModelIndex start, int role, QVariant value, int hits = 1, Qt.MatchFlags flags = Qt.MatchStartsWith|Qt.MatchWrap)'''
2660         return [QModelIndex()]
2661     def buddy(self, index):
2662         '''QModelIndex QAbstractItemModel.buddy(QModelIndex index)'''
2663         return QModelIndex()
2664     def sort(self, column, order = None):
2665         '''void QAbstractItemModel.sort(int column, Qt.SortOrder order = Qt.AscendingOrder)'''
2666     def flags(self, index):
2667         '''Qt.ItemFlags QAbstractItemModel.flags(QModelIndex index)'''
2668         return Qt.ItemFlags()
2669     def canFetchMore(self, parent):
2670         '''bool QAbstractItemModel.canFetchMore(QModelIndex parent)'''
2671         return bool()
2672     def fetchMore(self, parent):
2673         '''void QAbstractItemModel.fetchMore(QModelIndex parent)'''
2674     def removeColumns(self, column, count, parent = QModelIndex()):
2675         '''bool QAbstractItemModel.removeColumns(int column, int count, QModelIndex parent = QModelIndex())'''
2676         return bool()
2677     def removeRows(self, row, count, parent = QModelIndex()):
2678         '''bool QAbstractItemModel.removeRows(int row, int count, QModelIndex parent = QModelIndex())'''
2679         return bool()
2680     def insertColumns(self, column, count, parent = QModelIndex()):
2681         '''bool QAbstractItemModel.insertColumns(int column, int count, QModelIndex parent = QModelIndex())'''
2682         return bool()
2683     def insertRows(self, row, count, parent = QModelIndex()):
2684         '''bool QAbstractItemModel.insertRows(int row, int count, QModelIndex parent = QModelIndex())'''
2685         return bool()
2686     def supportedDropActions(self):
2687         '''Qt.DropActions QAbstractItemModel.supportedDropActions()'''
2688         return Qt.DropActions()
2689     def dropMimeData(self, data, action, row, column, parent):
2690         '''bool QAbstractItemModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)'''
2691         return bool()
2692     def mimeData(self, indexes):
2693         '''QMimeData QAbstractItemModel.mimeData(list-of-QModelIndex indexes)'''
2694         return QMimeData()
2695     def mimeTypes(self):
2696         '''QStringList QAbstractItemModel.mimeTypes()'''
2697         return QStringList()
2698     def setItemData(self, index, roles):
2699         '''bool QAbstractItemModel.setItemData(QModelIndex index, dict-of-int-QVariant roles)'''
2700         return bool()
2701     def itemData(self, index):
2702         '''dict-of-int-QVariant QAbstractItemModel.itemData(QModelIndex index)'''
2703         return dict-of-int-QVariant()
2704     def setHeaderData(self, section, orientation, value, role = None):
2705         '''bool QAbstractItemModel.setHeaderData(int section, Qt.Orientation orientation, QVariant value, int role = Qt.EditRole)'''
2706         return bool()
2707     def headerData(self, section, orientation, role = None):
2708         '''QVariant QAbstractItemModel.headerData(int section, Qt.Orientation orientation, int role = Qt.DisplayRole)'''
2709         return QVariant()
2710     def setData(self, index, value, role = None):
2711         '''bool QAbstractItemModel.setData(QModelIndex index, QVariant value, int role = Qt.EditRole)'''
2712         return bool()
2713     def data(self, index, role = None):
2714         '''abstract QVariant QAbstractItemModel.data(QModelIndex index, int role = Qt.DisplayRole)'''
2715         return QVariant()
2716     def hasChildren(self, parent = QModelIndex()):
2717         '''bool QAbstractItemModel.hasChildren(QModelIndex parent = QModelIndex())'''
2718         return bool()
2719     def columnCount(self, parent = QModelIndex()):
2720         '''abstract int QAbstractItemModel.columnCount(QModelIndex parent = QModelIndex())'''
2721         return int()
2722     def rowCount(self, parent = QModelIndex()):
2723         '''abstract int QAbstractItemModel.rowCount(QModelIndex parent = QModelIndex())'''
2724         return int()
2725     def sibling(self, row, column, idx):
2726         '''QModelIndex QAbstractItemModel.sibling(int row, int column, QModelIndex idx)'''
2727         return QModelIndex()
2728     def parent(self, child):
2729         '''abstract QModelIndex QAbstractItemModel.parent(QModelIndex child)'''
2730         return QModelIndex()
2731     def parent(self):
2732         '''QObject QAbstractItemModel.parent()'''
2733         return QObject()
2734     def index(self, row, column, parent = QModelIndex()):
2735         '''abstract QModelIndex QAbstractItemModel.index(int row, int column, QModelIndex parent = QModelIndex())'''
2736         return QModelIndex()
2737     def hasIndex(self, row, column, parent = QModelIndex()):
2738         '''bool QAbstractItemModel.hasIndex(int row, int column, QModelIndex parent = QModelIndex())'''
2739         return bool()
2740 
2741 
2742 class QAbstractTableModel(QAbstractItemModel):
2743     """"""
2744     def __init__(self, parent = None):
2745         '''void QAbstractTableModel.__init__(QObject parent = None)'''
2746     def dropMimeData(self, data, action, row, column, parent):
2747         '''bool QAbstractTableModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)'''
2748         return bool()
2749     def index(self, row, column, parent = QModelIndex()):
2750         '''QModelIndex QAbstractTableModel.index(int row, int column, QModelIndex parent = QModelIndex())'''
2751         return QModelIndex()
2752 
2753 
2754 class QAbstractListModel(QAbstractItemModel):
2755     """"""
2756     def __init__(self, parent = None):
2757         '''void QAbstractListModel.__init__(QObject parent = None)'''
2758     def dropMimeData(self, data, action, row, column, parent):
2759         '''bool QAbstractListModel.dropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)'''
2760         return bool()
2761     def index(self, row, column = 0, parent = QModelIndex()):
2762         '''QModelIndex QAbstractListModel.index(int row, int column = 0, QModelIndex parent = QModelIndex())'''
2763         return QModelIndex()
2764 
2765 
2766 class QAbstractState(QObject):
2767     """"""
2768     def __init__(self, parent = None):
2769         '''void QAbstractState.__init__(QState parent = None)'''
2770     def event(self, e):
2771         '''bool QAbstractState.event(QEvent e)'''
2772         return bool()
2773     def onExit(self, event):
2774         '''abstract void QAbstractState.onExit(QEvent event)'''
2775     def onEntry(self, event):
2776         '''abstract void QAbstractState.onEntry(QEvent event)'''
2777     exited = pyqtSignal() # void exited() - signal
2778     entered = pyqtSignal() # void entered() - signal
2779     def machine(self):
2780         '''QStateMachine QAbstractState.machine()'''
2781         return QStateMachine()
2782     def parentState(self):
2783         '''QState QAbstractState.parentState()'''
2784         return QState()
2785 
2786 
2787 class QAbstractTransition(QObject):
2788     """"""
2789     def __init__(self, sourceState = None):
2790         '''void QAbstractTransition.__init__(QState sourceState = None)'''
2791     def event(self, e):
2792         '''bool QAbstractTransition.event(QEvent e)'''
2793         return bool()
2794     def onTransition(self, event):
2795         '''abstract void QAbstractTransition.onTransition(QEvent event)'''
2796     def eventTest(self, event):
2797         '''abstract bool QAbstractTransition.eventTest(QEvent event)'''
2798         return bool()
2799     triggered = pyqtSignal() # void triggered() - signal
2800     def animations(self):
2801         '''list-of-QAbstractAnimation QAbstractTransition.animations()'''
2802         return [QAbstractAnimation()]
2803     def removeAnimation(self, animation):
2804         '''void QAbstractTransition.removeAnimation(QAbstractAnimation animation)'''
2805     def addAnimation(self, animation):
2806         '''void QAbstractTransition.addAnimation(QAbstractAnimation animation)'''
2807     def machine(self):
2808         '''QStateMachine QAbstractTransition.machine()'''
2809         return QStateMachine()
2810     def setTargetStates(self, targets):
2811         '''void QAbstractTransition.setTargetStates(list-of-QAbstractState targets)'''
2812     def targetStates(self):
2813         '''list-of-QAbstractState QAbstractTransition.targetStates()'''
2814         return [QAbstractState()]
2815     def setTargetState(self, target):
2816         '''void QAbstractTransition.setTargetState(QAbstractState target)'''
2817     def targetState(self):
2818         '''QAbstractState QAbstractTransition.targetState()'''
2819         return QAbstractState()
2820     def sourceState(self):
2821         '''QState QAbstractTransition.sourceState()'''
2822         return QState()
2823 
2824 
2825 class QAnimationGroup(QAbstractAnimation):
2826     """"""
2827     def __init__(self, parent = None):
2828         '''void QAnimationGroup.__init__(QObject parent = None)'''
2829     def event(self, event):
2830         '''bool QAnimationGroup.event(QEvent event)'''
2831         return bool()
2832     def clear(self):
2833         '''void QAnimationGroup.clear()'''
2834     def takeAnimation(self, index):
2835         '''QAbstractAnimation QAnimationGroup.takeAnimation(int index)'''
2836         return QAbstractAnimation()
2837     def removeAnimation(self, animation):
2838         '''void QAnimationGroup.removeAnimation(QAbstractAnimation animation)'''
2839     def insertAnimation(self, index, animation):
2840         '''void QAnimationGroup.insertAnimation(int index, QAbstractAnimation animation)'''
2841     def addAnimation(self, animation):
2842         '''void QAnimationGroup.addAnimation(QAbstractAnimation animation)'''
2843     def indexOfAnimation(self, animation):
2844         '''int QAnimationGroup.indexOfAnimation(QAbstractAnimation animation)'''
2845         return int()
2846     def animationCount(self):
2847         '''int QAnimationGroup.animationCount()'''
2848         return int()
2849     def animationAt(self, index):
2850         '''QAbstractAnimation QAnimationGroup.animationAt(int index)'''
2851         return QAbstractAnimation()
2852 
2853 
2854 class QBasicTimer():
2855     """"""
2856     def __init__(self):
2857         '''void QBasicTimer.__init__()'''
2858     def __init__(self):
2859         '''QBasicTimer QBasicTimer.__init__()'''
2860         return QBasicTimer()
2861     def stop(self):
2862         '''void QBasicTimer.stop()'''
2863     def start(self, msec, obj):
2864         '''void QBasicTimer.start(int msec, QObject obj)'''
2865     def timerId(self):
2866         '''int QBasicTimer.timerId()'''
2867         return int()
2868     def isActive(self):
2869         '''bool QBasicTimer.isActive()'''
2870         return bool()
2871 
2872 
2873 class QBitArray():
2874     """"""
2875     def __init__(self):
2876         '''void QBitArray.__init__()'''
2877     def __init__(self, size, value = False):
2878         '''void QBitArray.__init__(int size, bool value = False)'''
2879     def __init__(self, other):
2880         '''void QBitArray.__init__(QBitArray other)'''
2881     def __or__(self):
2882         '''QBitArray QBitArray.__or__()'''
2883         return QBitArray()
2884     def __and__(self):
2885         '''QBitArray QBitArray.__and__()'''
2886         return QBitArray()
2887     def __xor__(self):
2888         '''QBitArray QBitArray.__xor__()'''
2889         return QBitArray()
2890     def swap(self, other):
2891         '''void QBitArray.swap(QBitArray other)'''
2892     def __hash__(self):
2893         '''int QBitArray.__hash__()'''
2894         return int()
2895     def at(self, i):
2896         '''bool QBitArray.at(int i)'''
2897         return bool()
2898     def __getitem__(self, i):
2899         '''bool QBitArray.__getitem__(int i)'''
2900         return bool()
2901     def toggleBit(self, i):
2902         '''bool QBitArray.toggleBit(int i)'''
2903         return bool()
2904     def clearBit(self, i):
2905         '''void QBitArray.clearBit(int i)'''
2906     def setBit(self, i):
2907         '''void QBitArray.setBit(int i)'''
2908     def setBit(self, i, val):
2909         '''void QBitArray.setBit(int i, bool val)'''
2910     def testBit(self, i):
2911         '''bool QBitArray.testBit(int i)'''
2912         return bool()
2913     def truncate(self, pos):
2914         '''void QBitArray.truncate(int pos)'''
2915     def fill(self, val, first, last):
2916         '''void QBitArray.fill(bool val, int first, int last)'''
2917     def fill(self, value, size = None):
2918         '''bool QBitArray.fill(bool value, int size = -1)'''
2919         return bool()
2920     def __ne__(self, a):
2921         '''bool QBitArray.__ne__(QBitArray a)'''
2922         return bool()
2923     def __eq__(self, a):
2924         '''bool QBitArray.__eq__(QBitArray a)'''
2925         return bool()
2926     def __invert__(self):
2927         '''QBitArray QBitArray.__invert__()'''
2928         return QBitArray()
2929     def __ixor__(self):
2930         '''QBitArray QBitArray.__ixor__()'''
2931         return QBitArray()
2932     def __ior__(self):
2933         '''QBitArray QBitArray.__ior__()'''
2934         return QBitArray()
2935     def __iand__(self):
2936         '''QBitArray QBitArray.__iand__()'''
2937         return QBitArray()
2938     def clear(self):
2939         '''void QBitArray.clear()'''
2940     def isDetached(self):
2941         '''bool QBitArray.isDetached()'''
2942         return bool()
2943     def detach(self):
2944         '''void QBitArray.detach()'''
2945     def resize(self, size):
2946         '''void QBitArray.resize(int size)'''
2947     def isNull(self):
2948         '''bool QBitArray.isNull()'''
2949         return bool()
2950     def isEmpty(self):
2951         '''bool QBitArray.isEmpty()'''
2952         return bool()
2953     def __len__(self):
2954         '''None QBitArray.__len__()'''
2955         return None()
2956     def count(self):
2957         '''int QBitArray.count()'''
2958         return int()
2959     def count(self, on):
2960         '''int QBitArray.count(bool on)'''
2961         return int()
2962     def size(self):
2963         '''int QBitArray.size()'''
2964         return int()
2965 
2966 
2967 class QIODevice(QObject):
2968     """"""
2969     # Enum QIODevice.OpenModeFlag
2970     NotOpen = 0
2971     ReadOnly = 0
2972     WriteOnly = 0
2973     ReadWrite = 0
2974     Append = 0
2975     Truncate = 0
2976     Text = 0
2977     Unbuffered = 0
2978 
2979     def __init__(self):
2980         '''void QIODevice.__init__()'''
2981     def __init__(self, parent):
2982         '''void QIODevice.__init__(QObject parent)'''
2983     def setErrorString(self, errorString):
2984         '''void QIODevice.setErrorString(QString errorString)'''
2985     def setOpenMode(self, openMode):
2986         '''void QIODevice.setOpenMode(QIODevice.OpenMode openMode)'''
2987     def writeData(self, data):
2988         '''abstract int QIODevice.writeData(str data)'''
2989         return int()
2990     def readLineData(self, maxlen):
2991         '''str QIODevice.readLineData(int maxlen)'''
2992         return str()
2993     def readData(self, maxlen):
2994         '''abstract str QIODevice.readData(int maxlen)'''
2995         return str()
2996     readChannelFinished = pyqtSignal() # void readChannelFinished() - signal
2997     aboutToClose = pyqtSignal() # void aboutToClose() - signal
2998     bytesWritten = pyqtSignal() # void bytesWritten(qint64) - signal
2999     readyRead = pyqtSignal() # void readyRead() - signal
3000     def errorString(self):
3001         '''QString QIODevice.errorString()'''
3002         return QString()
3003     def getChar(self, c):
3004         '''bool QIODevice.getChar(str c)'''
3005         return bool()
3006     def putChar(self, c):
3007         '''bool QIODevice.putChar(str c)'''
3008         return bool()
3009     def ungetChar(self, c):
3010         '''void QIODevice.ungetChar(str c)'''
3011     def waitForBytesWritten(self, msecs):
3012         '''bool QIODevice.waitForBytesWritten(int msecs)'''
3013         return bool()
3014     def waitForReadyRead(self, msecs):
3015         '''bool QIODevice.waitForReadyRead(int msecs)'''
3016         return bool()
3017     def write(self, data):
3018         '''int QIODevice.write(QByteArray data)'''
3019         return int()
3020     def peek(self, maxlen):
3021         '''QByteArray QIODevice.peek(int maxlen)'''
3022         return QByteArray()
3023     def canReadLine(self):
3024         '''bool QIODevice.canReadLine()'''
3025         return bool()
3026     def readLine(self, maxlen = 0):
3027         '''str QIODevice.readLine(int maxlen = 0)'''
3028         return str()
3029     def readAll(self):
3030         '''QByteArray QIODevice.readAll()'''
3031         return QByteArray()
3032     def read(self, maxlen):
3033         '''str QIODevice.read(int maxlen)'''
3034         return str()
3035     def bytesToWrite(self):
3036         '''int QIODevice.bytesToWrite()'''
3037         return int()
3038     def bytesAvailable(self):
3039         '''int QIODevice.bytesAvailable()'''
3040         return int()
3041     def reset(self):
3042         '''bool QIODevice.reset()'''
3043         return bool()
3044     def atEnd(self):
3045         '''bool QIODevice.atEnd()'''
3046         return bool()
3047     def seek(self, pos):
3048         '''bool QIODevice.seek(int pos)'''
3049         return bool()
3050     def size(self):
3051         '''int QIODevice.size()'''
3052         return int()
3053     def pos(self):
3054         '''int QIODevice.pos()'''
3055         return int()
3056     def close(self):
3057         '''void QIODevice.close()'''
3058     def open(self, mode):
3059         '''bool QIODevice.open(QIODevice.OpenMode mode)'''
3060         return bool()
3061     def isSequential(self):
3062         '''bool QIODevice.isSequential()'''
3063         return bool()
3064     def isWritable(self):
3065         '''bool QIODevice.isWritable()'''
3066         return bool()
3067     def isReadable(self):
3068         '''bool QIODevice.isReadable()'''
3069         return bool()
3070     def isOpen(self):
3071         '''bool QIODevice.isOpen()'''
3072         return bool()
3073     def isTextModeEnabled(self):
3074         '''bool QIODevice.isTextModeEnabled()'''
3075         return bool()
3076     def setTextModeEnabled(self, enabled):
3077         '''void QIODevice.setTextModeEnabled(bool enabled)'''
3078     def openMode(self):
3079         '''QIODevice.OpenMode QIODevice.openMode()'''
3080         return QIODevice.OpenMode()
3081     class OpenMode():
3082         """"""
3083         def __init__(self):
3084             '''QIODevice.OpenMode QIODevice.OpenMode.__init__()'''
3085             return QIODevice.OpenMode()
3086         def __init__(self):
3087             '''int QIODevice.OpenMode.__init__()'''
3088             return int()
3089         def __init__(self):
3090             '''void QIODevice.OpenMode.__init__()'''
3091         def __bool__(self):
3092             '''int QIODevice.OpenMode.__bool__()'''
3093             return int()
3094         def __ne__(self, f):
3095             '''bool QIODevice.OpenMode.__ne__(QIODevice.OpenMode f)'''
3096             return bool()
3097         def __eq__(self, f):
3098             '''bool QIODevice.OpenMode.__eq__(QIODevice.OpenMode f)'''
3099             return bool()
3100         def __invert__(self):
3101             '''QIODevice.OpenMode QIODevice.OpenMode.__invert__()'''
3102             return QIODevice.OpenMode()
3103         def __and__(self, mask):
3104             '''QIODevice.OpenMode QIODevice.OpenMode.__and__(int mask)'''
3105             return QIODevice.OpenMode()
3106         def __xor__(self, f):
3107             '''QIODevice.OpenMode QIODevice.OpenMode.__xor__(QIODevice.OpenMode f)'''
3108             return QIODevice.OpenMode()
3109         def __xor__(self, f):
3110             '''QIODevice.OpenMode QIODevice.OpenMode.__xor__(int f)'''
3111             return QIODevice.OpenMode()
3112         def __or__(self, f):
3113             '''QIODevice.OpenMode QIODevice.OpenMode.__or__(QIODevice.OpenMode f)'''
3114             return QIODevice.OpenMode()
3115         def __or__(self, f):
3116             '''QIODevice.OpenMode QIODevice.OpenMode.__or__(int f)'''
3117             return QIODevice.OpenMode()
3118         def __int__(self):
3119             '''int QIODevice.OpenMode.__int__()'''
3120             return int()
3121         def __ixor__(self, f):
3122             '''QIODevice.OpenMode QIODevice.OpenMode.__ixor__(QIODevice.OpenMode f)'''
3123             return QIODevice.OpenMode()
3124         def __ior__(self, f):
3125             '''QIODevice.OpenMode QIODevice.OpenMode.__ior__(QIODevice.OpenMode f)'''
3126             return QIODevice.OpenMode()
3127         def __iand__(self, mask):
3128             '''QIODevice.OpenMode QIODevice.OpenMode.__iand__(int mask)'''
3129             return QIODevice.OpenMode()
3130 
3131 
3132 class QBuffer(QIODevice):
3133     """"""
3134     def __init__(self, parent = None):
3135         '''void QBuffer.__init__(QObject parent = None)'''
3136     def __init__(self, byteArray, parent = None):
3137         '''void QBuffer.__init__(QByteArray byteArray, QObject parent = None)'''
3138     def disconnectNotify(self):
3139         '''SIGNAL() QBuffer.disconnectNotify()'''
3140         return SIGNAL()()
3141     def connectNotify(self):
3142         '''SIGNAL() QBuffer.connectNotify()'''
3143         return SIGNAL()()
3144     def writeData(self, data):
3145         '''int QBuffer.writeData(str data)'''
3146         return int()
3147     def readData(self, maxlen):
3148         '''str QBuffer.readData(int maxlen)'''
3149         return str()
3150     def canReadLine(self):
3151         '''bool QBuffer.canReadLine()'''
3152         return bool()
3153     def atEnd(self):
3154         '''bool QBuffer.atEnd()'''
3155         return bool()
3156     def seek(self, off):
3157         '''bool QBuffer.seek(int off)'''
3158         return bool()
3159     def pos(self):
3160         '''int QBuffer.pos()'''
3161         return int()
3162     def size(self):
3163         '''int QBuffer.size()'''
3164         return int()
3165     def close(self):
3166         '''void QBuffer.close()'''
3167     def open(self, openMode):
3168         '''bool QBuffer.open(QIODevice.OpenMode openMode)'''
3169         return bool()
3170     def setData(self, data):
3171         '''void QBuffer.setData(QByteArray data)'''
3172     def setData(self, adata):
3173         '''void QBuffer.setData(str adata)'''
3174     def setBuffer(self, a):
3175         '''void QBuffer.setBuffer(QByteArray a)'''
3176     def data(self):
3177         '''QByteArray QBuffer.data()'''
3178         return QByteArray()
3179     def buffer(self):
3180         '''QByteArray QBuffer.buffer()'''
3181         return QByteArray()
3182 
3183 
3184 class QByteArray():
3185     """"""
3186     def __init__(self):
3187         '''void QByteArray.__init__()'''
3188     def __init__(self, size, c):
3189         '''void QByteArray.__init__(int size, str c)'''
3190     def __init__(self, a):
3191         '''void QByteArray.__init__(QByteArray a)'''
3192     def __add__(self, a2):
3193         '''QByteArray QByteArray.__add__(QByteArray a2)'''
3194         return QByteArray()
3195     def __add__(self, s):
3196         '''QString QByteArray.__add__(QString s)'''
3197         return QString()
3198     def swap(self, other):
3199         '''void QByteArray.swap(QByteArray other)'''
3200     def repeated(self, times):
3201         '''QByteArray QByteArray.repeated(int times)'''
3202         return QByteArray()
3203     def fromPercentEncoding(self, input, percent = None):
3204         '''static QByteArray QByteArray.fromPercentEncoding(QByteArray input, str percent = '%')'''
3205         return QByteArray()
3206     def toPercentEncoding(self, exclude = QByteArray(), include = QByteArray(), percent = None):
3207         '''QByteArray QByteArray.toPercentEncoding(QByteArray exclude = QByteArray(), QByteArray include = QByteArray(), str percent = '%')'''
3208         return QByteArray()
3209     def toHex(self):
3210         '''QByteArray QByteArray.toHex()'''
3211         return QByteArray()
3212     def contains(self, a):
3213         '''bool QByteArray.contains(QByteArray a)'''
3214         return bool()
3215     def push_front(self, a):
3216         '''void QByteArray.push_front(QByteArray a)'''
3217     def push_back(self, a):
3218         '''void QByteArray.push_back(QByteArray a)'''
3219     def squeeze(self):
3220         '''void QByteArray.squeeze()'''
3221     def reserve(self, size):
3222         '''void QByteArray.reserve(int size)'''
3223     def capacity(self):
3224         '''int QByteArray.capacity()'''
3225         return int()
3226     def data(self):
3227         '''str QByteArray.data()'''
3228         return str()
3229     def isEmpty(self):
3230         '''bool QByteArray.isEmpty()'''
3231         return bool()
3232     def __imul__(self, m):
3233         '''QByteArray QByteArray.__imul__(int m)'''
3234         return QByteArray()
3235     def __mul__(self, m):
3236         '''QByteArray QByteArray.__mul__(int m)'''
3237         return QByteArray()
3238     def __repr__(self):
3239         '''str QByteArray.__repr__()'''
3240         return str()
3241     def __str__(self):
3242         '''str QByteArray.__str__()'''
3243         return str()
3244     def __hash__(self):
3245         '''int QByteArray.__hash__()'''
3246         return int()
3247     def __contains__(self, a):
3248         '''int QByteArray.__contains__(QByteArray a)'''
3249         return int()
3250     def __getitem__(self, i):
3251         '''str QByteArray.__getitem__(int i)'''
3252         return str()
3253     def __getitem__(self, slice):
3254         '''QByteArray QByteArray.__getitem__(slice slice)'''
3255         return QByteArray()
3256     def at(self, i):
3257         '''str QByteArray.at(int i)'''
3258         return str()
3259     def size(self):
3260         '''int QByteArray.size()'''
3261         return int()
3262     def isNull(self):
3263         '''bool QByteArray.isNull()'''
3264         return bool()
3265     def length(self):
3266         '''int QByteArray.length()'''
3267         return int()
3268     def __len__(self):
3269         '''None QByteArray.__len__()'''
3270         return None()
3271     def fromHex(self, hexEncoded):
3272         '''static QByteArray QByteArray.fromHex(QByteArray hexEncoded)'''
3273         return QByteArray()
3274     def fromRawData(self):
3275         '''static str QByteArray.fromRawData()'''
3276         return str()
3277     def fromBase64(self, base64):
3278         '''static QByteArray QByteArray.fromBase64(QByteArray base64)'''
3279         return QByteArray()
3280     def number(self, n, base = 10):
3281         '''static QByteArray QByteArray.number(int n, int base = 10)'''
3282         return QByteArray()
3283     def number(self, n, format = None, precision = 6):
3284         '''static QByteArray QByteArray.number(float n, str format = 'g', int precision = 6)'''
3285         return QByteArray()
3286     def number(self, n, base = 10):
3287         '''static QByteArray QByteArray.number(int n, int base = 10)'''
3288         return QByteArray()
3289     def number(self, n, base = 10):
3290         '''static QByteArray QByteArray.number(int n, int base = 10)'''
3291         return QByteArray()
3292     def setNum(self, n, base = 10):
3293         '''QByteArray QByteArray.setNum(int n, int base = 10)'''
3294         return QByteArray()
3295     def setNum(self, n, format = None, precision = 6):
3296         '''QByteArray QByteArray.setNum(float n, str format = 'g', int precision = 6)'''
3297         return QByteArray()
3298     def setNum(self, n, base = 10):
3299         '''QByteArray QByteArray.setNum(int n, int base = 10)'''
3300         return QByteArray()
3301     def setNum(self, n, base = 10):
3302         '''QByteArray QByteArray.setNum(int n, int base = 10)'''
3303         return QByteArray()
3304     def toBase64(self):
3305         '''QByteArray QByteArray.toBase64()'''
3306         return QByteArray()
3307     def toDouble(self, ok):
3308         '''float QByteArray.toDouble(bool ok)'''
3309         return float()
3310     def toFloat(self, ok):
3311         '''float QByteArray.toFloat(bool ok)'''
3312         return float()
3313     def toULongLong(self, ok, base = 10):
3314         '''int QByteArray.toULongLong(bool ok, int base = 10)'''
3315         return int()
3316     def toLongLong(self, ok, base = 10):
3317         '''int QByteArray.toLongLong(bool ok, int base = 10)'''
3318         return int()
3319     def toULong(self, ok, base = 10):
3320         '''int QByteArray.toULong(bool ok, int base = 10)'''
3321         return int()
3322     def toLong(self, ok, base = 10):
3323         '''int QByteArray.toLong(bool ok, int base = 10)'''
3324         return int()
3325     def toUInt(self, ok, base = 10):
3326         '''int QByteArray.toUInt(bool ok, int base = 10)'''
3327         return int()
3328     def toInt(self, ok, base = 10):
3329         '''int QByteArray.toInt(bool ok, int base = 10)'''
3330         return int()
3331     def toUShort(self, ok, base = 10):
3332         '''int QByteArray.toUShort(bool ok, int base = 10)'''
3333         return int()
3334     def toShort(self, ok, base = 10):
3335         '''int QByteArray.toShort(bool ok, int base = 10)'''
3336         return int()
3337     def __ge__(self, s2):
3338         '''bool QByteArray.__ge__(QString s2)'''
3339         return bool()
3340     def __ge__(self, a2):
3341         '''bool QByteArray.__ge__(QByteArray a2)'''
3342         return bool()
3343     def __le__(self, s2):
3344         '''bool QByteArray.__le__(QString s2)'''
3345         return bool()
3346     def __le__(self, a2):
3347         '''bool QByteArray.__le__(QByteArray a2)'''
3348         return bool()
3349     def __gt__(self, s2):
3350         '''bool QByteArray.__gt__(QString s2)'''
3351         return bool()
3352     def __gt__(self, a2):
3353         '''bool QByteArray.__gt__(QByteArray a2)'''
3354         return bool()
3355     def __lt__(self, s2):
3356         '''bool QByteArray.__lt__(QString s2)'''
3357         return bool()
3358     def __lt__(self, a2):
3359         '''bool QByteArray.__lt__(QByteArray a2)'''
3360         return bool()
3361     def __ne__(self, s2):
3362         '''bool QByteArray.__ne__(QString s2)'''
3363         return bool()
3364     def __ne__(self, a2):
3365         '''bool QByteArray.__ne__(QByteArray a2)'''
3366         return bool()
3367     def __eq__(self, s2):
3368         '''bool QByteArray.__eq__(QString s2)'''
3369         return bool()
3370     def __eq__(self, a2):
3371         '''bool QByteArray.__eq__(QByteArray a2)'''
3372         return bool()
3373     def __iadd__(self, a):
3374         '''QByteArray QByteArray.__iadd__(QByteArray a)'''
3375         return QByteArray()
3376     def __iadd__(self, s):
3377         '''QByteArray QByteArray.__iadd__(QString s)'''
3378         return QByteArray()
3379     def split(self, sep):
3380         '''list-of-QByteArray QByteArray.split(str sep)'''
3381         return [QByteArray()]
3382     def replace(self, index, len, s):
3383         '''QByteArray QByteArray.replace(int index, int len, QByteArray s)'''
3384         return QByteArray()
3385     def replace(self, before, after):
3386         '''QByteArray QByteArray.replace(QByteArray before, QByteArray after)'''
3387         return QByteArray()
3388     def replace(self, before, after):
3389         '''QByteArray QByteArray.replace(QString before, QByteArray after)'''
3390         return QByteArray()
3391     def remove(self, index, len):
3392         '''QByteArray QByteArray.remove(int index, int len)'''
3393         return QByteArray()
3394     def insert(self, i, a):
3395         '''QByteArray QByteArray.insert(int i, QByteArray a)'''
3396         return QByteArray()
3397     def insert(self, i, s):
3398         '''QByteArray QByteArray.insert(int i, QString s)'''
3399         return QByteArray()
3400     def append(self, a):
3401         '''QByteArray QByteArray.append(QByteArray a)'''
3402         return QByteArray()
3403     def append(self, s):
3404         '''QByteArray QByteArray.append(QString s)'''
3405         return QByteArray()
3406     def prepend(self, a):
3407         '''QByteArray QByteArray.prepend(QByteArray a)'''
3408         return QByteArray()
3409     def rightJustified(self, width, fill = None, truncate = False):
3410         '''QByteArray QByteArray.rightJustified(int width, str fill = ' ', bool truncate = False)'''
3411         return QByteArray()
3412     def leftJustified(self, width, fill = None, truncate = False):
3413         '''QByteArray QByteArray.leftJustified(int width, str fill = ' ', bool truncate = False)'''
3414         return QByteArray()
3415     def simplified(self):
3416         '''QByteArray QByteArray.simplified()'''
3417         return QByteArray()
3418     def trimmed(self):
3419         '''QByteArray QByteArray.trimmed()'''
3420         return QByteArray()
3421     def toUpper(self):
3422         '''QByteArray QByteArray.toUpper()'''
3423         return QByteArray()
3424     def toLower(self):
3425         '''QByteArray QByteArray.toLower()'''
3426         return QByteArray()
3427     def chop(self, n):
3428         '''void QByteArray.chop(int n)'''
3429     def truncate(self, pos):
3430         '''void QByteArray.truncate(int pos)'''
3431     def endsWith(self, a):
3432         '''bool QByteArray.endsWith(QByteArray a)'''
3433         return bool()
3434     def startsWith(self, a):
3435         '''bool QByteArray.startsWith(QByteArray a)'''
3436         return bool()
3437     def mid(self, pos, length = None):
3438         '''QByteArray QByteArray.mid(int pos, int length = -1)'''
3439         return QByteArray()
3440     def right(self, len):
3441         '''QByteArray QByteArray.right(int len)'''
3442         return QByteArray()
3443     def left(self, len):
3444         '''QByteArray QByteArray.left(int len)'''
3445         return QByteArray()
3446     def count(self, a):
3447         '''int QByteArray.count(QByteArray a)'''
3448         return int()
3449     def count(self):
3450         '''int QByteArray.count()'''
3451         return int()
3452     def lastIndexOf(self, ba, from_ = None):
3453         '''int QByteArray.lastIndexOf(QByteArray ba, int from = -1)'''
3454         return int()
3455     def lastIndexOf(self, str, from_ = None):
3456         '''int QByteArray.lastIndexOf(QString str, int from = -1)'''
3457         return int()
3458     def indexOf(self, ba, from_ = 0):
3459         '''int QByteArray.indexOf(QByteArray ba, int from = 0)'''
3460         return int()
3461     def indexOf(self, str, from_ = 0):
3462         '''int QByteArray.indexOf(QString str, int from = 0)'''
3463         return int()
3464     def clear(self):
3465         '''void QByteArray.clear()'''
3466     def fill(self, ch, size = None):
3467         '''QByteArray QByteArray.fill(str ch, int size = -1)'''
3468         return QByteArray()
3469     def resize(self, size):
3470         '''void QByteArray.resize(int size)'''
3471 
3472 
3473 class QByteArrayMatcher():
3474     """"""
3475     def __init__(self):
3476         '''void QByteArrayMatcher.__init__()'''
3477     def __init__(self, pattern):
3478         '''void QByteArrayMatcher.__init__(QByteArray pattern)'''
3479     def __init__(self, other):
3480         '''void QByteArrayMatcher.__init__(QByteArrayMatcher other)'''
3481     def pattern(self):
3482         '''QByteArray QByteArrayMatcher.pattern()'''
3483         return QByteArray()
3484     def indexIn(self, ba, from_ = 0):
3485         '''int QByteArrayMatcher.indexIn(QByteArray ba, int from = 0)'''
3486         return int()
3487     def setPattern(self, pattern):
3488         '''void QByteArrayMatcher.setPattern(QByteArray pattern)'''
3489 
3490 
3491 class QLatin1Char():
3492     """"""
3493     def __init__(self, c):
3494         '''void QLatin1Char.__init__(str c)'''
3495     def __init__(self):
3496         '''QLatin1Char QLatin1Char.__init__()'''
3497         return QLatin1Char()
3498     def unicode(self):
3499         '''int QLatin1Char.unicode()'''
3500         return int()
3501     def toLatin1(self):
3502         '''str QLatin1Char.toLatin1()'''
3503         return str()
3504     def __repr__(self):
3505         '''str QLatin1Char.__repr__()'''
3506         return str()
3507 
3508 
3509 class QChar():
3510     """"""
3511     # Enum QChar.UnicodeVersion
3512     Unicode_Unassigned = 0
3513     Unicode_1_1 = 0
3514     Unicode_2_0 = 0
3515     Unicode_2_1_2 = 0
3516     Unicode_3_0 = 0
3517     Unicode_3_1 = 0
3518     Unicode_3_2 = 0
3519     Unicode_4_0 = 0
3520     Unicode_4_1 = 0
3521     Unicode_5_0 = 0
3522 
3523     # Enum QChar.CombiningClass
3524     Combining_BelowLeftAttached = 0
3525     Combining_BelowAttached = 0
3526     Combining_BelowRightAttached = 0
3527     Combining_LeftAttached = 0
3528     Combining_RightAttached = 0
3529     Combining_AboveLeftAttached = 0
3530     Combining_AboveAttached = 0
3531     Combining_AboveRightAttached = 0
3532     Combining_BelowLeft = 0
3533     Combining_Below = 0
3534     Combining_BelowRight = 0
3535     Combining_Left = 0
3536     Combining_Right = 0
3537     Combining_AboveLeft = 0
3538     Combining_Above = 0
3539     Combining_AboveRight = 0
3540     Combining_DoubleBelow = 0
3541     Combining_DoubleAbove = 0
3542     Combining_IotaSubscript = 0
3543 
3544     # Enum QChar.Joining
3545     OtherJoining = 0
3546     Dual = 0
3547     Right = 0
3548     Center = 0
3549 
3550     # Enum QChar.Decomposition
3551     NoDecomposition = 0
3552     Canonical = 0
3553     Font = 0
3554     NoBreak = 0
3555     Initial = 0
3556     Medial = 0
3557     Final = 0
3558     Isolated = 0
3559     Circle = 0
3560     Super = 0
3561     Sub = 0
3562     Vertical = 0
3563     Wide = 0
3564     Narrow = 0
3565     Small = 0
3566     Square = 0
3567     Compat = 0
3568     Fraction = 0
3569 
3570     # Enum QChar.Direction
3571     DirL = 0
3572     DirR = 0
3573     DirEN = 0
3574     DirES = 0
3575     DirET = 0
3576     DirAN = 0
3577     DirCS = 0
3578     DirB = 0
3579     DirS = 0
3580     DirWS = 0
3581     DirON = 0
3582     DirLRE = 0
3583     DirLRO = 0
3584     DirAL = 0
3585     DirRLE = 0
3586     DirRLO = 0
3587     DirPDF = 0
3588     DirNSM = 0
3589     DirBN = 0
3590 
3591     # Enum QChar.Category
3592     NoCategory = 0
3593     Mark_NonSpacing = 0
3594     Mark_SpacingCombining = 0
3595     Mark_Enclosing = 0
3596     Number_DecimalDigit = 0
3597     Number_Letter = 0
3598     Number_Other = 0
3599     Separator_Space = 0
3600     Separator_Line = 0
3601     Separator_Paragraph = 0
3602     Other_Control = 0
3603     Other_Format = 0
3604     Other_Surrogate = 0
3605     Other_PrivateUse = 0
3606     Other_NotAssigned = 0
3607     Letter_Uppercase = 0
3608     Letter_Lowercase = 0
3609     Letter_Titlecase = 0
3610     Letter_Modifier = 0
3611     Letter_Other = 0
3612     Punctuation_Connector = 0
3613     Punctuation_Dash = 0
3614     Punctuation_Open = 0
3615     Punctuation_Close = 0
3616     Punctuation_InitialQuote = 0
3617     Punctuation_FinalQuote = 0
3618     Punctuation_Other = 0
3619     Symbol_Math = 0
3620     Symbol_Currency = 0
3621     Symbol_Modifier = 0
3622     Symbol_Other = 0
3623     Punctuation_Dask = 0
3624 
3625     # Enum QChar.SpecialCharacter
3626     Null = 0
3627     Nbsp = 0
3628     ReplacementCharacter = 0
3629     ObjectReplacementCharacter = 0
3630     ByteOrderMark = 0
3631     ByteOrderSwapped = 0
3632     ParagraphSeparator = 0
3633     LineSeparator = 0
3634 
3635     def __init__(self):
3636         '''void QChar.__init__()'''
3637     def __init__(self, c):
3638         '''void QChar.__init__(str c)'''
3639     def __init__(self, ch):
3640         '''void QChar.__init__(QLatin1Char ch)'''
3641     def __init__(self, c, r):
3642         '''void QChar.__init__(str c, str r)'''
3643     def __init__(self, rc):
3644         '''void QChar.__init__(int rc)'''
3645     def __init__(self, s):
3646         '''void QChar.__init__(QChar.SpecialCharacter s)'''
3647     def __init__(self):
3648         '''QChar QChar.__init__()'''
3649         return QChar()
3650     def __eq__(self, c2):
3651         '''bool QChar.__eq__(QChar c2)'''
3652         return bool()
3653     def __ne__(self, c2):
3654         '''bool QChar.__ne__(QChar c2)'''
3655         return bool()
3656     def __lt__(self, c2):
3657         '''bool QChar.__lt__(QChar c2)'''
3658         return bool()
3659     def __le__(self, c2):
3660         '''bool QChar.__le__(QChar c2)'''
3661         return bool()
3662     def __gt__(self, c2):
3663         '''bool QChar.__gt__(QChar c2)'''
3664         return bool()
3665     def __ge__(self, c2):
3666         '''bool QChar.__ge__(QChar c2)'''
3667         return bool()
3668     def __add__(self, s2):
3669         '''QString QChar.__add__(QString s2)'''
3670         return QString()
3671     def currentUnicodeVersion(self):
3672         '''static QChar.UnicodeVersion QChar.currentUnicodeVersion()'''
3673         return QChar.UnicodeVersion()
3674     def requiresSurrogates(self, ucs4):
3675         '''static bool QChar.requiresSurrogates(int ucs4)'''
3676         return bool()
3677     def lowSurrogate(self, ucs4):
3678         '''static int QChar.lowSurrogate(int ucs4)'''
3679         return int()
3680     def highSurrogate(self, ucs4):
3681         '''static int QChar.highSurrogate(int ucs4)'''
3682         return int()
3683     def surrogateToUcs4(self, high, low):
3684         '''static int QChar.surrogateToUcs4(int high, int low)'''
3685         return int()
3686     def surrogateToUcs4(self, high, low):
3687         '''static int QChar.surrogateToUcs4(QChar high, QChar low)'''
3688         return int()
3689     def isLowSurrogate(self):
3690         '''bool QChar.isLowSurrogate()'''
3691         return bool()
3692     def isLowSurrogate(self, ucs4):
3693         '''static bool QChar.isLowSurrogate(int ucs4)'''
3694         return bool()
3695     def isHighSurrogate(self):
3696         '''bool QChar.isHighSurrogate()'''
3697         return bool()
3698     def isHighSurrogate(self, ucs4):
3699         '''static bool QChar.isHighSurrogate(int ucs4)'''
3700         return bool()
3701     def isTitleCase(self):
3702         '''bool QChar.isTitleCase()'''
3703         return bool()
3704     def toCaseFolded(self):
3705         '''QChar QChar.toCaseFolded()'''
3706         return QChar()
3707     def toCaseFolded(self, ucs4):
3708         '''static int QChar.toCaseFolded(int ucs4)'''
3709         return int()
3710     def toTitleCase(self):
3711         '''QChar QChar.toTitleCase()'''
3712         return QChar()
3713     def toTitleCase(self, ucs4):
3714         '''static int QChar.toTitleCase(int ucs4)'''
3715         return int()
3716     def setRow(self, arow):
3717         '''void QChar.setRow(str arow)'''
3718     def setCell(self, acell):
3719         '''void QChar.setCell(str acell)'''
3720     def fromLatin1(self, c):
3721         '''static QChar QChar.fromLatin1(str c)'''
3722         return QChar()
3723     def toLatin1(self):
3724         '''str QChar.toLatin1()'''
3725         return str()
3726     def row(self):
3727         '''str QChar.row()'''
3728         return str()
3729     def cell(self):
3730         '''str QChar.cell()'''
3731         return str()
3732     def isSymbol(self):
3733         '''bool QChar.isSymbol()'''
3734         return bool()
3735     def isDigit(self):
3736         '''bool QChar.isDigit()'''
3737         return bool()
3738     def isLetterOrNumber(self):
3739         '''bool QChar.isLetterOrNumber()'''
3740         return bool()
3741     def isNumber(self):
3742         '''bool QChar.isNumber()'''
3743         return bool()
3744     def isLetter(self):
3745         '''bool QChar.isLetter()'''
3746         return bool()
3747     def isMark(self):
3748         '''bool QChar.isMark()'''
3749         return bool()
3750     def isSpace(self):
3751         '''bool QChar.isSpace()'''
3752         return bool()
3753     def isPunct(self):
3754         '''bool QChar.isPunct()'''
3755         return bool()
3756     def isPrint(self):
3757         '''bool QChar.isPrint()'''
3758         return bool()
3759     def isNull(self):
3760         '''bool QChar.isNull()'''
3761         return bool()
3762     def fromAscii(self, c):
3763         '''static QChar QChar.fromAscii(str c)'''
3764         return QChar()
3765     def unicode(self):
3766         '''int QChar.unicode()'''
3767         return int()
3768     def toAscii(self):
3769         '''str QChar.toAscii()'''
3770         return str()
3771     def unicodeVersion(self):
3772         '''QChar.UnicodeVersion QChar.unicodeVersion()'''
3773         return QChar.UnicodeVersion()
3774     def unicodeVersion(self, ucs4):
3775         '''static QChar.UnicodeVersion QChar.unicodeVersion(int ucs4)'''
3776         return QChar.UnicodeVersion()
3777     def combiningClass(self):
3778         '''str QChar.combiningClass()'''
3779         return str()
3780     def combiningClass(self, ucs4):
3781         '''static str QChar.combiningClass(int ucs4)'''
3782         return str()
3783     def decompositionTag(self):
3784         '''QChar.Decomposition QChar.decompositionTag()'''
3785         return QChar.Decomposition()
3786     def decompositionTag(self, ucs4):
3787         '''static QChar.Decomposition QChar.decompositionTag(int ucs4)'''
3788         return QChar.Decomposition()
3789     def decomposition(self):
3790         '''QString QChar.decomposition()'''
3791         return QString()
3792     def decomposition(self, ucs4):
3793         '''static QString QChar.decomposition(int ucs4)'''
3794         return QString()
3795     def mirroredChar(self):
3796         '''QChar QChar.mirroredChar()'''
3797         return QChar()
3798     def mirroredChar(self, ucs4):
3799         '''static int QChar.mirroredChar(int ucs4)'''
3800         return int()
3801     def isUpper(self):
3802         '''bool QChar.isUpper()'''
3803         return bool()
3804     def isLower(self):
3805         '''bool QChar.isLower()'''
3806         return bool()
3807     def hasMirrored(self):
3808         '''bool QChar.hasMirrored()'''
3809         return bool()
3810     def joining(self):
3811         '''QChar.Joining QChar.joining()'''
3812         return QChar.Joining()
3813     def joining(self, ucs4):
3814         '''static QChar.Joining QChar.joining(int ucs4)'''
3815         return QChar.Joining()
3816     def direction(self):
3817         '''QChar.Direction QChar.direction()'''
3818         return QChar.Direction()
3819     def direction(self, ucs4):
3820         '''static QChar.Direction QChar.direction(int ucs4)'''
3821         return QChar.Direction()
3822     def category(self):
3823         '''QChar.Category QChar.category()'''
3824         return QChar.Category()
3825     def category(self, ucs4):
3826         '''static QChar.Category QChar.category(int ucs4)'''
3827         return QChar.Category()
3828     def toUpper(self):
3829         '''QChar QChar.toUpper()'''
3830         return QChar()
3831     def toUpper(self, ucs4):
3832         '''static int QChar.toUpper(int ucs4)'''
3833         return int()
3834     def toLower(self):
3835         '''QChar QChar.toLower()'''
3836         return QChar()
3837     def toLower(self, ucs4):
3838         '''static int QChar.toLower(int ucs4)'''
3839         return int()
3840     def digitValue(self):
3841         '''int QChar.digitValue()'''
3842         return int()
3843     def digitValue(self, ucs4):
3844         '''static int QChar.digitValue(int ucs4)'''
3845         return int()
3846     def __hash__(self):
3847         '''int QChar.__hash__()'''
3848         return int()
3849     def __repr__(self):
3850         '''str QChar.__repr__()'''
3851         return str()
3852 
3853 
3854 class QCoreApplication(QObject):
3855     """"""
3856     # Enum QCoreApplication.Encoding
3857     CodecForTr = 0
3858     UnicodeUTF8 = 0
3859     DefaultCodec = 0
3860 
3861     def __init__(self, argv):
3862         '''void QCoreApplication.__init__(list-of-str argv)'''
3863     def applicationPid(self):
3864         '''static int QCoreApplication.applicationPid()'''
3865         return int()
3866     def applicationVersion(self):
3867         '''static QString QCoreApplication.applicationVersion()'''
3868         return QString()
3869     def setApplicationVersion(self, version):
3870         '''static void QCoreApplication.setApplicationVersion(QString version)'''
3871     def event(self):
3872         '''QEvent QCoreApplication.event()'''
3873         return QEvent()
3874     aboutToQuit = pyqtSignal() # void aboutToQuit() - signal
3875     def quit(self):
3876         '''static void QCoreApplication.quit()'''
3877     def testAttribute(self, attribute):
3878         '''static bool QCoreApplication.testAttribute(Qt.ApplicationAttribute attribute)'''
3879         return bool()
3880     def setAttribute(self, attribute, on = True):
3881         '''static void QCoreApplication.setAttribute(Qt.ApplicationAttribute attribute, bool on = True)'''
3882     def flush(self):
3883         '''static void QCoreApplication.flush()'''
3884     def translate(self, context, sourceText, disambiguation = None, encoding = None):
3885         '''static QString QCoreApplication.translate(str context, str sourceText, str disambiguation = None, QCoreApplication.Encoding encoding = QCoreApplication.CodecForTr)'''
3886         return QString()
3887     def translate(self, context, sourceText, disambiguation, encoding, n):
3888         '''static QString QCoreApplication.translate(str context, str sourceText, str disambiguation, QCoreApplication.Encoding encoding, int n)'''
3889         return QString()
3890     def removeTranslator(self):
3891         '''static QTranslator QCoreApplication.removeTranslator()'''
3892         return QTranslator()
3893     def installTranslator(self):
3894         '''static QTranslator QCoreApplication.installTranslator()'''
3895         return QTranslator()
3896     def removeLibraryPath(self):
3897         '''static QString QCoreApplication.removeLibraryPath()'''
3898         return QString()
3899     def addLibraryPath(self):
3900         '''static QString QCoreApplication.addLibraryPath()'''
3901         return QString()
3902     def libraryPaths(self):
3903         '''static QStringList QCoreApplication.libraryPaths()'''
3904         return QStringList()
3905     def setLibraryPaths(self):
3906         '''static QStringList QCoreApplication.setLibraryPaths()'''
3907         return QStringList()
3908     def applicationFilePath(self):
3909         '''static QString QCoreApplication.applicationFilePath()'''
3910         return QString()
3911     def applicationDirPath(self):
3912         '''static QString QCoreApplication.applicationDirPath()'''
3913         return QString()
3914     def closingDown(self):
3915         '''static bool QCoreApplication.closingDown()'''
3916         return bool()
3917     def startingUp(self):
3918         '''static bool QCoreApplication.startingUp()'''
3919         return bool()
3920     def notify(self):
3921         '''QEvent QCoreApplication.notify()'''
3922         return QEvent()
3923     def hasPendingEvents(self):
3924         '''static bool QCoreApplication.hasPendingEvents()'''
3925         return bool()
3926     def removePostedEvents(self, receiver):
3927         '''static void QCoreApplication.removePostedEvents(QObject receiver)'''
3928     def removePostedEvents(self, receiver, eventType):
3929         '''static void QCoreApplication.removePostedEvents(QObject receiver, int eventType)'''
3930     def sendPostedEvents(self, receiver, event_type):
3931         '''static void QCoreApplication.sendPostedEvents(QObject receiver, int event_type)'''
3932     def sendPostedEvents(self):
3933         '''static void QCoreApplication.sendPostedEvents()'''
3934     def postEvent(self, receiver, event):
3935         '''static void QCoreApplication.postEvent(QObject receiver, QEvent event)'''
3936     def postEvent(self, receiver, event, priority):
3937         '''static void QCoreApplication.postEvent(QObject receiver, QEvent event, int priority)'''
3938     def sendEvent(self, receiver, event):
3939         '''static bool QCoreApplication.sendEvent(QObject receiver, QEvent event)'''
3940         return bool()
3941     def exit(self, returnCode = 0):
3942         '''static void QCoreApplication.exit(int returnCode = 0)'''
3943     def processEvents(self, flags = None):
3944         '''static void QCoreApplication.processEvents(QEventLoop.ProcessEventsFlags flags = QEventLoop.AllEvents)'''
3945     def processEvents(self, flags, maxtime):
3946         '''static void QCoreApplication.processEvents(QEventLoop.ProcessEventsFlags flags, int maxtime)'''
3947     def exec_(self):
3948         '''static int QCoreApplication.exec_()'''
3949         return int()
3950     def instance(self):
3951         '''static QCoreApplication QCoreApplication.instance()'''
3952         return QCoreApplication()
3953     def arguments(self):
3954         '''static QStringList QCoreApplication.arguments()'''
3955         return QStringList()
3956     def applicationName(self):
3957         '''static QString QCoreApplication.applicationName()'''
3958         return QString()
3959     def setApplicationName(self, application):
3960         '''static void QCoreApplication.setApplicationName(QString application)'''
3961     def organizationName(self):
3962         '''static QString QCoreApplication.organizationName()'''
3963         return QString()
3964     def setOrganizationName(self, orgName):
3965         '''static void QCoreApplication.setOrganizationName(QString orgName)'''
3966     def organizationDomain(self):
3967         '''static QString QCoreApplication.organizationDomain()'''
3968         return QString()
3969     def setOrganizationDomain(self, orgDomain):
3970         '''static void QCoreApplication.setOrganizationDomain(QString orgDomain)'''
3971     def argv(self):
3972         '''static list-of-str QCoreApplication.argv()'''
3973         return [str()]
3974     def argc(self):
3975         '''static int QCoreApplication.argc()'''
3976         return int()
3977 
3978 
3979 class QEvent():
3980     """"""
3981     # Enum QEvent.Type
3982     __kdevpythondocumentation_builtin_None = 0
3983     Timer = 0
3984     MouseButtonPress = 0
3985     MouseButtonRelease = 0
3986     MouseButtonDblClick = 0
3987     MouseMove = 0
3988     KeyPress = 0
3989     KeyRelease = 0
3990     FocusIn = 0
3991     FocusOut = 0
3992     Enter = 0
3993     Leave = 0
3994     Paint = 0
3995     Move = 0
3996     Resize = 0
3997     Show = 0
3998     Hide = 0
3999     Close = 0
4000     ParentChange = 0
4001     ParentAboutToChange = 0
4002     WindowActivate = 0
4003     WindowDeactivate = 0
4004     ShowToParent = 0
4005     HideToParent = 0
4006     Wheel = 0
4007     WindowTitleChange = 0
4008     WindowIconChange = 0
4009     ApplicationWindowIconChange = 0
4010     ApplicationFontChange = 0
4011     ApplicationLayoutDirectionChange = 0
4012     ApplicationPaletteChange = 0
4013     PaletteChange = 0
4014     Clipboard = 0
4015     MetaCall = 0
4016     SockAct = 0
4017     WinEventAct = 0
4018     DeferredDelete = 0
4019     DragEnter = 0
4020     DragMove = 0
4021     DragLeave = 0
4022     Drop = 0
4023     ChildAdded = 0
4024     ChildPolished = 0
4025     ChildRemoved = 0
4026     PolishRequest = 0
4027     Polish = 0
4028     LayoutRequest = 0
4029     UpdateRequest = 0
4030     UpdateLater = 0
4031     ContextMenu = 0
4032     InputMethod = 0
4033     AccessibilityPrepare = 0
4034     TabletMove = 0
4035     LocaleChange = 0
4036     LanguageChange = 0
4037     LayoutDirectionChange = 0
4038     TabletPress = 0
4039     TabletRelease = 0
4040     OkRequest = 0
4041     IconDrag = 0
4042     FontChange = 0
4043     EnabledChange = 0
4044     ActivationChange = 0
4045     StyleChange = 0
4046     IconTextChange = 0
4047     ModifiedChange = 0
4048     MouseTrackingChange = 0
4049     WindowBlocked = 0
4050     WindowUnblocked = 0
4051     WindowStateChange = 0
4052     ToolTip = 0
4053     WhatsThis = 0
4054     StatusTip = 0
4055     ActionChanged = 0
4056     ActionAdded = 0
4057     ActionRemoved = 0
4058     FileOpen = 0
4059     Shortcut = 0
4060     ShortcutOverride = 0
4061     WhatsThisClicked = 0
4062     ToolBarChange = 0
4063     ApplicationActivate = 0
4064     ApplicationActivated = 0
4065     ApplicationDeactivate = 0
4066     ApplicationDeactivated = 0
4067     QueryWhatsThis = 0
4068     EnterWhatsThisMode = 0
4069     LeaveWhatsThisMode = 0
4070     ZOrderChange = 0
4071     HoverEnter = 0
4072     HoverLeave = 0
4073     HoverMove = 0
4074     AccessibilityHelp = 0
4075     AccessibilityDescription = 0
4076     MenubarUpdated = 0
4077     GraphicsSceneMouseMove = 0
4078     GraphicsSceneMousePress = 0
4079     GraphicsSceneMouseRelease = 0
4080     GraphicsSceneMouseDoubleClick = 0
4081     GraphicsSceneContextMenu = 0
4082     GraphicsSceneHoverEnter = 0
4083     GraphicsSceneHoverMove = 0
4084     GraphicsSceneHoverLeave = 0
4085     GraphicsSceneHelp = 0
4086     GraphicsSceneDragEnter = 0
4087     GraphicsSceneDragMove = 0
4088     GraphicsSceneDragLeave = 0
4089     GraphicsSceneDrop = 0
4090     GraphicsSceneWheel = 0
4091     GraphicsSceneResize = 0
4092     GraphicsSceneMove = 0
4093     KeyboardLayoutChange = 0
4094     DynamicPropertyChange = 0
4095     TabletEnterProximity = 0
4096     TabletLeaveProximity = 0
4097     CursorChange = 0
4098     ToolTipChange = 0
4099     GrabMouse = 0
4100     UngrabMouse = 0
4101     GrabKeyboard = 0
4102     UngrabKeyboard = 0
4103     StateMachineSignal = 0
4104     StateMachineWrapped = 0
4105     TouchBegin = 0
4106     TouchUpdate = 0
4107     TouchEnd = 0
4108     RequestSoftwareInputPanel = 0
4109     CloseSoftwareInputPanel = 0
4110     WinIdChange = 0
4111     Gesture = 0
4112     GestureOverride = 0
4113     User = 0
4114     MaxUser = 0
4115 
4116     def __init__(self, type):
4117         '''void QEvent.__init__(QEvent.Type type)'''
4118     def __init__(self):
4119         '''QEvent QEvent.__init__()'''
4120         return QEvent()
4121     def registerEventType(self, hint = None):
4122         '''static int QEvent.registerEventType(int hint = -1)'''
4123         return int()
4124     def ignore(self):
4125         '''void QEvent.ignore()'''
4126     def accept(self):
4127         '''void QEvent.accept()'''
4128     def isAccepted(self):
4129         '''bool QEvent.isAccepted()'''
4130         return bool()
4131     def setAccepted(self, accepted):
4132         '''void QEvent.setAccepted(bool accepted)'''
4133     def spontaneous(self):
4134         '''bool QEvent.spontaneous()'''
4135         return bool()
4136     def type(self):
4137         '''QEvent.Type QEvent.type()'''
4138         return QEvent.Type()
4139 
4140 
4141 class QTimerEvent(QEvent):
4142     """"""
4143     def __init__(self, timerId):
4144         '''void QTimerEvent.__init__(int timerId)'''
4145     def __init__(self):
4146         '''QTimerEvent QTimerEvent.__init__()'''
4147         return QTimerEvent()
4148     def timerId(self):
4149         '''int QTimerEvent.timerId()'''
4150         return int()
4151 
4152 
4153 class QChildEvent(QEvent):
4154     """"""
4155     def __init__(self, type, child):
4156         '''void QChildEvent.__init__(QEvent.Type type, QObject child)'''
4157     def __init__(self):
4158         '''QChildEvent QChildEvent.__init__()'''
4159         return QChildEvent()
4160     def removed(self):
4161         '''bool QChildEvent.removed()'''
4162         return bool()
4163     def polished(self):
4164         '''bool QChildEvent.polished()'''
4165         return bool()
4166     def added(self):
4167         '''bool QChildEvent.added()'''
4168         return bool()
4169     def child(self):
4170         '''QObject QChildEvent.child()'''
4171         return QObject()
4172 
4173 
4174 class QDynamicPropertyChangeEvent(QEvent):
4175     """"""
4176     def __init__(self, name):
4177         '''void QDynamicPropertyChangeEvent.__init__(QByteArray name)'''
4178     def __init__(self):
4179         '''QDynamicPropertyChangeEvent QDynamicPropertyChangeEvent.__init__()'''
4180         return QDynamicPropertyChangeEvent()
4181     def propertyName(self):
4182         '''QByteArray QDynamicPropertyChangeEvent.propertyName()'''
4183         return QByteArray()
4184 
4185 
4186 class QCryptographicHash():
4187     """"""
4188     # Enum QCryptographicHash.Algorithm
4189     Md4 = 0
4190     Md5 = 0
4191     Sha1 = 0
4192 
4193     def __init__(self, method):
4194         '''void QCryptographicHash.__init__(QCryptographicHash.Algorithm method)'''
4195     def hash(self, data, method):
4196         '''static QByteArray QCryptographicHash.hash(QByteArray data, QCryptographicHash.Algorithm method)'''
4197         return QByteArray()
4198     def result(self):
4199         '''QByteArray QCryptographicHash.result()'''
4200         return QByteArray()
4201     def addData(self, data):
4202         '''void QCryptographicHash.addData(str data)'''
4203     def addData(self, data):
4204         '''void QCryptographicHash.addData(QByteArray data)'''
4205     def reset(self):
4206         '''void QCryptographicHash.reset()'''
4207 
4208 
4209 class QDataStream():
4210     """"""
4211     # Enum QDataStream.FloatingPointPrecision
4212     SinglePrecision = 0
4213     DoublePrecision = 0
4214 
4215     # Enum QDataStream.Status
4216     Ok = 0
4217     ReadPastEnd = 0
4218     ReadCorruptData = 0
4219     WriteFailed = 0
4220 
4221     # Enum QDataStream.ByteOrder
4222     BigEndian = 0
4223     LittleEndian = 0
4224 
4225     # Enum QDataStream.Version
4226     Qt_1_0 = 0
4227     Qt_2_0 = 0
4228     Qt_2_1 = 0
4229     Qt_3_0 = 0
4230     Qt_3_1 = 0
4231     Qt_3_3 = 0
4232     Qt_4_0 = 0
4233     Qt_4_1 = 0
4234     Qt_4_2 = 0
4235     Qt_4_3 = 0
4236     Qt_4_4 = 0
4237     Qt_4_5 = 0
4238     Qt_4_6 = 0
4239     Qt_4_7 = 0
4240     Qt_4_8 = 0
4241 
4242     def __init__(self):
4243         '''void QDataStream.__init__()'''
4244     def __init__(self):
4245         '''QIODevice QDataStream.__init__()'''
4246         return QIODevice()
4247     def __init__(self, flags):
4248         '''QByteArray QDataStream.__init__(QIODevice.OpenMode flags)'''
4249         return QByteArray()
4250     def __init__(self):
4251         '''QByteArray QDataStream.__init__()'''
4252         return QByteArray()
4253     def __lshift__(self):
4254         '''QBitArray QDataStream.__lshift__()'''
4255         return QBitArray()
4256     def __lshift__(self):
4257         '''QByteArray QDataStream.__lshift__()'''
4258         return QByteArray()
4259     def __lshift__(self):
4260         '''QChar QDataStream.__lshift__()'''
4261         return QChar()
4262     def __lshift__(self):
4263         '''QDate QDataStream.__lshift__()'''
4264         return QDate()
4265     def __lshift__(self):
4266         '''QTime QDataStream.__lshift__()'''
4267         return QTime()
4268     def __lshift__(self):
4269         '''QDateTime QDataStream.__lshift__()'''
4270         return QDateTime()
4271     def __lshift__(self):
4272         '''QEasingCurve QDataStream.__lshift__()'''
4273         return QEasingCurve()
4274     def __lshift__(self):
4275         '''QLine QDataStream.__lshift__()'''
4276         return QLine()
4277     def __lshift__(self):
4278         '''QLineF QDataStream.__lshift__()'''
4279         return QLineF()
4280     def __lshift__(self):
4281         '''QLocale QDataStream.__lshift__()'''
4282         return QLocale()
4283     def __lshift__(self):
4284         '''QPoint QDataStream.__lshift__()'''
4285         return QPoint()
4286     def __lshift__(self):
4287         '''QPointF QDataStream.__lshift__()'''
4288         return QPointF()
4289     def __lshift__(self):
4290         '''QRect QDataStream.__lshift__()'''
4291         return QRect()
4292     def __lshift__(self):
4293         '''QRectF QDataStream.__lshift__()'''
4294         return QRectF()
4295     def __lshift__(self, regExp):
4296         '''QDataStream QDataStream.__lshift__(QRegExp regExp)'''
4297         return QDataStream()
4298     def __lshift__(self):
4299         '''QSize QDataStream.__lshift__()'''
4300         return QSize()
4301     def __lshift__(self):
4302         '''QSizeF QDataStream.__lshift__()'''
4303         return QSizeF()
4304     def __lshift__(self):
4305         '''QString QDataStream.__lshift__()'''
4306         return QString()
4307     def __lshift__(self, list):
4308         '''QDataStream QDataStream.__lshift__(QStringList list)'''
4309         return QDataStream()
4310     def __lshift__(self):
4311         '''QUrl QDataStream.__lshift__()'''
4312         return QUrl()
4313     def __lshift__(self):
4314         '''QUuid QDataStream.__lshift__()'''
4315         return QUuid()
4316     def __lshift__(self, p):
4317         '''QDataStream QDataStream.__lshift__(QVariant p)'''
4318         return QDataStream()
4319     def __lshift__(self, p):
4320         '''QDataStream QDataStream.__lshift__(Type p)'''
4321         return QDataStream()
4322     def __rshift__(self):
4323         '''QBitArray QDataStream.__rshift__()'''
4324         return QBitArray()
4325     def __rshift__(self):
4326         '''QByteArray QDataStream.__rshift__()'''
4327         return QByteArray()
4328     def __rshift__(self):
4329         '''QChar QDataStream.__rshift__()'''
4330         return QChar()
4331     def __rshift__(self):
4332         '''QDate QDataStream.__rshift__()'''
4333         return QDate()
4334     def __rshift__(self):
4335         '''QTime QDataStream.__rshift__()'''
4336         return QTime()
4337     def __rshift__(self):
4338         '''QDateTime QDataStream.__rshift__()'''
4339         return QDateTime()
4340     def __rshift__(self):
4341         '''QEasingCurve QDataStream.__rshift__()'''
4342         return QEasingCurve()
4343     def __rshift__(self):
4344         '''QLine QDataStream.__rshift__()'''
4345         return QLine()
4346     def __rshift__(self):
4347         '''QLineF QDataStream.__rshift__()'''
4348         return QLineF()
4349     def __rshift__(self):
4350         '''QLocale QDataStream.__rshift__()'''
4351         return QLocale()
4352     def __rshift__(self):
4353         '''QPoint QDataStream.__rshift__()'''
4354         return QPoint()
4355     def __rshift__(self):
4356         '''QPointF QDataStream.__rshift__()'''
4357         return QPointF()
4358     def __rshift__(self):
4359         '''QRect QDataStream.__rshift__()'''
4360         return QRect()
4361     def __rshift__(self):
4362         '''QRectF QDataStream.__rshift__()'''
4363         return QRectF()
4364     def __rshift__(self, regExp):
4365         '''QDataStream QDataStream.__rshift__(QRegExp regExp)'''
4366         return QDataStream()
4367     def __rshift__(self):
4368         '''QSize QDataStream.__rshift__()'''
4369         return QSize()
4370     def __rshift__(self):
4371         '''QSizeF QDataStream.__rshift__()'''
4372         return QSizeF()
4373     def __rshift__(self):
4374         '''QString QDataStream.__rshift__()'''
4375         return QString()
4376     def __rshift__(self, list):
4377         '''QDataStream QDataStream.__rshift__(QStringList list)'''
4378         return QDataStream()
4379     def __rshift__(self):
4380         '''QUrl QDataStream.__rshift__()'''
4381         return QUrl()
4382     def __rshift__(self):
4383         '''QUuid QDataStream.__rshift__()'''
4384         return QUuid()
4385     def __rshift__(self, p):
4386         '''QDataStream QDataStream.__rshift__(QVariant p)'''
4387         return QDataStream()
4388     def __rshift__(self, p):
4389         '''QDataStream QDataStream.__rshift__(Type p)'''
4390         return QDataStream()
4391     def setFloatingPointPrecision(self, precision):
4392         '''void QDataStream.setFloatingPointPrecision(QDataStream.FloatingPointPrecision precision)'''
4393     def floatingPointPrecision(self):
4394         '''QDataStream.FloatingPointPrecision QDataStream.floatingPointPrecision()'''
4395         return QDataStream.FloatingPointPrecision()
4396     def writeRawData(self):
4397         '''str QDataStream.writeRawData()'''
4398         return str()
4399     def writeBytes(self):
4400         '''str QDataStream.writeBytes()'''
4401         return str()
4402     def readRawData(self, len):
4403         '''str QDataStream.readRawData(int len)'''
4404         return str()
4405     def readBytes(self):
4406         '''str QDataStream.readBytes()'''
4407         return str()
4408     def writeQVariantHash(self, qvarhash):
4409         '''void QDataStream.writeQVariantHash(dict-of-QString-QVariant qvarhash)'''
4410     def readQVariantHash(self):
4411         '''dict-of-QString-QVariant QDataStream.readQVariantHash()'''
4412         return dict-of-QString-QVariant()
4413     def writeQVariantMap(self, qvarmap):
4414         '''void QDataStream.writeQVariantMap(dict-of-QString-QVariant qvarmap)'''
4415     def readQVariantMap(self):
4416         '''dict-of-QString-QVariant QDataStream.readQVariantMap()'''
4417         return dict-of-QString-QVariant()
4418     def writeQVariantList(self, qvarlst):
4419         '''void QDataStream.writeQVariantList(list-of-QVariant qvarlst)'''
4420     def readQVariantList(self):
4421         '''list-of-QVariant QDataStream.readQVariantList()'''
4422         return [QVariant()]
4423     def writeQVariant(self, qvar):
4424         '''void QDataStream.writeQVariant(QVariant qvar)'''
4425     def readQVariant(self):
4426         '''QVariant QDataStream.readQVariant()'''
4427         return QVariant()
4428     def writeQStringList(self, qstrlst):
4429         '''void QDataStream.writeQStringList(QStringList qstrlst)'''
4430     def readQStringList(self):
4431         '''QStringList QDataStream.readQStringList()'''
4432         return QStringList()
4433     def writeQString(self, qstr):
4434         '''void QDataStream.writeQString(QString qstr)'''
4435     def readQString(self):
4436         '''QString QDataStream.readQString()'''
4437         return QString()
4438     def writeString(self, str):
4439         '''void QDataStream.writeString(str str)'''
4440     def writeDouble(self, f):
4441         '''void QDataStream.writeDouble(float f)'''
4442     def writeFloat(self, f):
4443         '''void QDataStream.writeFloat(float f)'''
4444     def writeBool(self, i):
4445         '''void QDataStream.writeBool(bool i)'''
4446     def writeUInt64(self, i):
4447         '''void QDataStream.writeUInt64(int i)'''
4448     def writeInt64(self, i):
4449         '''void QDataStream.writeInt64(int i)'''
4450     def writeUInt32(self, i):
4451         '''void QDataStream.writeUInt32(int i)'''
4452     def writeInt32(self, i):
4453         '''void QDataStream.writeInt32(int i)'''
4454     def writeUInt16(self, i):
4455         '''void QDataStream.writeUInt16(int i)'''
4456     def writeInt16(self, i):
4457         '''void QDataStream.writeInt16(int i)'''
4458     def writeUInt8(self, i):
4459         '''void QDataStream.writeUInt8(str i)'''
4460     def writeInt8(self, i):
4461         '''void QDataStream.writeInt8(str i)'''
4462     def writeInt(self, i):
4463         '''void QDataStream.writeInt(int i)'''
4464     def readString(self):
4465         '''str QDataStream.readString()'''
4466         return str()
4467     def readDouble(self):
4468         '''float QDataStream.readDouble()'''
4469         return float()
4470     def readFloat(self):
4471         '''float QDataStream.readFloat()'''
4472         return float()
4473     def readBool(self):
4474         '''bool QDataStream.readBool()'''
4475         return bool()
4476     def readUInt64(self):
4477         '''int QDataStream.readUInt64()'''
4478         return int()
4479     def readInt64(self):
4480         '''int QDataStream.readInt64()'''
4481         return int()
4482     def readUInt32(self):
4483         '''int QDataStream.readUInt32()'''
4484         return int()
4485     def readInt32(self):
4486         '''int QDataStream.readInt32()'''
4487         return int()
4488     def readUInt16(self):
4489         '''int QDataStream.readUInt16()'''
4490         return int()
4491     def readInt16(self):
4492         '''int QDataStream.readInt16()'''
4493         return int()
4494     def readUInt8(self):
4495         '''str QDataStream.readUInt8()'''
4496         return str()
4497     def readInt8(self):
4498         '''str QDataStream.readInt8()'''
4499         return str()
4500     def readInt(self):
4501         '''int QDataStream.readInt()'''
4502         return int()
4503     def skipRawData(self, len):
4504         '''int QDataStream.skipRawData(int len)'''
4505         return int()
4506     def setVersion(self, v):
4507         '''void QDataStream.setVersion(int v)'''
4508     def version(self):
4509         '''int QDataStream.version()'''
4510         return int()
4511     def setByteOrder(self):
4512         '''QDataStream.ByteOrder QDataStream.setByteOrder()'''
4513         return QDataStream.ByteOrder()
4514     def byteOrder(self):
4515         '''QDataStream.ByteOrder QDataStream.byteOrder()'''
4516         return QDataStream.ByteOrder()
4517     def resetStatus(self):
4518         '''void QDataStream.resetStatus()'''
4519     def setStatus(self, status):
4520         '''void QDataStream.setStatus(QDataStream.Status status)'''
4521     def status(self):
4522         '''QDataStream.Status QDataStream.status()'''
4523         return QDataStream.Status()
4524     def atEnd(self):
4525         '''bool QDataStream.atEnd()'''
4526         return bool()
4527     def unsetDevice(self):
4528         '''void QDataStream.unsetDevice()'''
4529     def setDevice(self):
4530         '''QIODevice QDataStream.setDevice()'''
4531         return QIODevice()
4532     def device(self):
4533         '''QIODevice QDataStream.device()'''
4534         return QIODevice()
4535 
4536 
4537 class QDate():
4538     """"""
4539     # Enum QDate.MonthNameType
4540     DateFormat = 0
4541     StandaloneFormat = 0
4542 
4543     def __init__(self):
4544         '''void QDate.__init__()'''
4545     def __init__(self, y, m, d):
4546         '''void QDate.__init__(int y, int m, int d)'''
4547     def __init__(self):
4548         '''QDate QDate.__init__()'''
4549         return QDate()
4550     def getDate(self, year, month, day):
4551         '''void QDate.getDate(int year, int month, int day)'''
4552     def setDate(self, year, month, date):
4553         '''bool QDate.setDate(int year, int month, int date)'''
4554         return bool()
4555     def toJulianDay(self):
4556         '''int QDate.toJulianDay()'''
4557         return int()
4558     def fromJulianDay(self, jd):
4559         '''static QDate QDate.fromJulianDay(int jd)'''
4560         return QDate()
4561     def julianToGregorian(self, jd, y, m, d):
4562         '''static void QDate.julianToGregorian(int jd, int y, int m, int d)'''
4563     def gregorianToJulian(self, y, m, d):
4564         '''static int QDate.gregorianToJulian(int y, int m, int d)'''
4565         return int()
4566     def isLeapYear(self, year):
4567         '''static bool QDate.isLeapYear(int year)'''
4568         return bool()
4569     def fromString(self, string, format = None):
4570         '''static QDate QDate.fromString(QString string, Qt.DateFormat format = Qt.TextDate)'''
4571         return QDate()
4572     def fromString(self, s, format):
4573         '''static QDate QDate.fromString(QString s, QString format)'''
4574         return QDate()
4575     def currentDate(self):
4576         '''static QDate QDate.currentDate()'''
4577         return QDate()
4578     def __ge__(self, other):
4579         '''bool QDate.__ge__(QDate other)'''
4580         return bool()
4581     def __gt__(self, other):
4582         '''bool QDate.__gt__(QDate other)'''
4583         return bool()
4584     def __le__(self, other):
4585         '''bool QDate.__le__(QDate other)'''
4586         return bool()
4587     def __lt__(self, other):
4588         '''bool QDate.__lt__(QDate other)'''
4589         return bool()
4590     def __ne__(self, other):
4591         '''bool QDate.__ne__(QDate other)'''
4592         return bool()
4593     def __eq__(self, other):
4594         '''bool QDate.__eq__(QDate other)'''
4595         return bool()
4596     def daysTo(self):
4597         '''QDate QDate.daysTo()'''
4598         return QDate()
4599     def addYears(self, years):
4600         '''QDate QDate.addYears(int years)'''
4601         return QDate()
4602     def addMonths(self, months):
4603         '''QDate QDate.addMonths(int months)'''
4604         return QDate()
4605     def addDays(self, days):
4606         '''QDate QDate.addDays(int days)'''
4607         return QDate()
4608     def setYMD(self, y, m, d):
4609         '''bool QDate.setYMD(int y, int m, int d)'''
4610         return bool()
4611     def toString(self, format = None):
4612         '''QString QDate.toString(Qt.DateFormat format = Qt.TextDate)'''
4613         return QString()
4614     def toString(self, format):
4615         '''QString QDate.toString(QString format)'''
4616         return QString()
4617     def longDayName(self, weekday):
4618         '''static QString QDate.longDayName(int weekday)'''
4619         return QString()
4620     def longDayName(self, weekday, type):
4621         '''static QString QDate.longDayName(int weekday, QDate.MonthNameType type)'''
4622         return QString()
4623     def longMonthName(self, month):
4624         '''static QString QDate.longMonthName(int month)'''
4625         return QString()
4626     def longMonthName(self, month, type):
4627         '''static QString QDate.longMonthName(int month, QDate.MonthNameType type)'''
4628         return QString()
4629     def shortDayName(self, weekday):
4630         '''static QString QDate.shortDayName(int weekday)'''
4631         return QString()
4632     def shortDayName(self, weekday, type):
4633         '''static QString QDate.shortDayName(int weekday, QDate.MonthNameType type)'''
4634         return QString()
4635     def shortMonthName(self, month):
4636         '''static QString QDate.shortMonthName(int month)'''
4637         return QString()
4638     def shortMonthName(self, month, type):
4639         '''static QString QDate.shortMonthName(int month, QDate.MonthNameType type)'''
4640         return QString()
4641     def weekNumber(self, yearNumber):
4642         '''int QDate.weekNumber(int yearNumber)'''
4643         return int()
4644     def daysInYear(self):
4645         '''int QDate.daysInYear()'''
4646         return int()
4647     def daysInMonth(self):
4648         '''int QDate.daysInMonth()'''
4649         return int()
4650     def dayOfYear(self):
4651         '''int QDate.dayOfYear()'''
4652         return int()
4653     def dayOfWeek(self):
4654         '''int QDate.dayOfWeek()'''
4655         return int()
4656     def day(self):
4657         '''int QDate.day()'''
4658         return int()
4659     def month(self):
4660         '''int QDate.month()'''
4661         return int()
4662     def year(self):
4663         '''int QDate.year()'''
4664         return int()
4665     def isValid(self):
4666         '''bool QDate.isValid()'''
4667         return bool()
4668     def isValid(self, y, m, d):
4669         '''static bool QDate.isValid(int y, int m, int d)'''
4670         return bool()
4671     def __bool__(self):
4672         '''int QDate.__bool__()'''
4673         return int()
4674     def isNull(self):
4675         '''bool QDate.isNull()'''
4676         return bool()
4677     def toPyDate(self):
4678         '''datetime.date QDate.toPyDate()'''
4679         return datetime.date()
4680     def __hash__(self):
4681         '''int QDate.__hash__()'''
4682         return int()
4683     def __repr__(self):
4684         '''str QDate.__repr__()'''
4685         return str()
4686 
4687 
4688 class QTime():
4689     """"""
4690     def __init__(self):
4691         '''void QTime.__init__()'''
4692     def __init__(self, h, m, second = 0, msec = 0):
4693         '''void QTime.__init__(int h, int m, int second = 0, int msec = 0)'''
4694     def __init__(self):
4695         '''QTime QTime.__init__()'''
4696         return QTime()
4697     def elapsed(self):
4698         '''int QTime.elapsed()'''
4699         return int()
4700     def restart(self):
4701         '''int QTime.restart()'''
4702         return int()
4703     def start(self):
4704         '''void QTime.start()'''
4705     def fromString(self, string, format = None):
4706         '''static QTime QTime.fromString(QString string, Qt.DateFormat format = Qt.TextDate)'''
4707         return QTime()
4708     def fromString(self, s, format):
4709         '''static QTime QTime.fromString(QString s, QString format)'''
4710         return QTime()
4711     def currentTime(self):
4712         '''static QTime QTime.currentTime()'''
4713         return QTime()
4714     def __ge__(self, other):
4715         '''bool QTime.__ge__(QTime other)'''
4716         return bool()
4717     def __gt__(self, other):
4718         '''bool QTime.__gt__(QTime other)'''
4719         return bool()
4720     def __le__(self, other):
4721         '''bool QTime.__le__(QTime other)'''
4722         return bool()
4723     def __lt__(self, other):
4724         '''bool QTime.__lt__(QTime other)'''
4725         return bool()
4726     def __ne__(self, other):
4727         '''bool QTime.__ne__(QTime other)'''
4728         return bool()
4729     def __eq__(self, other):
4730         '''bool QTime.__eq__(QTime other)'''
4731         return bool()
4732     def msecsTo(self):
4733         '''QTime QTime.msecsTo()'''
4734         return QTime()
4735     def addMSecs(self, ms):
4736         '''QTime QTime.addMSecs(int ms)'''
4737         return QTime()
4738     def secsTo(self):
4739         '''QTime QTime.secsTo()'''
4740         return QTime()
4741     def addSecs(self, secs):
4742         '''QTime QTime.addSecs(int secs)'''
4743         return QTime()
4744     def setHMS(self, h, m, s, msec = 0):
4745         '''bool QTime.setHMS(int h, int m, int s, int msec = 0)'''
4746         return bool()
4747     def toString(self, format = None):
4748         '''QString QTime.toString(Qt.DateFormat format = Qt.TextDate)'''
4749         return QString()
4750     def toString(self, format):
4751         '''QString QTime.toString(QString format)'''
4752         return QString()
4753     def msec(self):
4754         '''int QTime.msec()'''
4755         return int()
4756     def second(self):
4757         '''int QTime.second()'''
4758         return int()
4759     def minute(self):
4760         '''int QTime.minute()'''
4761         return int()
4762     def hour(self):
4763         '''int QTime.hour()'''
4764         return int()
4765     def isValid(self):
4766         '''bool QTime.isValid()'''
4767         return bool()
4768     def isValid(self, h, m, s, msec = 0):
4769         '''static bool QTime.isValid(int h, int m, int s, int msec = 0)'''
4770         return bool()
4771     def __bool__(self):
4772         '''int QTime.__bool__()'''
4773         return int()
4774     def isNull(self):
4775         '''bool QTime.isNull()'''
4776         return bool()
4777     def toPyTime(self):
4778         '''datetime.time QTime.toPyTime()'''
4779         return datetime.time()
4780     def __hash__(self):
4781         '''int QTime.__hash__()'''
4782         return int()
4783     def __repr__(self):
4784         '''str QTime.__repr__()'''
4785         return str()
4786 
4787 
4788 class QDateTime():
4789     """"""
4790     def __init__(self):
4791         '''void QDateTime.__init__()'''
4792     def __init__(self, other):
4793         '''void QDateTime.__init__(QDateTime other)'''
4794     def __init__(self):
4795         '''QDate QDateTime.__init__()'''
4796         return QDate()
4797     def __init__(self, date, time, timeSpec = None):
4798         '''void QDateTime.__init__(QDate date, QTime time, Qt.TimeSpec timeSpec = Qt.LocalTime)'''
4799     def __init__(self, y, m, d, h, m_, s = 0, msec = 0, timeSpec = 0):
4800         '''void QDateTime.__init__(int y, int m, int d, int h, int m, int s = 0, int msec = 0, int timeSpec = 0)'''
4801     def currentMSecsSinceEpoch(self):
4802         '''static int QDateTime.currentMSecsSinceEpoch()'''
4803         return int()
4804     def fromMSecsSinceEpoch(self, msecs):
4805         '''static QDateTime QDateTime.fromMSecsSinceEpoch(int msecs)'''
4806         return QDateTime()
4807     def currentDateTimeUtc(self):
4808         '''static QDateTime QDateTime.currentDateTimeUtc()'''
4809         return QDateTime()
4810     def msecsTo(self):
4811         '''QDateTime QDateTime.msecsTo()'''
4812         return QDateTime()
4813     def setMSecsSinceEpoch(self, msecs):
4814         '''void QDateTime.setMSecsSinceEpoch(int msecs)'''
4815     def toMSecsSinceEpoch(self):
4816         '''int QDateTime.toMSecsSinceEpoch()'''
4817         return int()
4818     def fromTime_t(self, secsSince1Jan1970UTC):
4819         '''static QDateTime QDateTime.fromTime_t(int secsSince1Jan1970UTC)'''
4820         return QDateTime()
4821     def fromString(self, string, format = None):
4822         '''static QDateTime QDateTime.fromString(QString string, Qt.DateFormat format = Qt.TextDate)'''
4823         return QDateTime()
4824     def fromString(self, s, format):
4825         '''static QDateTime QDateTime.fromString(QString s, QString format)'''
4826         return QDateTime()
4827     def currentDateTime(self):
4828         '''static QDateTime QDateTime.currentDateTime()'''
4829         return QDateTime()
4830     def __ge__(self, other):
4831         '''bool QDateTime.__ge__(QDateTime other)'''
4832         return bool()
4833     def __gt__(self, other):
4834         '''bool QDateTime.__gt__(QDateTime other)'''
4835         return bool()
4836     def __le__(self, other):
4837         '''bool QDateTime.__le__(QDateTime other)'''
4838         return bool()
4839     def __lt__(self, other):
4840         '''bool QDateTime.__lt__(QDateTime other)'''
4841         return bool()
4842     def __ne__(self, other):
4843         '''bool QDateTime.__ne__(QDateTime other)'''
4844         return bool()
4845     def __eq__(self, other):
4846         '''bool QDateTime.__eq__(QDateTime other)'''
4847         return bool()
4848     def secsTo(self):
4849         '''QDateTime QDateTime.secsTo()'''
4850         return QDateTime()
4851     def daysTo(self):
4852         '''QDateTime QDateTime.daysTo()'''
4853         return QDateTime()
4854     def toUTC(self):
4855         '''QDateTime QDateTime.toUTC()'''
4856         return QDateTime()
4857     def toLocalTime(self):
4858         '''QDateTime QDateTime.toLocalTime()'''
4859         return QDateTime()
4860     def toTimeSpec(self, spec):
4861         '''QDateTime QDateTime.toTimeSpec(Qt.TimeSpec spec)'''
4862         return QDateTime()
4863     def addMSecs(self, msecs):
4864         '''QDateTime QDateTime.addMSecs(int msecs)'''
4865         return QDateTime()
4866     def addSecs(self, secs):
4867         '''QDateTime QDateTime.addSecs(int secs)'''
4868         return QDateTime()
4869     def addYears(self, years):
4870         '''QDateTime QDateTime.addYears(int years)'''
4871         return QDateTime()
4872     def addMonths(self, months):
4873         '''QDateTime QDateTime.addMonths(int months)'''
4874         return QDateTime()
4875     def addDays(self, days):
4876         '''QDateTime QDateTime.addDays(int days)'''
4877         return QDateTime()
4878     def toString(self, format = None):
4879         '''QString QDateTime.toString(Qt.DateFormat format = Qt.TextDate)'''
4880         return QString()
4881     def toString(self, format):
4882         '''QString QDateTime.toString(QString format)'''
4883         return QString()
4884     def setTime_t(self, secsSince1Jan1970UTC):
4885         '''void QDateTime.setTime_t(int secsSince1Jan1970UTC)'''
4886     def setTimeSpec(self, spec):
4887         '''void QDateTime.setTimeSpec(Qt.TimeSpec spec)'''
4888     def setTime(self, time):
4889         '''void QDateTime.setTime(QTime time)'''
4890     def setDate(self, date):
4891         '''void QDateTime.setDate(QDate date)'''
4892     def toTime_t(self):
4893         '''int QDateTime.toTime_t()'''
4894         return int()
4895     def timeSpec(self):
4896         '''Qt.TimeSpec QDateTime.timeSpec()'''
4897         return Qt.TimeSpec()
4898     def time(self):
4899         '''QTime QDateTime.time()'''
4900         return QTime()
4901     def date(self):
4902         '''QDate QDateTime.date()'''
4903         return QDate()
4904     def isValid(self):
4905         '''bool QDateTime.isValid()'''
4906         return bool()
4907     def __bool__(self):
4908         '''int QDateTime.__bool__()'''
4909         return int()
4910     def isNull(self):
4911         '''bool QDateTime.isNull()'''
4912         return bool()
4913     def toPyDateTime(self):
4914         '''datetime.datetime QDateTime.toPyDateTime()'''
4915         return datetime.datetime()
4916     def __hash__(self):
4917         '''int QDateTime.__hash__()'''
4918         return int()
4919     def __repr__(self):
4920         '''str QDateTime.__repr__()'''
4921         return str()
4922 
4923 
4924 class QDir():
4925     """"""
4926     # Enum QDir.SortFlag
4927     Name = 0
4928     Time = 0
4929     Size = 0
4930     Unsorted = 0
4931     SortByMask = 0
4932     DirsFirst = 0
4933     Reversed = 0
4934     IgnoreCase = 0
4935     DirsLast = 0
4936     LocaleAware = 0
4937     Type = 0
4938     NoSort = 0
4939 
4940     # Enum QDir.Filter
4941     Dirs = 0
4942     Files = 0
4943     Drives = 0
4944     NoSymLinks = 0
4945     AllEntries = 0
4946     TypeMask = 0
4947     Readable = 0
4948     Writable = 0
4949     Executable = 0
4950     PermissionMask = 0
4951     Modified = 0
4952     Hidden = 0
4953     System = 0
4954     AccessMask = 0
4955     AllDirs = 0
4956     CaseSensitive = 0
4957     NoDotAndDotDot = 0
4958     NoFilter = 0
4959     NoDot = 0
4960     NoDotDot = 0
4961 
4962     def __init__(self):
4963         '''QDir QDir.__init__()'''
4964         return QDir()
4965     def __init__(self, path = QString()):
4966         '''void QDir.__init__(QString path = QString())'''
4967     def __init__(self, path, nameFilter, sort = None, filters = None):
4968         '''void QDir.__init__(QString path, QString nameFilter, QDir.SortFlags sort = QDir.Name|QDir.IgnoreCase, QDir.Filters filters = QDir.AllEntries)'''
4969     def searchPaths(self, prefix):
4970         '''static QStringList QDir.searchPaths(QString prefix)'''
4971         return QStringList()
4972     def addSearchPath(self, prefix, path):
4973         '''static void QDir.addSearchPath(QString prefix, QString path)'''
4974     def setSearchPaths(self, prefix, searchPaths):
4975         '''static void QDir.setSearchPaths(QString prefix, QStringList searchPaths)'''
4976     def fromNativeSeparators(self, pathName):
4977         '''static QString QDir.fromNativeSeparators(QString pathName)'''
4978         return QString()
4979     def toNativeSeparators(self, pathName):
4980         '''static QString QDir.toNativeSeparators(QString pathName)'''
4981         return QString()
4982     def cleanPath(self, path):
4983         '''static QString QDir.cleanPath(QString path)'''
4984         return QString()
4985     def match(self, filters, fileName):
4986         '''static bool QDir.match(QStringList filters, QString fileName)'''
4987         return bool()
4988     def match(self, filter, fileName):
4989         '''static bool QDir.match(QString filter, QString fileName)'''
4990         return bool()
4991     def tempPath(self):
4992         '''static QString QDir.tempPath()'''
4993         return QString()
4994     def temp(self):
4995         '''static QDir QDir.temp()'''
4996         return QDir()
4997     def rootPath(self):
4998         '''static QString QDir.rootPath()'''
4999         return QString()
5000     def root(self):
5001         '''static QDir QDir.root()'''
5002         return QDir()
5003     def homePath(self):
5004         '''static QString QDir.homePath()'''
5005         return QString()
5006     def home(self):
5007         '''static QDir QDir.home()'''
5008         return QDir()
5009     def currentPath(self):
5010         '''static QString QDir.currentPath()'''
5011         return QString()
5012     def current(self):
5013         '''static QDir QDir.current()'''
5014         return QDir()
5015     def setCurrent(self, path):
5016         '''static bool QDir.setCurrent(QString path)'''
5017         return bool()
5018     def separator(self):
5019         '''static QChar QDir.separator()'''
5020         return QChar()
5021     def drives(self):
5022         '''static list-of-QFileInfo QDir.drives()'''
5023         return [QFileInfo()]
5024     def refresh(self):
5025         '''void QDir.refresh()'''
5026     def rename(self, oldName, newName):
5027         '''bool QDir.rename(QString oldName, QString newName)'''
5028         return bool()
5029     def remove(self, fileName):
5030         '''bool QDir.remove(QString fileName)'''
5031         return bool()
5032     def __ne__(self, dir):
5033         '''bool QDir.__ne__(QDir dir)'''
5034         return bool()
5035     def __eq__(self, dir):
5036         '''bool QDir.__eq__(QDir dir)'''
5037         return bool()
5038     def makeAbsolute(self):
5039         '''bool QDir.makeAbsolute()'''
5040         return bool()
5041     def isAbsolute(self):
5042         '''bool QDir.isAbsolute()'''
5043         return bool()
5044     def isRelative(self):
5045         '''bool QDir.isRelative()'''
5046         return bool()
5047     def isAbsolutePath(self, path):
5048         '''static bool QDir.isAbsolutePath(QString path)'''
5049         return bool()
5050     def isRelativePath(self, path):
5051         '''static bool QDir.isRelativePath(QString path)'''
5052         return bool()
5053     def isRoot(self):
5054         '''bool QDir.isRoot()'''
5055         return bool()
5056     def exists(self):
5057         '''bool QDir.exists()'''
5058         return bool()
5059     def exists(self, name):
5060         '''bool QDir.exists(QString name)'''
5061         return bool()
5062     def isReadable(self):
5063         '''bool QDir.isReadable()'''
5064         return bool()
5065     def rmpath(self, dirPath):
5066         '''bool QDir.rmpath(QString dirPath)'''
5067         return bool()
5068     def mkpath(self, dirPath):
5069         '''bool QDir.mkpath(QString dirPath)'''
5070         return bool()
5071     def rmdir(self, dirName):
5072         '''bool QDir.rmdir(QString dirName)'''
5073         return bool()
5074     def mkdir(self, dirName):
5075         '''bool QDir.mkdir(QString dirName)'''
5076         return bool()
5077     def entryInfoList(self, filters = None, sort = None):
5078         '''list-of-QFileInfo QDir.entryInfoList(QDir.Filters filters = QDir.NoFilter, QDir.SortFlags sort = QDir.NoSort)'''
5079         return [QFileInfo()]
5080     def entryInfoList(self, nameFilters, filters = None, sort = None):
5081         '''list-of-QFileInfo QDir.entryInfoList(QStringList nameFilters, QDir.Filters filters = QDir.NoFilter, QDir.SortFlags sort = QDir.NoSort)'''
5082         return [QFileInfo()]
5083     def entryList(self, filters = None, sort = None):
5084         '''QStringList QDir.entryList(QDir.Filters filters = QDir.NoFilter, QDir.SortFlags sort = QDir.NoSort)'''
5085         return QStringList()
5086     def entryList(self, nameFilters, filters = None, sort = None):
5087         '''QStringList QDir.entryList(QStringList nameFilters, QDir.Filters filters = QDir.NoFilter, QDir.SortFlags sort = QDir.NoSort)'''
5088         return QStringList()
5089     def nameFiltersFromString(self, nameFilter):
5090         '''static QStringList QDir.nameFiltersFromString(QString nameFilter)'''
5091         return QStringList()
5092     def __contains__(self):
5093         '''QString QDir.__contains__()'''
5094         return QString()
5095     def __getitem__(self):
5096         '''int QDir.__getitem__()'''
5097         return int()
5098     def __getitem__(self):
5099         '''slice QDir.__getitem__()'''
5100         return slice()
5101     def __len__(self):
5102         '''None QDir.__len__()'''
5103         return None()
5104     def count(self):
5105         '''int QDir.count()'''
5106         return int()
5107     def setSorting(self, sort):
5108         '''void QDir.setSorting(QDir.SortFlags sort)'''
5109     def sorting(self):
5110         '''QDir.SortFlags QDir.sorting()'''
5111         return QDir.SortFlags()
5112     def setFilter(self, filter):
5113         '''void QDir.setFilter(QDir.Filters filter)'''
5114     def filter(self):
5115         '''QDir.Filters QDir.filter()'''
5116         return QDir.Filters()
5117     def setNameFilters(self, nameFilters):
5118         '''void QDir.setNameFilters(QStringList nameFilters)'''
5119     def nameFilters(self):
5120         '''QStringList QDir.nameFilters()'''
5121         return QStringList()
5122     def cdUp(self):
5123         '''bool QDir.cdUp()'''
5124         return bool()
5125     def cd(self, dirName):
5126         '''bool QDir.cd(QString dirName)'''
5127         return bool()
5128     def convertSeparators(self, pathName):
5129         '''static QString QDir.convertSeparators(QString pathName)'''
5130         return QString()
5131     def relativeFilePath(self, fileName):
5132         '''QString QDir.relativeFilePath(QString fileName)'''
5133         return QString()
5134     def absoluteFilePath(self, fileName):
5135         '''QString QDir.absoluteFilePath(QString fileName)'''
5136         return QString()
5137     def filePath(self, fileName):
5138         '''QString QDir.filePath(QString fileName)'''
5139         return QString()
5140     def dirName(self):
5141         '''QString QDir.dirName()'''
5142         return QString()
5143     def addResourceSearchPath(self, path):
5144         '''static void QDir.addResourceSearchPath(QString path)'''
5145     def canonicalPath(self):
5146         '''QString QDir.canonicalPath()'''
5147         return QString()
5148     def absolutePath(self):
5149         '''QString QDir.absolutePath()'''
5150         return QString()
5151     def path(self):
5152         '''QString QDir.path()'''
5153         return QString()
5154     def setPath(self, path):
5155         '''void QDir.setPath(QString path)'''
5156     class Filters():
5157         """"""
5158         def __init__(self):
5159             '''QDir.Filters QDir.Filters.__init__()'''
5160             return QDir.Filters()
5161         def __init__(self):
5162             '''int QDir.Filters.__init__()'''
5163             return int()
5164         def __init__(self):
5165             '''void QDir.Filters.__init__()'''
5166         def __bool__(self):
5167             '''int QDir.Filters.__bool__()'''
5168             return int()
5169         def __ne__(self, f):
5170             '''bool QDir.Filters.__ne__(QDir.Filters f)'''
5171             return bool()
5172         def __eq__(self, f):
5173             '''bool QDir.Filters.__eq__(QDir.Filters f)'''
5174             return bool()
5175         def __invert__(self):
5176             '''QDir.Filters QDir.Filters.__invert__()'''
5177             return QDir.Filters()
5178         def __and__(self, mask):
5179             '''QDir.Filters QDir.Filters.__and__(int mask)'''
5180             return QDir.Filters()
5181         def __xor__(self, f):
5182             '''QDir.Filters QDir.Filters.__xor__(QDir.Filters f)'''
5183             return QDir.Filters()
5184         def __xor__(self, f):
5185             '''QDir.Filters QDir.Filters.__xor__(int f)'''
5186             return QDir.Filters()
5187         def __or__(self, f):
5188             '''QDir.Filters QDir.Filters.__or__(QDir.Filters f)'''
5189             return QDir.Filters()
5190         def __or__(self, f):
5191             '''QDir.Filters QDir.Filters.__or__(int f)'''
5192             return QDir.Filters()
5193         def __int__(self):
5194             '''int QDir.Filters.__int__()'''
5195             return int()
5196         def __ixor__(self, f):
5197             '''QDir.Filters QDir.Filters.__ixor__(QDir.Filters f)'''
5198             return QDir.Filters()
5199         def __ior__(self, f):
5200             '''QDir.Filters QDir.Filters.__ior__(QDir.Filters f)'''
5201             return QDir.Filters()
5202         def __iand__(self, mask):
5203             '''QDir.Filters QDir.Filters.__iand__(int mask)'''
5204             return QDir.Filters()
5205     class SortFlags():
5206         """"""
5207         def __init__(self):
5208             '''QDir.SortFlags QDir.SortFlags.__init__()'''
5209             return QDir.SortFlags()
5210         def __init__(self):
5211             '''int QDir.SortFlags.__init__()'''
5212             return int()
5213         def __init__(self):
5214             '''void QDir.SortFlags.__init__()'''
5215         def __bool__(self):
5216             '''int QDir.SortFlags.__bool__()'''
5217             return int()
5218         def __ne__(self, f):
5219             '''bool QDir.SortFlags.__ne__(QDir.SortFlags f)'''
5220             return bool()
5221         def __eq__(self, f):
5222             '''bool QDir.SortFlags.__eq__(QDir.SortFlags f)'''
5223             return bool()
5224         def __invert__(self):
5225             '''QDir.SortFlags QDir.SortFlags.__invert__()'''
5226             return QDir.SortFlags()
5227         def __and__(self, mask):
5228             '''QDir.SortFlags QDir.SortFlags.__and__(int mask)'''
5229             return QDir.SortFlags()
5230         def __xor__(self, f):
5231             '''QDir.SortFlags QDir.SortFlags.__xor__(QDir.SortFlags f)'''
5232             return QDir.SortFlags()
5233         def __xor__(self, f):
5234             '''QDir.SortFlags QDir.SortFlags.__xor__(int f)'''
5235             return QDir.SortFlags()
5236         def __or__(self, f):
5237             '''QDir.SortFlags QDir.SortFlags.__or__(QDir.SortFlags f)'''
5238             return QDir.SortFlags()
5239         def __or__(self, f):
5240             '''QDir.SortFlags QDir.SortFlags.__or__(int f)'''
5241             return QDir.SortFlags()
5242         def __int__(self):
5243             '''int QDir.SortFlags.__int__()'''
5244             return int()
5245         def __ixor__(self, f):
5246             '''QDir.SortFlags QDir.SortFlags.__ixor__(QDir.SortFlags f)'''
5247             return QDir.SortFlags()
5248         def __ior__(self, f):
5249             '''QDir.SortFlags QDir.SortFlags.__ior__(QDir.SortFlags f)'''
5250             return QDir.SortFlags()
5251         def __iand__(self, mask):
5252             '''QDir.SortFlags QDir.SortFlags.__iand__(int mask)'''
5253             return QDir.SortFlags()
5254 
5255 
5256 class QDirIterator():
5257     """"""
5258     # Enum QDirIterator.IteratorFlag
5259     NoIteratorFlags = 0
5260     FollowSymlinks = 0
5261     Subdirectories = 0
5262 
5263     def __init__(self, dir, flags = None):
5264         '''void QDirIterator.__init__(QDir dir, QDirIterator.IteratorFlags flags = QDirIterator.NoIteratorFlags)'''
5265     def __init__(self, path, flags = None):
5266         '''void QDirIterator.__init__(QString path, QDirIterator.IteratorFlags flags = QDirIterator.NoIteratorFlags)'''
5267     def __init__(self, path, filters, flags = None):
5268         '''void QDirIterator.__init__(QString path, QDir.Filters filters, QDirIterator.IteratorFlags flags = QDirIterator.NoIteratorFlags)'''
5269     def __init__(self, path, nameFilters, filters = None, flags = None):
5270         '''void QDirIterator.__init__(QString path, QStringList nameFilters, QDir.Filters filters = QDir.NoFilter, QDirIterator.IteratorFlags flags = QDirIterator.NoIteratorFlags)'''
5271     def path(self):
5272         '''QString QDirIterator.path()'''
5273         return QString()
5274     def fileInfo(self):
5275         '''QFileInfo QDirIterator.fileInfo()'''
5276         return QFileInfo()
5277     def filePath(self):
5278         '''QString QDirIterator.filePath()'''
5279         return QString()
5280     def fileName(self):
5281         '''QString QDirIterator.fileName()'''
5282         return QString()
5283     def hasNext(self):
5284         '''bool QDirIterator.hasNext()'''
5285         return bool()
5286     def next(self):
5287         '''QString QDirIterator.next()'''
5288         return QString()
5289     class IteratorFlags():
5290         """"""
5291         def __init__(self):
5292             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__init__()'''
5293             return QDirIterator.IteratorFlags()
5294         def __init__(self):
5295             '''int QDirIterator.IteratorFlags.__init__()'''
5296             return int()
5297         def __init__(self):
5298             '''void QDirIterator.IteratorFlags.__init__()'''
5299         def __bool__(self):
5300             '''int QDirIterator.IteratorFlags.__bool__()'''
5301             return int()
5302         def __ne__(self, f):
5303             '''bool QDirIterator.IteratorFlags.__ne__(QDirIterator.IteratorFlags f)'''
5304             return bool()
5305         def __eq__(self, f):
5306             '''bool QDirIterator.IteratorFlags.__eq__(QDirIterator.IteratorFlags f)'''
5307             return bool()
5308         def __invert__(self):
5309             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__invert__()'''
5310             return QDirIterator.IteratorFlags()
5311         def __and__(self, mask):
5312             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__and__(int mask)'''
5313             return QDirIterator.IteratorFlags()
5314         def __xor__(self, f):
5315             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__xor__(QDirIterator.IteratorFlags f)'''
5316             return QDirIterator.IteratorFlags()
5317         def __xor__(self, f):
5318             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__xor__(int f)'''
5319             return QDirIterator.IteratorFlags()
5320         def __or__(self, f):
5321             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__or__(QDirIterator.IteratorFlags f)'''
5322             return QDirIterator.IteratorFlags()
5323         def __or__(self, f):
5324             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__or__(int f)'''
5325             return QDirIterator.IteratorFlags()
5326         def __int__(self):
5327             '''int QDirIterator.IteratorFlags.__int__()'''
5328             return int()
5329         def __ixor__(self, f):
5330             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__ixor__(QDirIterator.IteratorFlags f)'''
5331             return QDirIterator.IteratorFlags()
5332         def __ior__(self, f):
5333             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__ior__(QDirIterator.IteratorFlags f)'''
5334             return QDirIterator.IteratorFlags()
5335         def __iand__(self, mask):
5336             '''QDirIterator.IteratorFlags QDirIterator.IteratorFlags.__iand__(int mask)'''
5337             return QDirIterator.IteratorFlags()
5338 
5339 
5340 class QEasingCurve():
5341     """"""
5342     # Enum QEasingCurve.Type
5343     Linear = 0
5344     InQuad = 0
5345     OutQuad = 0
5346     InOutQuad = 0
5347     OutInQuad = 0
5348     InCubic = 0
5349     OutCubic = 0
5350     InOutCubic = 0
5351     OutInCubic = 0
5352     InQuart = 0
5353     OutQuart = 0
5354     InOutQuart = 0
5355     OutInQuart = 0
5356     InQuint = 0
5357     OutQuint = 0
5358     InOutQuint = 0
5359     OutInQuint = 0
5360     InSine = 0
5361     OutSine = 0
5362     InOutSine = 0
5363     OutInSine = 0
5364     InExpo = 0
5365     OutExpo = 0
5366     InOutExpo = 0
5367     OutInExpo = 0
5368     InCirc = 0
5369     OutCirc = 0
5370     InOutCirc = 0
5371     OutInCirc = 0
5372     InElastic = 0
5373     OutElastic = 0
5374     InOutElastic = 0
5375     OutInElastic = 0
5376     InBack = 0
5377     OutBack = 0
5378     InOutBack = 0
5379     OutInBack = 0
5380     InBounce = 0
5381     OutBounce = 0
5382     InOutBounce = 0
5383     OutInBounce = 0
5384     InCurve = 0
5385     OutCurve = 0
5386     SineCurve = 0
5387     CosineCurve = 0
5388     Custom = 0
5389 
5390     def __init__(self, type = None):
5391         '''void QEasingCurve.__init__(QEasingCurve.Type type = QEasingCurve.Linear)'''
5392     def __init__(self, other):
5393         '''void QEasingCurve.__init__(QEasingCurve other)'''
5394     def valueForProgress(self, progress):
5395         '''float QEasingCurve.valueForProgress(float progress)'''
5396         return float()
5397     def customType(self):
5398         '''callable QEasingCurve.customType()'''
5399         return callable()
5400     def setCustomType(self, func):
5401         '''void QEasingCurve.setCustomType(callable func)'''
5402     def setType(self, type):
5403         '''void QEasingCurve.setType(QEasingCurve.Type type)'''
5404     def type(self):
5405         '''QEasingCurve.Type QEasingCurve.type()'''
5406         return QEasingCurve.Type()
5407     def setOvershoot(self, overshoot):
5408         '''void QEasingCurve.setOvershoot(float overshoot)'''
5409     def overshoot(self):
5410         '''float QEasingCurve.overshoot()'''
5411         return float()
5412     def setPeriod(self, period):
5413         '''void QEasingCurve.setPeriod(float period)'''
5414     def period(self):
5415         '''float QEasingCurve.period()'''
5416         return float()
5417     def setAmplitude(self, amplitude):
5418         '''void QEasingCurve.setAmplitude(float amplitude)'''
5419     def amplitude(self):
5420         '''float QEasingCurve.amplitude()'''
5421         return float()
5422     def __ne__(self, other):
5423         '''bool QEasingCurve.__ne__(QEasingCurve other)'''
5424         return bool()
5425     def __eq__(self, other):
5426         '''bool QEasingCurve.__eq__(QEasingCurve other)'''
5427         return bool()
5428 
5429 
5430 class QElapsedTimer():
5431     """"""
5432     # Enum QElapsedTimer.ClockType
5433     SystemTime = 0
5434     MonotonicClock = 0
5435     TickCounter = 0
5436     MachAbsoluteTime = 0
5437     PerformanceCounter = 0
5438 
5439     def __init__(self):
5440         '''void QElapsedTimer.__init__()'''
5441     def __init__(self):
5442         '''QElapsedTimer QElapsedTimer.__init__()'''
5443         return QElapsedTimer()
5444     def __ge__(self, v2):
5445         '''bool QElapsedTimer.__ge__(QElapsedTimer v2)'''
5446         return bool()
5447     def __lt__(self, v2):
5448         '''bool QElapsedTimer.__lt__(QElapsedTimer v2)'''
5449         return bool()
5450     def nsecsElapsed(self):
5451         '''int QElapsedTimer.nsecsElapsed()'''
5452         return int()
5453     def __ne__(self, other):
5454         '''bool QElapsedTimer.__ne__(QElapsedTimer other)'''
5455         return bool()
5456     def __eq__(self, other):
5457         '''bool QElapsedTimer.__eq__(QElapsedTimer other)'''
5458         return bool()
5459     def secsTo(self, other):
5460         '''int QElapsedTimer.secsTo(QElapsedTimer other)'''
5461         return int()
5462     def msecsTo(self, other):
5463         '''int QElapsedTimer.msecsTo(QElapsedTimer other)'''
5464         return int()
5465     def msecsSinceReference(self):
5466         '''int QElapsedTimer.msecsSinceReference()'''
5467         return int()
5468     def hasExpired(self, timeout):
5469         '''bool QElapsedTimer.hasExpired(int timeout)'''
5470         return bool()
5471     def elapsed(self):
5472         '''int QElapsedTimer.elapsed()'''
5473         return int()
5474     def isValid(self):
5475         '''bool QElapsedTimer.isValid()'''
5476         return bool()
5477     def invalidate(self):
5478         '''void QElapsedTimer.invalidate()'''
5479     def restart(self):
5480         '''int QElapsedTimer.restart()'''
5481         return int()
5482     def start(self):
5483         '''void QElapsedTimer.start()'''
5484     def isMonotonic(self):
5485         '''static bool QElapsedTimer.isMonotonic()'''
5486         return bool()
5487     def clockType(self):
5488         '''static QElapsedTimer.ClockType QElapsedTimer.clockType()'''
5489         return QElapsedTimer.ClockType()
5490 
5491 
5492 class QEventLoop(QObject):
5493     """"""
5494     # Enum QEventLoop.ProcessEventsFlag
5495     AllEvents = 0
5496     ExcludeUserInputEvents = 0
5497     ExcludeSocketNotifiers = 0
5498     WaitForMoreEvents = 0
5499     X11ExcludeTimers = 0
5500     DeferredDeletion = 0
5501 
5502     def __init__(self, parent = None):
5503         '''void QEventLoop.__init__(QObject parent = None)'''
5504     def quit(self):
5505         '''void QEventLoop.quit()'''
5506     def wakeUp(self):
5507         '''void QEventLoop.wakeUp()'''
5508     def isRunning(self):
5509         '''bool QEventLoop.isRunning()'''
5510         return bool()
5511     def exit(self, returnCode = 0):
5512         '''void QEventLoop.exit(int returnCode = 0)'''
5513     def exec_(self, flags = None):
5514         '''int QEventLoop.exec_(QEventLoop.ProcessEventsFlags flags = QEventLoop.AllEvents)'''
5515         return int()
5516     def processEvents(self, flags = None):
5517         '''bool QEventLoop.processEvents(QEventLoop.ProcessEventsFlags flags = QEventLoop.AllEvents)'''
5518         return bool()
5519     def processEvents(self, flags, maximumTime):
5520         '''void QEventLoop.processEvents(QEventLoop.ProcessEventsFlags flags, int maximumTime)'''
5521     class ProcessEventsFlags():
5522         """"""
5523         def __init__(self):
5524             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__init__()'''
5525             return QEventLoop.ProcessEventsFlags()
5526         def __init__(self):
5527             '''int QEventLoop.ProcessEventsFlags.__init__()'''
5528             return int()
5529         def __init__(self):
5530             '''void QEventLoop.ProcessEventsFlags.__init__()'''
5531         def __bool__(self):
5532             '''int QEventLoop.ProcessEventsFlags.__bool__()'''
5533             return int()
5534         def __ne__(self, f):
5535             '''bool QEventLoop.ProcessEventsFlags.__ne__(QEventLoop.ProcessEventsFlags f)'''
5536             return bool()
5537         def __eq__(self, f):
5538             '''bool QEventLoop.ProcessEventsFlags.__eq__(QEventLoop.ProcessEventsFlags f)'''
5539             return bool()
5540         def __invert__(self):
5541             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__invert__()'''
5542             return QEventLoop.ProcessEventsFlags()
5543         def __and__(self, mask):
5544             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__and__(int mask)'''
5545             return QEventLoop.ProcessEventsFlags()
5546         def __xor__(self, f):
5547             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__xor__(QEventLoop.ProcessEventsFlags f)'''
5548             return QEventLoop.ProcessEventsFlags()
5549         def __xor__(self, f):
5550             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__xor__(int f)'''
5551             return QEventLoop.ProcessEventsFlags()
5552         def __or__(self, f):
5553             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__or__(QEventLoop.ProcessEventsFlags f)'''
5554             return QEventLoop.ProcessEventsFlags()
5555         def __or__(self, f):
5556             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__or__(int f)'''
5557             return QEventLoop.ProcessEventsFlags()
5558         def __int__(self):
5559             '''int QEventLoop.ProcessEventsFlags.__int__()'''
5560             return int()
5561         def __ixor__(self, f):
5562             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__ixor__(QEventLoop.ProcessEventsFlags f)'''
5563             return QEventLoop.ProcessEventsFlags()
5564         def __ior__(self, f):
5565             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__ior__(QEventLoop.ProcessEventsFlags f)'''
5566             return QEventLoop.ProcessEventsFlags()
5567         def __iand__(self, mask):
5568             '''QEventLoop.ProcessEventsFlags QEventLoop.ProcessEventsFlags.__iand__(int mask)'''
5569             return QEventLoop.ProcessEventsFlags()
5570 
5571 
5572 class QEventTransition(QAbstractTransition):
5573     """"""
5574     def __init__(self, sourceState = None):
5575         '''void QEventTransition.__init__(QState sourceState = None)'''
5576     def __init__(self, object, type, sourceState = None):
5577         '''void QEventTransition.__init__(QObject object, QEvent.Type type, QState sourceState = None)'''
5578     def event(self, e):
5579         '''bool QEventTransition.event(QEvent e)'''
5580         return bool()
5581     def onTransition(self, event):
5582         '''void QEventTransition.onTransition(QEvent event)'''
5583     def eventTest(self, event):
5584         '''bool QEventTransition.eventTest(QEvent event)'''
5585         return bool()
5586     def setEventType(self, type):
5587         '''void QEventTransition.setEventType(QEvent.Type type)'''
5588     def eventType(self):
5589         '''QEvent.Type QEventTransition.eventType()'''
5590         return QEvent.Type()
5591     def setEventSource(self, object):
5592         '''void QEventTransition.setEventSource(QObject object)'''
5593     def eventSource(self):
5594         '''QObject QEventTransition.eventSource()'''
5595         return QObject()
5596 
5597 
5598 class QFile(QIODevice):
5599     """"""
5600     # Enum QFile.FileHandleFlag
5601     AutoCloseHandle = 0
5602     DontCloseHandle = 0
5603 
5604     # Enum QFile.Permission
5605     ReadOwner = 0
5606     WriteOwner = 0
5607     ExeOwner = 0
5608     ReadUser = 0
5609     WriteUser = 0
5610     ExeUser = 0
5611     ReadGroup = 0
5612     WriteGroup = 0
5613     ExeGroup = 0
5614     ReadOther = 0
5615     WriteOther = 0
5616     ExeOther = 0
5617 
5618     # Enum QFile.MemoryMapFlags
5619     NoOptions = 0
5620 
5621     # Enum QFile.FileError
5622     NoError = 0
5623     ReadError = 0
5624     WriteError = 0
5625     FatalError = 0
5626     ResourceError = 0
5627     OpenError = 0
5628     AbortError = 0
5629     TimeOutError = 0
5630     UnspecifiedError = 0
5631     RemoveError = 0
5632     RenameError = 0
5633     PositionError = 0
5634     ResizeError = 0
5635     PermissionsError = 0
5636     CopyError = 0
5637 
5638     def __init__(self):
5639         '''void QFile.__init__()'''
5640     def __init__(self, name):
5641         '''void QFile.__init__(QString name)'''
5642     def __init__(self, parent):
5643         '''void QFile.__init__(QObject parent)'''
5644     def __init__(self, name, parent):
5645         '''void QFile.__init__(QString name, QObject parent)'''
5646     def writeData(self, data):
5647         '''int QFile.writeData(str data)'''
5648         return int()
5649     def readLineData(self, maxlen):
5650         '''str QFile.readLineData(int maxlen)'''
5651         return str()
5652     def readData(self, maxlen):
5653         '''str QFile.readData(int maxlen)'''
5654         return str()
5655     def unmap(self, address):
5656         '''bool QFile.unmap(sip.voidptr address)'''
5657         return bool()
5658     def map(self, offset, size, flags = None):
5659         '''sip.voidptr QFile.map(int offset, int size, QFile.MemoryMapFlags flags = QFile.NoOptions)'''
5660         return sip.voidptr()
5661     def symLinkTarget(self):
5662         '''QString QFile.symLinkTarget()'''
5663         return QString()
5664     def symLinkTarget(self, fileName):
5665         '''static QString QFile.symLinkTarget(QString fileName)'''
5666         return QString()
5667     def fileEngine(self):
5668         '''QAbstractFileEngine QFile.fileEngine()'''
5669         return QAbstractFileEngine()
5670     def handle(self):
5671         '''int QFile.handle()'''
5672         return int()
5673     def setPermissions(self, permissionSpec):
5674         '''bool QFile.setPermissions(QFile.Permissions permissionSpec)'''
5675         return bool()
5676     def setPermissions(self, filename, permissionSpec):
5677         '''static bool QFile.setPermissions(QString filename, QFile.Permissions permissionSpec)'''
5678         return bool()
5679     def permissions(self):
5680         '''QFile.Permissions QFile.permissions()'''
5681         return QFile.Permissions()
5682     def permissions(self, filename):
5683         '''static QFile.Permissions QFile.permissions(QString filename)'''
5684         return QFile.Permissions()
5685     def resize(self, sz):
5686         '''bool QFile.resize(int sz)'''
5687         return bool()
5688     def resize(self, filename, sz):
5689         '''static bool QFile.resize(QString filename, int sz)'''
5690         return bool()
5691     def flush(self):
5692         '''bool QFile.flush()'''
5693         return bool()
5694     def atEnd(self):
5695         '''bool QFile.atEnd()'''
5696         return bool()
5697     def seek(self, offset):
5698         '''bool QFile.seek(int offset)'''
5699         return bool()
5700     def pos(self):
5701         '''int QFile.pos()'''
5702         return int()
5703     def size(self):
5704         '''int QFile.size()'''
5705         return int()
5706     def close(self):
5707         '''void QFile.close()'''
5708     def open(self, flags):
5709         '''bool QFile.open(QIODevice.OpenMode flags)'''
5710         return bool()
5711     def open(self, fd, flags):
5712         '''bool QFile.open(int fd, QIODevice.OpenMode flags)'''
5713         return bool()
5714     def open(self, fd, flags, handleFlags):
5715         '''bool QFile.open(int fd, QIODevice.OpenMode flags, QFile.FileHandleFlags handleFlags)'''
5716         return bool()
5717     def isSequential(self):
5718         '''bool QFile.isSequential()'''
5719         return bool()
5720     def copy(self, newName):
5721         '''bool QFile.copy(QString newName)'''
5722         return bool()
5723     def copy(self, fileName, newName):
5724         '''static bool QFile.copy(QString fileName, QString newName)'''
5725         return bool()
5726     def link(self, newName):
5727         '''bool QFile.link(QString newName)'''
5728         return bool()
5729     def link(self, oldname, newName):
5730         '''static bool QFile.link(QString oldname, QString newName)'''
5731         return bool()
5732     def rename(self, newName):
5733         '''bool QFile.rename(QString newName)'''
5734         return bool()
5735     def rename(self, oldName, newName):
5736         '''static bool QFile.rename(QString oldName, QString newName)'''
5737         return bool()
5738     def remove(self):
5739         '''bool QFile.remove()'''
5740         return bool()
5741     def remove(self, fileName):
5742         '''static bool QFile.remove(QString fileName)'''
5743         return bool()
5744     def readLink(self):
5745         '''QString QFile.readLink()'''
5746         return QString()
5747     def readLink(self, fileName):
5748         '''static QString QFile.readLink(QString fileName)'''
5749         return QString()
5750     def exists(self):
5751         '''bool QFile.exists()'''
5752         return bool()
5753     def exists(self, fileName):
5754         '''static bool QFile.exists(QString fileName)'''
5755         return bool()
5756     def decodeName(self, localFileName):
5757         '''static QString QFile.decodeName(QByteArray localFileName)'''
5758         return QString()
5759     def decodeName(self, localFileName):
5760         '''static QString QFile.decodeName(str localFileName)'''
5761         return QString()
5762     def encodeName(self, fileName):
5763         '''static QByteArray QFile.encodeName(QString fileName)'''
5764         return QByteArray()
5765     def setFileName(self, name):
5766         '''void QFile.setFileName(QString name)'''
5767     def fileName(self):
5768         '''QString QFile.fileName()'''
5769         return QString()
5770     def unsetError(self):
5771         '''void QFile.unsetError()'''
5772     def error(self):
5773         '''QFile.FileError QFile.error()'''
5774         return QFile.FileError()
5775     class FileHandleFlags():
5776         """"""
5777         def __init__(self):
5778             '''QFile.FileHandleFlags QFile.FileHandleFlags.__init__()'''
5779             return QFile.FileHandleFlags()
5780         def __init__(self):
5781             '''int QFile.FileHandleFlags.__init__()'''
5782             return int()
5783         def __init__(self):
5784             '''void QFile.FileHandleFlags.__init__()'''
5785         def __bool__(self):
5786             '''int QFile.FileHandleFlags.__bool__()'''
5787             return int()
5788         def __ne__(self, f):
5789             '''bool QFile.FileHandleFlags.__ne__(QFile.FileHandleFlags f)'''
5790             return bool()
5791         def __eq__(self, f):
5792             '''bool QFile.FileHandleFlags.__eq__(QFile.FileHandleFlags f)'''
5793             return bool()
5794         def __invert__(self):
5795             '''QFile.FileHandleFlags QFile.FileHandleFlags.__invert__()'''
5796             return QFile.FileHandleFlags()
5797         def __and__(self, mask):
5798             '''QFile.FileHandleFlags QFile.FileHandleFlags.__and__(int mask)'''
5799             return QFile.FileHandleFlags()
5800         def __xor__(self, f):
5801             '''QFile.FileHandleFlags QFile.FileHandleFlags.__xor__(QFile.FileHandleFlags f)'''
5802             return QFile.FileHandleFlags()
5803         def __xor__(self, f):
5804             '''QFile.FileHandleFlags QFile.FileHandleFlags.__xor__(int f)'''
5805             return QFile.FileHandleFlags()
5806         def __or__(self, f):
5807             '''QFile.FileHandleFlags QFile.FileHandleFlags.__or__(QFile.FileHandleFlags f)'''
5808             return QFile.FileHandleFlags()
5809         def __or__(self, f):
5810             '''QFile.FileHandleFlags QFile.FileHandleFlags.__or__(int f)'''
5811             return QFile.FileHandleFlags()
5812         def __int__(self):
5813             '''int QFile.FileHandleFlags.__int__()'''
5814             return int()
5815         def __ixor__(self, f):
5816             '''QFile.FileHandleFlags QFile.FileHandleFlags.__ixor__(QFile.FileHandleFlags f)'''
5817             return QFile.FileHandleFlags()
5818         def __ior__(self, f):
5819             '''QFile.FileHandleFlags QFile.FileHandleFlags.__ior__(QFile.FileHandleFlags f)'''
5820             return QFile.FileHandleFlags()
5821         def __iand__(self, mask):
5822             '''QFile.FileHandleFlags QFile.FileHandleFlags.__iand__(int mask)'''
5823             return QFile.FileHandleFlags()
5824     class Permissions():
5825         """"""
5826         def __init__(self):
5827             '''QFile.Permissions QFile.Permissions.__init__()'''
5828             return QFile.Permissions()
5829         def __init__(self):
5830             '''int QFile.Permissions.__init__()'''
5831             return int()
5832         def __init__(self):
5833             '''void QFile.Permissions.__init__()'''
5834         def __bool__(self):
5835             '''int QFile.Permissions.__bool__()'''
5836             return int()
5837         def __ne__(self, f):
5838             '''bool QFile.Permissions.__ne__(QFile.Permissions f)'''
5839             return bool()
5840         def __eq__(self, f):
5841             '''bool QFile.Permissions.__eq__(QFile.Permissions f)'''
5842             return bool()
5843         def __invert__(self):
5844             '''QFile.Permissions QFile.Permissions.__invert__()'''
5845             return QFile.Permissions()
5846         def __and__(self, mask):
5847             '''QFile.Permissions QFile.Permissions.__and__(int mask)'''
5848             return QFile.Permissions()
5849         def __xor__(self, f):
5850             '''QFile.Permissions QFile.Permissions.__xor__(QFile.Permissions f)'''
5851             return QFile.Permissions()
5852         def __xor__(self, f):
5853             '''QFile.Permissions QFile.Permissions.__xor__(int f)'''
5854             return QFile.Permissions()
5855         def __or__(self, f):
5856             '''QFile.Permissions QFile.Permissions.__or__(QFile.Permissions f)'''
5857             return QFile.Permissions()
5858         def __or__(self, f):
5859             '''QFile.Permissions QFile.Permissions.__or__(int f)'''
5860             return QFile.Permissions()
5861         def __int__(self):
5862             '''int QFile.Permissions.__int__()'''
5863             return int()
5864         def __ixor__(self, f):
5865             '''QFile.Permissions QFile.Permissions.__ixor__(QFile.Permissions f)'''
5866             return QFile.Permissions()
5867         def __ior__(self, f):
5868             '''QFile.Permissions QFile.Permissions.__ior__(QFile.Permissions f)'''
5869             return QFile.Permissions()
5870         def __iand__(self, mask):
5871             '''QFile.Permissions QFile.Permissions.__iand__(int mask)'''
5872             return QFile.Permissions()
5873 
5874 
5875 class QFileInfo():
5876     """"""
5877     def __init__(self):
5878         '''void QFileInfo.__init__()'''
5879     def __init__(self, file):
5880         '''void QFileInfo.__init__(QString file)'''
5881     def __init__(self, file):
5882         '''void QFileInfo.__init__(QFile file)'''
5883     def __init__(self, dir, file):
5884         '''void QFileInfo.__init__(QDir dir, QString file)'''
5885     def __init__(self, fileinfo):
5886         '''void QFileInfo.__init__(QFileInfo fileinfo)'''
5887     def isBundle(self):
5888         '''bool QFileInfo.isBundle()'''
5889         return bool()
5890     def bundleName(self):
5891         '''QString QFileInfo.bundleName()'''
5892         return QString()
5893     def symLinkTarget(self):
5894         '''QString QFileInfo.symLinkTarget()'''
5895         return QString()
5896     def setCaching(self, on):
5897         '''void QFileInfo.setCaching(bool on)'''
5898     def caching(self):
5899         '''bool QFileInfo.caching()'''
5900         return bool()
5901     def lastRead(self):
5902         '''QDateTime QFileInfo.lastRead()'''
5903         return QDateTime()
5904     def lastModified(self):
5905         '''QDateTime QFileInfo.lastModified()'''
5906         return QDateTime()
5907     def created(self):
5908         '''QDateTime QFileInfo.created()'''
5909         return QDateTime()
5910     def size(self):
5911         '''int QFileInfo.size()'''
5912         return int()
5913     def permissions(self):
5914         '''QFile.Permissions QFileInfo.permissions()'''
5915         return QFile.Permissions()
5916     def permission(self, permissions):
5917         '''bool QFileInfo.permission(QFile.Permissions permissions)'''
5918         return bool()
5919     def groupId(self):
5920         '''int QFileInfo.groupId()'''
5921         return int()
5922     def group(self):
5923         '''QString QFileInfo.group()'''
5924         return QString()
5925     def ownerId(self):
5926         '''int QFileInfo.ownerId()'''
5927         return int()
5928     def owner(self):
5929         '''QString QFileInfo.owner()'''
5930         return QString()
5931     def readLink(self):
5932         '''QString QFileInfo.readLink()'''
5933         return QString()
5934     def isRoot(self):
5935         '''bool QFileInfo.isRoot()'''
5936         return bool()
5937     def isSymLink(self):
5938         '''bool QFileInfo.isSymLink()'''
5939         return bool()
5940     def isDir(self):
5941         '''bool QFileInfo.isDir()'''
5942         return bool()
5943     def isFile(self):
5944         '''bool QFileInfo.isFile()'''
5945         return bool()
5946     def makeAbsolute(self):
5947         '''bool QFileInfo.makeAbsolute()'''
5948         return bool()
5949     def isAbsolute(self):
5950         '''bool QFileInfo.isAbsolute()'''
5951         return bool()
5952     def isRelative(self):
5953         '''bool QFileInfo.isRelative()'''
5954         return bool()
5955     def isHidden(self):
5956         '''bool QFileInfo.isHidden()'''
5957         return bool()
5958     def isExecutable(self):
5959         '''bool QFileInfo.isExecutable()'''
5960         return bool()
5961     def isWritable(self):
5962         '''bool QFileInfo.isWritable()'''
5963         return bool()
5964     def isReadable(self):
5965         '''bool QFileInfo.isReadable()'''
5966         return bool()
5967     def absoluteDir(self):
5968         '''QDir QFileInfo.absoluteDir()'''
5969         return QDir()
5970     def dir(self):
5971         '''QDir QFileInfo.dir()'''
5972         return QDir()
5973     def canonicalPath(self):
5974         '''QString QFileInfo.canonicalPath()'''
5975         return QString()
5976     def absolutePath(self):
5977         '''QString QFileInfo.absolutePath()'''
5978         return QString()
5979     def path(self):
5980         '''QString QFileInfo.path()'''
5981         return QString()
5982     def completeSuffix(self):
5983         '''QString QFileInfo.completeSuffix()'''
5984         return QString()
5985     def suffix(self):
5986         '''QString QFileInfo.suffix()'''
5987         return QString()
5988     def completeBaseName(self):
5989         '''QString QFileInfo.completeBaseName()'''
5990         return QString()
5991     def baseName(self):
5992         '''QString QFileInfo.baseName()'''
5993         return QString()
5994     def fileName(self):
5995         '''QString QFileInfo.fileName()'''
5996         return QString()
5997     def canonicalFilePath(self):
5998         '''QString QFileInfo.canonicalFilePath()'''
5999         return QString()
6000     def absoluteFilePath(self):
6001         '''QString QFileInfo.absoluteFilePath()'''
6002         return QString()
6003     def filePath(self):
6004         '''QString QFileInfo.filePath()'''
6005         return QString()
6006     def refresh(self):
6007         '''void QFileInfo.refresh()'''
6008     def exists(self):
6009         '''bool QFileInfo.exists()'''
6010         return bool()
6011     def setFile(self, file):
6012         '''void QFileInfo.setFile(QString file)'''
6013     def setFile(self, file):
6014         '''void QFileInfo.setFile(QFile file)'''
6015     def setFile(self, dir, file):
6016         '''void QFileInfo.setFile(QDir dir, QString file)'''
6017     def __ne__(self, fileinfo):
6018         '''bool QFileInfo.__ne__(QFileInfo fileinfo)'''
6019         return bool()
6020     def __eq__(self, fileinfo):
6021         '''bool QFileInfo.__eq__(QFileInfo fileinfo)'''
6022         return bool()
6023 
6024 
6025 class QFileSystemWatcher(QObject):
6026     """"""
6027     def __init__(self, parent = None):
6028         '''void QFileSystemWatcher.__init__(QObject parent = None)'''
6029     def __init__(self, paths, parent = None):
6030         '''void QFileSystemWatcher.__init__(QStringList paths, QObject parent = None)'''
6031     fileChanged = pyqtSignal() # void fileChanged(const QStringamp;) - signal
6032     directoryChanged = pyqtSignal() # void directoryChanged(const QStringamp;) - signal
6033     def removePaths(self, files):
6034         '''void QFileSystemWatcher.removePaths(QStringList files)'''
6035     def removePath(self, file):
6036         '''void QFileSystemWatcher.removePath(QString file)'''
6037     def files(self):
6038         '''QStringList QFileSystemWatcher.files()'''
6039         return QStringList()
6040     def directories(self):
6041         '''QStringList QFileSystemWatcher.directories()'''
6042         return QStringList()
6043     def addPaths(self, files):
6044         '''void QFileSystemWatcher.addPaths(QStringList files)'''
6045     def addPath(self, file):
6046         '''void QFileSystemWatcher.addPath(QString file)'''
6047 
6048 
6049 class QFinalState(QAbstractState):
6050     """"""
6051     def __init__(self, parent = None):
6052         '''void QFinalState.__init__(QState parent = None)'''
6053     def event(self, e):
6054         '''bool QFinalState.event(QEvent e)'''
6055         return bool()
6056     def onExit(self, event):
6057         '''void QFinalState.onExit(QEvent event)'''
6058     def onEntry(self, event):
6059         '''void QFinalState.onEntry(QEvent event)'''
6060 
6061 
6062 class QFSFileEngine(QAbstractFileEngine):
6063     """"""
6064     def __init__(self):
6065         '''void QFSFileEngine.__init__()'''
6066     def __init__(self, file):
6067         '''void QFSFileEngine.__init__(QString file)'''
6068     def drives(self):
6069         '''static list-of-QFileInfo QFSFileEngine.drives()'''
6070         return [QFileInfo()]
6071     def tempPath(self):
6072         '''static QString QFSFileEngine.tempPath()'''
6073         return QString()
6074     def rootPath(self):
6075         '''static QString QFSFileEngine.rootPath()'''
6076         return QString()
6077     def homePath(self):
6078         '''static QString QFSFileEngine.homePath()'''
6079         return QString()
6080     def currentPath(self, fileName = QString()):
6081         '''static QString QFSFileEngine.currentPath(QString fileName = QString())'''
6082         return QString()
6083     def setCurrentPath(self, path):
6084         '''static bool QFSFileEngine.setCurrentPath(QString path)'''
6085         return bool()
6086     def write(self, data):
6087         '''int QFSFileEngine.write(str data)'''
6088         return int()
6089     def readLine(self, maxlen):
6090         '''str QFSFileEngine.readLine(int maxlen)'''
6091         return str()
6092     def read(self, maxlen):
6093         '''str QFSFileEngine.read(int maxlen)'''
6094         return str()
6095     def handle(self):
6096         '''int QFSFileEngine.handle()'''
6097         return int()
6098     def setFileName(self, file):
6099         '''void QFSFileEngine.setFileName(QString file)'''
6100     def fileTime(self, time):
6101         '''QDateTime QFSFileEngine.fileTime(QAbstractFileEngine.FileTime time)'''
6102         return QDateTime()
6103     def owner(self):
6104         '''QAbstractFileEngine.FileOwner QFSFileEngine.owner()'''
6105         return QAbstractFileEngine.FileOwner()
6106     def ownerId(self):
6107         '''QAbstractFileEngine.FileOwner QFSFileEngine.ownerId()'''
6108         return QAbstractFileEngine.FileOwner()
6109     def fileName(self, file):
6110         '''QString QFSFileEngine.fileName(QAbstractFileEngine.FileName file)'''
6111         return QString()
6112     def setPermissions(self, perms):
6113         '''bool QFSFileEngine.setPermissions(int perms)'''
6114         return bool()
6115     def fileFlags(self, type):
6116         '''QAbstractFileEngine.FileFlags QFSFileEngine.fileFlags(QAbstractFileEngine.FileFlags type)'''
6117         return QAbstractFileEngine.FileFlags()
6118     def entryList(self, filters, filterNames):
6119         '''QStringList QFSFileEngine.entryList(QDir.Filters filters, QStringList filterNames)'''
6120         return QStringList()
6121     def isRelativePath(self):
6122         '''bool QFSFileEngine.isRelativePath()'''
6123         return bool()
6124     def caseSensitive(self):
6125         '''bool QFSFileEngine.caseSensitive()'''
6126         return bool()
6127     def setSize(self, size):
6128         '''bool QFSFileEngine.setSize(int size)'''
6129         return bool()
6130     def rmdir(self, dirName, recurseParentDirectories):
6131         '''bool QFSFileEngine.rmdir(QString dirName, bool recurseParentDirectories)'''
6132         return bool()
6133     def mkdir(self, dirName, createParentDirectories):
6134         '''bool QFSFileEngine.mkdir(QString dirName, bool createParentDirectories)'''
6135         return bool()
6136     def link(self, newName):
6137         '''bool QFSFileEngine.link(QString newName)'''
6138         return bool()
6139     def rename(self, newName):
6140         '''bool QFSFileEngine.rename(QString newName)'''
6141         return bool()
6142     def copy(self, newName):
6143         '''bool QFSFileEngine.copy(QString newName)'''
6144         return bool()
6145     def remove(self):
6146         '''bool QFSFileEngine.remove()'''
6147         return bool()
6148     def isSequential(self):
6149         '''bool QFSFileEngine.isSequential()'''
6150         return bool()
6151     def seek(self):
6152         '''int QFSFileEngine.seek()'''
6153         return int()
6154     def pos(self):
6155         '''int QFSFileEngine.pos()'''
6156         return int()
6157     def size(self):
6158         '''int QFSFileEngine.size()'''
6159         return int()
6160     def flush(self):
6161         '''bool QFSFileEngine.flush()'''
6162         return bool()
6163     def close(self):
6164         '''bool QFSFileEngine.close()'''
6165         return bool()
6166     def open(self, openMode):
6167         '''bool QFSFileEngine.open(QIODevice.OpenMode openMode)'''
6168         return bool()
6169     def open(self, openMode, fd, handleFlags):
6170         '''bool QFSFileEngine.open(QIODevice.OpenMode openMode, int fd, QFile.FileHandleFlags handleFlags)'''
6171         return bool()
6172     def open(self, flags, fd):
6173         '''bool QFSFileEngine.open(QIODevice.OpenMode flags, int fd)'''
6174         return bool()
6175 
6176 
6177 class QHistoryState(QAbstractState):
6178     """"""
6179     # Enum QHistoryState.HistoryType
6180     ShallowHistory = 0
6181     DeepHistory = 0
6182 
6183     def __init__(self, parent = None):
6184         '''void QHistoryState.__init__(QState parent = None)'''
6185     def __init__(self, type, parent = None):
6186         '''void QHistoryState.__init__(QHistoryState.HistoryType type, QState parent = None)'''
6187     def event(self, e):
6188         '''bool QHistoryState.event(QEvent e)'''
6189         return bool()
6190     def onExit(self, event):
6191         '''void QHistoryState.onExit(QEvent event)'''
6192     def onEntry(self, event):
6193         '''void QHistoryState.onEntry(QEvent event)'''
6194     def setHistoryType(self, type):
6195         '''void QHistoryState.setHistoryType(QHistoryState.HistoryType type)'''
6196     def historyType(self):
6197         '''QHistoryState.HistoryType QHistoryState.historyType()'''
6198         return QHistoryState.HistoryType()
6199     def setDefaultState(self, state):
6200         '''void QHistoryState.setDefaultState(QAbstractState state)'''
6201     def defaultState(self):
6202         '''QAbstractState QHistoryState.defaultState()'''
6203         return QAbstractState()
6204 
6205 
6206 class QLibrary(QObject):
6207     """"""
6208     # Enum QLibrary.LoadHint
6209     ResolveAllSymbolsHint = 0
6210     ExportExternalSymbolsHint = 0
6211     LoadArchiveMemberHint = 0
6212 
6213     def __init__(self, parent = None):
6214         '''void QLibrary.__init__(QObject parent = None)'''
6215     def __init__(self, fileName, parent = None):
6216         '''void QLibrary.__init__(QString fileName, QObject parent = None)'''
6217     def __init__(self, fileName, verNum, parent = None):
6218         '''void QLibrary.__init__(QString fileName, int verNum, QObject parent = None)'''
6219     def __init__(self, fileName, version, parent = None):
6220         '''void QLibrary.__init__(QString fileName, QString version, QObject parent = None)'''
6221     def setLoadHints(self, hints):
6222         '''void QLibrary.setLoadHints(QLibrary.LoadHints hints)'''
6223     def setFileNameAndVersion(self, fileName, verNum):
6224         '''void QLibrary.setFileNameAndVersion(QString fileName, int verNum)'''
6225     def setFileNameAndVersion(self, fileName, version):
6226         '''void QLibrary.setFileNameAndVersion(QString fileName, QString version)'''
6227     def setFileName(self, fileName):
6228         '''void QLibrary.setFileName(QString fileName)'''
6229     def isLibrary(self, fileName):
6230         '''static bool QLibrary.isLibrary(QString fileName)'''
6231         return bool()
6232     def unload(self):
6233         '''bool QLibrary.unload()'''
6234         return bool()
6235     def resolve(self, symbol):
6236         '''sip.voidptr QLibrary.resolve(str symbol)'''
6237         return sip.voidptr()
6238     def resolve(self, fileName, symbol):
6239         '''static sip.voidptr QLibrary.resolve(QString fileName, str symbol)'''
6240         return sip.voidptr()
6241     def resolve(self, fileName, verNum, symbol):
6242         '''static sip.voidptr QLibrary.resolve(QString fileName, int verNum, str symbol)'''
6243         return sip.voidptr()
6244     def resolve(self, fileName, version, symbol):
6245         '''static sip.voidptr QLibrary.resolve(QString fileName, QString version, str symbol)'''
6246         return sip.voidptr()
6247     def loadHints(self):
6248         '''QLibrary.LoadHints QLibrary.loadHints()'''
6249         return QLibrary.LoadHints()
6250     def load(self):
6251         '''bool QLibrary.load()'''
6252         return bool()
6253     def isLoaded(self):
6254         '''bool QLibrary.isLoaded()'''
6255         return bool()
6256     def fileName(self):
6257         '''QString QLibrary.fileName()'''
6258         return QString()
6259     def errorString(self):
6260         '''QString QLibrary.errorString()'''
6261         return QString()
6262     class LoadHints():
6263         """"""
6264         def __init__(self):
6265             '''QLibrary.LoadHints QLibrary.LoadHints.__init__()'''
6266             return QLibrary.LoadHints()
6267         def __init__(self):
6268             '''int QLibrary.LoadHints.__init__()'''
6269             return int()
6270         def __init__(self):
6271             '''void QLibrary.LoadHints.__init__()'''
6272         def __bool__(self):
6273             '''int QLibrary.LoadHints.__bool__()'''
6274             return int()
6275         def __ne__(self, f):
6276             '''bool QLibrary.LoadHints.__ne__(QLibrary.LoadHints f)'''
6277             return bool()
6278         def __eq__(self, f):
6279             '''bool QLibrary.LoadHints.__eq__(QLibrary.LoadHints f)'''
6280             return bool()
6281         def __invert__(self):
6282             '''QLibrary.LoadHints QLibrary.LoadHints.__invert__()'''
6283             return QLibrary.LoadHints()
6284         def __and__(self, mask):
6285             '''QLibrary.LoadHints QLibrary.LoadHints.__and__(int mask)'''
6286             return QLibrary.LoadHints()
6287         def __xor__(self, f):
6288             '''QLibrary.LoadHints QLibrary.LoadHints.__xor__(QLibrary.LoadHints f)'''
6289             return QLibrary.LoadHints()
6290         def __xor__(self, f):
6291             '''QLibrary.LoadHints QLibrary.LoadHints.__xor__(int f)'''
6292             return QLibrary.LoadHints()
6293         def __or__(self, f):
6294             '''QLibrary.LoadHints QLibrary.LoadHints.__or__(QLibrary.LoadHints f)'''
6295             return QLibrary.LoadHints()
6296         def __or__(self, f):
6297             '''QLibrary.LoadHints QLibrary.LoadHints.__or__(int f)'''
6298             return QLibrary.LoadHints()
6299         def __int__(self):
6300             '''int QLibrary.LoadHints.__int__()'''
6301             return int()
6302         def __ixor__(self, f):
6303             '''QLibrary.LoadHints QLibrary.LoadHints.__ixor__(QLibrary.LoadHints f)'''
6304             return QLibrary.LoadHints()
6305         def __ior__(self, f):
6306             '''QLibrary.LoadHints QLibrary.LoadHints.__ior__(QLibrary.LoadHints f)'''
6307             return QLibrary.LoadHints()
6308         def __iand__(self, mask):
6309             '''QLibrary.LoadHints QLibrary.LoadHints.__iand__(int mask)'''
6310             return QLibrary.LoadHints()
6311 
6312 
6313 class QLibraryInfo():
6314     """"""
6315     # Enum QLibraryInfo.LibraryLocation
6316     PrefixPath = 0
6317     DocumentationPath = 0
6318     HeadersPath = 0
6319     LibrariesPath = 0
6320     BinariesPath = 0
6321     PluginsPath = 0
6322     DataPath = 0
6323     TranslationsPath = 0
6324     SettingsPath = 0
6325     DemosPath = 0
6326     ExamplesPath = 0
6327     ImportsPath = 0
6328 
6329     def __init__(self):
6330         '''QLibraryInfo QLibraryInfo.__init__()'''
6331         return QLibraryInfo()
6332     def buildDate(self):
6333         '''static QDate QLibraryInfo.buildDate()'''
6334         return QDate()
6335     def location(self):
6336         '''static QLibraryInfo.LibraryLocation QLibraryInfo.location()'''
6337         return QLibraryInfo.LibraryLocation()
6338     def buildKey(self):
6339         '''static QString QLibraryInfo.buildKey()'''
6340         return QString()
6341     def licensedProducts(self):
6342         '''static QString QLibraryInfo.licensedProducts()'''
6343         return QString()
6344     def licensee(self):
6345         '''static QString QLibraryInfo.licensee()'''
6346         return QString()
6347 
6348 
6349 class QLine():
6350     """"""
6351     def __init__(self):
6352         '''void QLine.__init__()'''
6353     def __init__(self, pt1_, pt2_):
6354         '''void QLine.__init__(QPoint pt1_, QPoint pt2_)'''
6355     def __init__(self, x1pos, y1pos, x2pos, y2pos):
6356         '''void QLine.__init__(int x1pos, int y1pos, int x2pos, int y2pos)'''
6357     def __init__(self):
6358         '''QLine QLine.__init__()'''
6359         return QLine()
6360     def setLine(self, aX1, aY1, aX2, aY2):
6361         '''void QLine.setLine(int aX1, int aY1, int aX2, int aY2)'''
6362     def setPoints(self, aP1, aP2):
6363         '''void QLine.setPoints(QPoint aP1, QPoint aP2)'''
6364     def setP2(self, aP2):
6365         '''void QLine.setP2(QPoint aP2)'''
6366     def setP1(self, aP1):
6367         '''void QLine.setP1(QPoint aP1)'''
6368     def translated(self, p):
6369         '''QLine QLine.translated(QPoint p)'''
6370         return QLine()
6371     def translated(self, adx, ady):
6372         '''QLine QLine.translated(int adx, int ady)'''
6373         return QLine()
6374     def __eq__(self, d):
6375         '''bool QLine.__eq__(QLine d)'''
6376         return bool()
6377     def translate(self, point):
6378         '''void QLine.translate(QPoint point)'''
6379     def translate(self, adx, ady):
6380         '''void QLine.translate(int adx, int ady)'''
6381     def dy(self):
6382         '''int QLine.dy()'''
6383         return int()
6384     def dx(self):
6385         '''int QLine.dx()'''
6386         return int()
6387     def p2(self):
6388         '''QPoint QLine.p2()'''
6389         return QPoint()
6390     def p1(self):
6391         '''QPoint QLine.p1()'''
6392         return QPoint()
6393     def y2(self):
6394         '''int QLine.y2()'''
6395         return int()
6396     def x2(self):
6397         '''int QLine.x2()'''
6398         return int()
6399     def y1(self):
6400         '''int QLine.y1()'''
6401         return int()
6402     def x1(self):
6403         '''int QLine.x1()'''
6404         return int()
6405     def __bool__(self):
6406         '''int QLine.__bool__()'''
6407         return int()
6408     def isNull(self):
6409         '''bool QLine.isNull()'''
6410         return bool()
6411     def __repr__(self):
6412         '''str QLine.__repr__()'''
6413         return str()
6414     def __ne__(self, d):
6415         '''bool QLine.__ne__(QLine d)'''
6416         return bool()
6417 
6418 
6419 class QLineF():
6420     """"""
6421     # Enum QLineF.IntersectType
6422     NoIntersection = 0
6423     BoundedIntersection = 0
6424     UnboundedIntersection = 0
6425 
6426     def __init__(self, line):
6427         '''void QLineF.__init__(QLine line)'''
6428     def __init__(self):
6429         '''void QLineF.__init__()'''
6430     def __init__(self, apt1, apt2):
6431         '''void QLineF.__init__(QPointF apt1, QPointF apt2)'''
6432     def __init__(self, x1pos, y1pos, x2pos, y2pos):
6433         '''void QLineF.__init__(float x1pos, float y1pos, float x2pos, float y2pos)'''
6434     def __init__(self):
6435         '''QLineF QLineF.__init__()'''
6436         return QLineF()
6437     def setLine(self, aX1, aY1, aX2, aY2):
6438         '''void QLineF.setLine(float aX1, float aY1, float aX2, float aY2)'''
6439     def setPoints(self, aP1, aP2):
6440         '''void QLineF.setPoints(QPointF aP1, QPointF aP2)'''
6441     def setP2(self, aP2):
6442         '''void QLineF.setP2(QPointF aP2)'''
6443     def setP1(self, aP1):
6444         '''void QLineF.setP1(QPointF aP1)'''
6445     def translated(self, p):
6446         '''QLineF QLineF.translated(QPointF p)'''
6447         return QLineF()
6448     def translated(self, adx, ady):
6449         '''QLineF QLineF.translated(float adx, float ady)'''
6450         return QLineF()
6451     def angleTo(self, l):
6452         '''float QLineF.angleTo(QLineF l)'''
6453         return float()
6454     def setAngle(self, angle):
6455         '''void QLineF.setAngle(float angle)'''
6456     def fromPolar(self, length, angle):
6457         '''static QLineF QLineF.fromPolar(float length, float angle)'''
6458         return QLineF()
6459     def __eq__(self, d):
6460         '''bool QLineF.__eq__(QLineF d)'''
6461         return bool()
6462     def toLine(self):
6463         '''QLine QLineF.toLine()'''
6464         return QLine()
6465     def pointAt(self, t):
6466         '''QPointF QLineF.pointAt(float t)'''
6467         return QPointF()
6468     def setLength(self, len):
6469         '''void QLineF.setLength(float len)'''
6470     def translate(self, point):
6471         '''void QLineF.translate(QPointF point)'''
6472     def translate(self, adx, ady):
6473         '''void QLineF.translate(float adx, float ady)'''
6474     def normalVector(self):
6475         '''QLineF QLineF.normalVector()'''
6476         return QLineF()
6477     def dy(self):
6478         '''float QLineF.dy()'''
6479         return float()
6480     def dx(self):
6481         '''float QLineF.dx()'''
6482         return float()
6483     def p2(self):
6484         '''QPointF QLineF.p2()'''
6485         return QPointF()
6486     def p1(self):
6487         '''QPointF QLineF.p1()'''
6488         return QPointF()
6489     def y2(self):
6490         '''float QLineF.y2()'''
6491         return float()
6492     def x2(self):
6493         '''float QLineF.x2()'''
6494         return float()
6495     def y1(self):
6496         '''float QLineF.y1()'''
6497         return float()
6498     def x1(self):
6499         '''float QLineF.x1()'''
6500         return float()
6501     def __repr__(self):
6502         '''str QLineF.__repr__()'''
6503         return str()
6504     def __ne__(self, d):
6505         '''bool QLineF.__ne__(QLineF d)'''
6506         return bool()
6507     def angle(self, l):
6508         '''float QLineF.angle(QLineF l)'''
6509         return float()
6510     def angle(self):
6511         '''float QLineF.angle()'''
6512         return float()
6513     def intersect(self, l, intersectionPoint):
6514         '''QLineF.IntersectType QLineF.intersect(QLineF l, QPointF intersectionPoint)'''
6515         return QLineF.IntersectType()
6516     def unitVector(self):
6517         '''QLineF QLineF.unitVector()'''
6518         return QLineF()
6519     def length(self):
6520         '''float QLineF.length()'''
6521         return float()
6522     def __bool__(self):
6523         '''int QLineF.__bool__()'''
6524         return int()
6525     def isNull(self):
6526         '''bool QLineF.isNull()'''
6527         return bool()
6528 
6529 
6530 class QLocale():
6531     """"""
6532     # Enum QLocale.QuotationStyle
6533     StandardQuotation = 0
6534     AlternateQuotation = 0
6535 
6536     # Enum QLocale.CurrencySymbolFormat
6537     CurrencyIsoCode = 0
6538     CurrencySymbol = 0
6539     CurrencyDisplayName = 0
6540 
6541     # Enum QLocale.Script
6542     AnyScript = 0
6543     ArabicScript = 0
6544     CyrillicScript = 0
6545     DeseretScript = 0
6546     GurmukhiScript = 0
6547     SimplifiedHanScript = 0
6548     TraditionalHanScript = 0
6549     LatinScript = 0
6550     MongolianScript = 0
6551     TifinaghScript = 0
6552     SimplifiedChineseScript = 0
6553     TraditionalChineseScript = 0
6554 
6555     # Enum QLocale.MeasurementSystem
6556     MetricSystem = 0
6557     ImperialSystem = 0
6558 
6559     # Enum QLocale.FormatType
6560     LongFormat = 0
6561     ShortFormat = 0
6562     NarrowFormat = 0
6563 
6564     # Enum QLocale.NumberOption
6565     OmitGroupSeparator = 0
6566     RejectGroupSeparator = 0
6567 
6568     # Enum QLocale.Country
6569     AnyCountry = 0
6570     Afghanistan = 0
6571     Albania = 0
6572     Algeria = 0
6573     AmericanSamoa = 0
6574     Andorra = 0
6575     Angola = 0
6576     Anguilla = 0
6577     Antarctica = 0
6578     AntiguaAndBarbuda = 0
6579     Argentina = 0
6580     Armenia = 0
6581     Aruba = 0
6582     Australia = 0
6583     Austria = 0
6584     Azerbaijan = 0
6585     Bahamas = 0
6586     Bahrain = 0
6587     Bangladesh = 0
6588     Barbados = 0
6589     Belarus = 0
6590     Belgium = 0
6591     Belize = 0
6592     Benin = 0
6593     Bermuda = 0
6594     Bhutan = 0
6595     Bolivia = 0
6596     BosniaAndHerzegowina = 0
6597     Botswana = 0
6598     BouvetIsland = 0
6599     Brazil = 0
6600     BritishIndianOceanTerritory = 0
6601     BruneiDarussalam = 0
6602     Bulgaria = 0
6603     BurkinaFaso = 0
6604     Burundi = 0
6605     Cambodia = 0
6606     Cameroon = 0
6607     Canada = 0
6608     CapeVerde = 0
6609     CaymanIslands = 0
6610     CentralAfricanRepublic = 0
6611     Chad = 0
6612     Chile = 0
6613     China = 0
6614     ChristmasIsland = 0
6615     CocosIslands = 0
6616     Colombia = 0
6617     Comoros = 0
6618     DemocraticRepublicOfCongo = 0
6619     PeoplesRepublicOfCongo = 0
6620     CookIslands = 0
6621     CostaRica = 0
6622     IvoryCoast = 0
6623     Croatia = 0
6624     Cuba = 0
6625     Cyprus = 0
6626     CzechRepublic = 0
6627     Denmark = 0
6628     Djibouti = 0
6629     Dominica = 0
6630     DominicanRepublic = 0
6631     EastTimor = 0
6632     Ecuador = 0
6633     Egypt = 0
6634     ElSalvador = 0
6635     EquatorialGuinea = 0
6636     Eritrea = 0
6637     Estonia = 0
6638     Ethiopia = 0
6639     FalklandIslands = 0
6640     FaroeIslands = 0
6641     FijiCountry = 0
6642     Finland = 0
6643     France = 0
6644     MetropolitanFrance = 0
6645     FrenchGuiana = 0
6646     FrenchPolynesia = 0
6647     FrenchSouthernTerritories = 0
6648     Gabon = 0
6649     Gambia = 0
6650     Georgia = 0
6651     Germany = 0
6652     Ghana = 0
6653     Gibraltar = 0
6654     Greece = 0
6655     Greenland = 0
6656     Grenada = 0
6657     Guadeloupe = 0
6658     Guam = 0
6659     Guatemala = 0
6660     Guinea = 0
6661     GuineaBissau = 0
6662     Guyana = 0
6663     Haiti = 0
6664     HeardAndMcDonaldIslands = 0
6665     Honduras = 0
6666     HongKong = 0
6667     Hungary = 0
6668     Iceland = 0
6669     India = 0
6670     Indonesia = 0
6671     Iran = 0
6672     Iraq = 0
6673     Ireland = 0
6674     Israel = 0
6675     Italy = 0
6676     Jamaica = 0
6677     Japan = 0
6678     Jordan = 0
6679     Kazakhstan = 0
6680     Kenya = 0
6681     Kiribati = 0
6682     DemocraticRepublicOfKorea = 0
6683     RepublicOfKorea = 0
6684     Kuwait = 0
6685     Kyrgyzstan = 0
6686     Lao = 0
6687     Latvia = 0
6688     Lebanon = 0
6689     Lesotho = 0
6690     Liberia = 0
6691     LibyanArabJamahiriya = 0
6692     Liechtenstein = 0
6693     Lithuania = 0
6694     Luxembourg = 0
6695     Macau = 0
6696     Macedonia = 0
6697     Madagascar = 0
6698     Malawi = 0
6699     Malaysia = 0
6700     Maldives = 0
6701     Mali = 0
6702     Malta = 0
6703     MarshallIslands = 0
6704     Martinique = 0
6705     Mauritania = 0
6706     Mauritius = 0
6707     Mayotte = 0
6708     Mexico = 0
6709     Micronesia = 0
6710     Moldova = 0
6711     Monaco = 0
6712     Mongolia = 0
6713     Montserrat = 0
6714     Morocco = 0
6715     Mozambique = 0
6716     Myanmar = 0
6717     Namibia = 0
6718     NauruCountry = 0
6719     Nepal = 0
6720     Netherlands = 0
6721     NetherlandsAntilles = 0
6722     NewCaledonia = 0
6723     NewZealand = 0
6724     Nicaragua = 0
6725     Niger = 0
6726     Nigeria = 0
6727     Niue = 0
6728     NorfolkIsland = 0
6729     NorthernMarianaIslands = 0
6730     Norway = 0
6731     Oman = 0
6732     Pakistan = 0
6733     Palau = 0
6734     PalestinianTerritory = 0
6735     Panama = 0
6736     PapuaNewGuinea = 0
6737     Paraguay = 0
6738     Peru = 0
6739     Philippines = 0
6740     Pitcairn = 0
6741     Poland = 0
6742     Portugal = 0
6743     PuertoRico = 0
6744     Qatar = 0
6745     Reunion = 0
6746     Romania = 0
6747     RussianFederation = 0
6748     Rwanda = 0
6749     SaintKittsAndNevis = 0
6750     StLucia = 0
6751     StVincentAndTheGrenadines = 0
6752     Samoa = 0
6753     SanMarino = 0
6754     SaoTomeAndPrincipe = 0
6755     SaudiArabia = 0
6756     Senegal = 0
6757     Seychelles = 0
6758     SierraLeone = 0
6759     Singapore = 0
6760     Slovakia = 0
6761     Slovenia = 0
6762     SolomonIslands = 0
6763     Somalia = 0
6764     SouthAfrica = 0
6765     SouthGeorgiaAndTheSouthSandwichIslands = 0
6766     Spain = 0
6767     SriLanka = 0
6768     StHelena = 0
6769     StPierreAndMiquelon = 0
6770     Sudan = 0
6771     Suriname = 0
6772     SvalbardAndJanMayenIslands = 0
6773     Swaziland = 0
6774     Sweden = 0
6775     Switzerland = 0
6776     SyrianArabRepublic = 0
6777     Taiwan = 0
6778     Tajikistan = 0
6779     Tanzania = 0
6780     Thailand = 0
6781     Togo = 0
6782     Tokelau = 0
6783     TongaCountry = 0
6784     TrinidadAndTobago = 0
6785     Tunisia = 0
6786     Turkey = 0
6787     Turkmenistan = 0
6788     TurksAndCaicosIslands = 0
6789     Tuvalu = 0
6790     Uganda = 0
6791     Ukraine = 0
6792     UnitedArabEmirates = 0
6793     UnitedKingdom = 0
6794     UnitedStates = 0
6795     UnitedStatesMinorOutlyingIslands = 0
6796     Uruguay = 0
6797     Uzbekistan = 0
6798     Vanuatu = 0
6799     VaticanCityState = 0
6800     Venezuela = 0
6801     VietNam = 0
6802     BritishVirginIslands = 0
6803     USVirginIslands = 0
6804     WallisAndFutunaIslands = 0
6805     WesternSahara = 0
6806     Yemen = 0
6807     Yugoslavia = 0
6808     Zambia = 0
6809     Zimbabwe = 0
6810     SerbiaAndMontenegro = 0
6811     Montenegro = 0
6812     Serbia = 0
6813     SaintBarthelemy = 0
6814     SaintMartin = 0
6815     LatinAmericaAndTheCaribbean = 0
6816     LastCountry = 0
6817 
6818     # Enum QLocale.Language
6819     C = 0
6820     Abkhazian = 0
6821     Afan = 0
6822     Afar = 0
6823     Afrikaans = 0
6824     Albanian = 0
6825     Amharic = 0
6826     Arabic = 0
6827     Armenian = 0
6828     Assamese = 0
6829     Aymara = 0
6830     Azerbaijani = 0
6831     Bashkir = 0
6832     Basque = 0
6833     Bengali = 0
6834     Bhutani = 0
6835     Bihari = 0
6836     Bislama = 0
6837     Breton = 0
6838     Bulgarian = 0
6839     Burmese = 0
6840     Byelorussian = 0
6841     Cambodian = 0
6842     Catalan = 0
6843     Chinese = 0
6844     Corsican = 0
6845     Croatian = 0
6846     Czech = 0
6847     Danish = 0
6848     Dutch = 0
6849     English = 0
6850     Esperanto = 0
6851     Estonian = 0
6852     Faroese = 0
6853     FijiLanguage = 0
6854     Finnish = 0
6855     French = 0
6856     Frisian = 0
6857     Gaelic = 0
6858     Galician = 0
6859     Georgian = 0
6860     German = 0
6861     Greek = 0
6862     Greenlandic = 0
6863     Guarani = 0
6864     Gujarati = 0
6865     Hausa = 0
6866     Hebrew = 0
6867     Hindi = 0
6868     Hungarian = 0
6869     Icelandic = 0
6870     Indonesian = 0
6871     Interlingua = 0
6872     Interlingue = 0
6873     Inuktitut = 0
6874     Inupiak = 0
6875     Irish = 0
6876     Italian = 0
6877     Japanese = 0
6878     Javanese = 0
6879     Kannada = 0
6880     Kashmiri = 0
6881     Kazakh = 0
6882     Kinyarwanda = 0
6883     Kirghiz = 0
6884     Korean = 0
6885     Kurdish = 0
6886     Kurundi = 0
6887     Laothian = 0
6888     Latin = 0
6889     Latvian = 0
6890     Lingala = 0
6891     Lithuanian = 0
6892     Macedonian = 0
6893     Malagasy = 0
6894     Malay = 0
6895     Malayalam = 0
6896     Maltese = 0
6897     Maori = 0
6898     Marathi = 0
6899     Moldavian = 0
6900     Mongolian = 0
6901     NauruLanguage = 0
6902     Nepali = 0
6903     Norwegian = 0
6904     Occitan = 0
6905     Oriya = 0
6906     Pashto = 0
6907     Persian = 0
6908     Polish = 0
6909     Portuguese = 0
6910     Punjabi = 0
6911     Quechua = 0
6912     RhaetoRomance = 0
6913     Romanian = 0
6914     Russian = 0
6915     Samoan = 0
6916     Sangho = 0
6917     Sanskrit = 0
6918     Serbian = 0
6919     SerboCroatian = 0
6920     Sesotho = 0
6921     Setswana = 0
6922     Shona = 0
6923     Sindhi = 0
6924     Singhalese = 0
6925     Siswati = 0
6926     Slovak = 0
6927     Slovenian = 0
6928     Somali = 0
6929     Spanish = 0
6930     Sundanese = 0
6931     Swahili = 0
6932     Swedish = 0
6933     Tagalog = 0
6934     Tajik = 0
6935     Tamil = 0
6936     Tatar = 0
6937     Telugu = 0
6938     Thai = 0
6939     Tibetan = 0
6940     Tigrinya = 0
6941     TongaLanguage = 0
6942     Tsonga = 0
6943     Turkish = 0
6944     Turkmen = 0
6945     Twi = 0
6946     Uigur = 0
6947     Ukrainian = 0
6948     Urdu = 0
6949     Uzbek = 0
6950     Vietnamese = 0
6951     Volapuk = 0
6952     Welsh = 0
6953     Wolof = 0
6954     Xhosa = 0
6955     Yiddish = 0
6956     Yoruba = 0
6957     Zhuang = 0
6958     Zulu = 0
6959     Nynorsk = 0
6960     Bosnian = 0
6961     Divehi = 0
6962     Manx = 0
6963     Cornish = 0
6964     LastLanguage = 0
6965     NorwegianBokmal = 0
6966     NorwegianNynorsk = 0
6967     Akan = 0
6968     Konkani = 0
6969     Ga = 0
6970     Igbo = 0
6971     Kamba = 0
6972     Syriac = 0
6973     Blin = 0
6974     Geez = 0
6975     Koro = 0
6976     Sidamo = 0
6977     Atsam = 0
6978     Tigre = 0
6979     Jju = 0
6980     Friulian = 0
6981     Venda = 0
6982     Ewe = 0
6983     Walamo = 0
6984     Hawaiian = 0
6985     Tyap = 0
6986     Chewa = 0
6987     Filipino = 0
6988     SwissGerman = 0
6989     SichuanYi = 0
6990     Kpelle = 0
6991     LowGerman = 0
6992     SouthNdebele = 0
6993     NorthernSotho = 0
6994     NorthernSami = 0
6995     Taroko = 0
6996     Gusii = 0
6997     Taita = 0
6998     Fulah = 0
6999     Kikuyu = 0
7000     Samburu = 0
7001     Sena = 0
7002     NorthNdebele = 0
7003     Rombo = 0
7004     Tachelhit = 0
7005     Kabyle = 0
7006     Nyankole = 0
7007     Bena = 0
7008     Vunjo = 0
7009     Bambara = 0
7010     Embu = 0
7011     Cherokee = 0
7012     Morisyen = 0
7013     Makonde = 0
7014     Langi = 0
7015     Ganda = 0
7016     Bemba = 0
7017     Kabuverdianu = 0
7018     Meru = 0
7019     Kalenjin = 0
7020     Nama = 0
7021     Machame = 0
7022     Colognian = 0
7023     Masai = 0
7024     Soga = 0
7025     Luyia = 0
7026     Asu = 0
7027     Teso = 0
7028     Saho = 0
7029     KoyraChiini = 0
7030     Rwa = 0
7031     Luo = 0
7032     Chiga = 0
7033     CentralMoroccoTamazight = 0
7034     KoyraboroSenni = 0
7035     Shambala = 0
7036     AnyLanguage = 0
7037 
7038     def __init__(self):
7039         '''void QLocale.__init__()'''
7040     def __init__(self, name):
7041         '''void QLocale.__init__(QString name)'''
7042     def __init__(self, language, country = None):
7043         '''void QLocale.__init__(QLocale.Language language, QLocale.Country country = QLocale.AnyCountry)'''
7044     def __init__(self, other):
7045         '''void QLocale.__init__(QLocale other)'''
7046     def __init__(self, language, script, country):
7047         '''void QLocale.__init__(QLocale.Language language, QLocale.Script script, QLocale.Country country)'''
7048     def createSeparatedList(self, list):
7049         '''QString QLocale.createSeparatedList(QStringList list)'''
7050         return QString()
7051     def quoteString(self, str, style = None):
7052         '''QString QLocale.quoteString(QString str, QLocale.QuotationStyle style = QLocale.StandardQuotation)'''
7053         return QString()
7054     def matchingLocales(self, language, script, country):
7055         '''static list-of-QLocale QLocale.matchingLocales(QLocale.Language language, QLocale.Script script, QLocale.Country country)'''
7056         return [QLocale()]
7057     def scriptToString(self, script):
7058         '''static QString QLocale.scriptToString(QLocale.Script script)'''
7059         return QString()
7060     def uiLanguages(self):
7061         '''QStringList QLocale.uiLanguages()'''
7062         return QStringList()
7063     def toCurrencyString(self, value, symbol = QString()):
7064         '''QString QLocale.toCurrencyString(int value, QString symbol = QString())'''
7065         return QString()
7066     def toCurrencyString(self, value, symbol = QString()):
7067         '''QString QLocale.toCurrencyString(float value, QString symbol = QString())'''
7068         return QString()
7069     def toCurrencyString(self, value, symbol = QString()):
7070         '''QString QLocale.toCurrencyString(int value, QString symbol = QString())'''
7071         return QString()
7072     def toCurrencyString(self, value, symbol = QString()):
7073         '''QString QLocale.toCurrencyString(int value, QString symbol = QString())'''
7074         return QString()
7075     def currencySymbol(self, format = None):
7076         '''QString QLocale.currencySymbol(QLocale.CurrencySymbolFormat format = QLocale.CurrencySymbol)'''
7077         return QString()
7078     def toLower(self, str):
7079         '''QString QLocale.toLower(QString str)'''
7080         return QString()
7081     def toUpper(self, str):
7082         '''QString QLocale.toUpper(QString str)'''
7083         return QString()
7084     def weekdays(self):
7085         '''list-of-Qt.DayOfWeek QLocale.weekdays()'''
7086         return [Qt.DayOfWeek()]
7087     def firstDayOfWeek(self):
7088         '''Qt.DayOfWeek QLocale.firstDayOfWeek()'''
7089         return Qt.DayOfWeek()
7090     def nativeCountryName(self):
7091         '''QString QLocale.nativeCountryName()'''
7092         return QString()
7093     def nativeLanguageName(self):
7094         '''QString QLocale.nativeLanguageName()'''
7095         return QString()
7096     def bcp47Name(self):
7097         '''QString QLocale.bcp47Name()'''
7098         return QString()
7099     def script(self):
7100         '''QLocale.Script QLocale.script()'''
7101         return QLocale.Script()
7102     def textDirection(self):
7103         '''Qt.LayoutDirection QLocale.textDirection()'''
7104         return Qt.LayoutDirection()
7105     def pmText(self):
7106         '''QString QLocale.pmText()'''
7107         return QString()
7108     def amText(self):
7109         '''QString QLocale.amText()'''
7110         return QString()
7111     def standaloneDayName(self, format = None):
7112         '''int QLocale.standaloneDayName(QLocale.FormatType format = QLocale.LongFormat)'''
7113         return int()
7114     def standaloneMonthName(self, format = None):
7115         '''int QLocale.standaloneMonthName(QLocale.FormatType format = QLocale.LongFormat)'''
7116         return int()
7117     def positiveSign(self):
7118         '''QChar QLocale.positiveSign()'''
7119         return QChar()
7120     def measurementSystem(self):
7121         '''QLocale.MeasurementSystem QLocale.measurementSystem()'''
7122         return QLocale.MeasurementSystem()
7123     def countriesForLanguage(self, lang):
7124         '''static list-of-QLocale.Country QLocale.countriesForLanguage(QLocale.Language lang)'''
7125         return [QLocale.Country()]
7126     def numberOptions(self):
7127         '''QLocale.NumberOptions QLocale.numberOptions()'''
7128         return QLocale.NumberOptions()
7129     def setNumberOptions(self, options):
7130         '''void QLocale.setNumberOptions(QLocale.NumberOptions options)'''
7131     def dayName(self, format = None):
7132         '''int QLocale.dayName(QLocale.FormatType format = QLocale.LongFormat)'''
7133         return int()
7134     def monthName(self, format = None):
7135         '''int QLocale.monthName(QLocale.FormatType format = QLocale.LongFormat)'''
7136         return int()
7137     def exponential(self):
7138         '''QChar QLocale.exponential()'''
7139         return QChar()
7140     def negativeSign(self):
7141         '''QChar QLocale.negativeSign()'''
7142         return QChar()
7143     def zeroDigit(self):
7144         '''QChar QLocale.zeroDigit()'''
7145         return QChar()
7146     def percent(self):
7147         '''QChar QLocale.percent()'''
7148         return QChar()
7149     def groupSeparator(self):
7150         '''QChar QLocale.groupSeparator()'''
7151         return QChar()
7152     def decimalPoint(self):
7153         '''QChar QLocale.decimalPoint()'''
7154         return QChar()
7155     def toDateTime(self, string, format = None):
7156         '''QDateTime QLocale.toDateTime(QString string, QLocale.FormatType format = QLocale.LongFormat)'''
7157         return QDateTime()
7158     def toDateTime(self, string, format):
7159         '''QDateTime QLocale.toDateTime(QString string, QString format)'''
7160         return QDateTime()
7161     def toTime(self, string, format = None):
7162         '''QTime QLocale.toTime(QString string, QLocale.FormatType format = QLocale.LongFormat)'''
7163         return QTime()
7164     def toTime(self, string, format):
7165         '''QTime QLocale.toTime(QString string, QString format)'''
7166         return QTime()
7167     def toDate(self, string, format = None):
7168         '''QDate QLocale.toDate(QString string, QLocale.FormatType format = QLocale.LongFormat)'''
7169         return QDate()
7170     def toDate(self, string, format):
7171         '''QDate QLocale.toDate(QString string, QString format)'''
7172         return QDate()
7173     def dateTimeFormat(self, format = None):
7174         '''QString QLocale.dateTimeFormat(QLocale.FormatType format = QLocale.LongFormat)'''
7175         return QString()
7176     def timeFormat(self, format = None):
7177         '''QString QLocale.timeFormat(QLocale.FormatType format = QLocale.LongFormat)'''
7178         return QString()
7179     def dateFormat(self, format = None):
7180         '''QString QLocale.dateFormat(QLocale.FormatType format = QLocale.LongFormat)'''
7181         return QString()
7182     def system(self):
7183         '''static QLocale QLocale.system()'''
7184         return QLocale()
7185     def c(self):
7186         '''static QLocale QLocale.c()'''
7187         return QLocale()
7188     def setDefault(self, locale):
7189         '''static void QLocale.setDefault(QLocale locale)'''
7190     def countryToString(self, country):
7191         '''static QString QLocale.countryToString(QLocale.Country country)'''
7192         return QString()
7193     def languageToString(self, language):
7194         '''static QString QLocale.languageToString(QLocale.Language language)'''
7195         return QString()
7196     def __ne__(self, other):
7197         '''bool QLocale.__ne__(QLocale other)'''
7198         return bool()
7199     def __eq__(self, other):
7200         '''bool QLocale.__eq__(QLocale other)'''
7201         return bool()
7202     def toString(self, i):
7203         '''QString QLocale.toString(int i)'''
7204         return QString()
7205     def toString(self, i, format = None, precision = 6):
7206         '''QString QLocale.toString(float i, str format = 'g', int precision = 6)'''
7207         return QString()
7208     def toString(self, i):
7209         '''QString QLocale.toString(int i)'''
7210         return QString()
7211     def toString(self, i):
7212         '''QString QLocale.toString(int i)'''
7213         return QString()
7214     def toString(self, dateTime, format):
7215         '''QString QLocale.toString(QDateTime dateTime, QString format)'''
7216         return QString()
7217     def toString(self, dateTime, format = None):
7218         '''QString QLocale.toString(QDateTime dateTime, QLocale.FormatType format = QLocale.LongFormat)'''
7219         return QString()
7220     def toString(self, date, formatStr):
7221         '''QString QLocale.toString(QDate date, QString formatStr)'''
7222         return QString()
7223     def toString(self, date, format = None):
7224         '''QString QLocale.toString(QDate date, QLocale.FormatType format = QLocale.LongFormat)'''
7225         return QString()
7226     def toString(self, time, formatStr):
7227         '''QString QLocale.toString(QTime time, QString formatStr)'''
7228         return QString()
7229     def toString(self, time, format = None):
7230         '''QString QLocale.toString(QTime time, QLocale.FormatType format = QLocale.LongFormat)'''
7231         return QString()
7232     def toDouble(self, s, ok):
7233         '''float QLocale.toDouble(QString s, bool ok)'''
7234         return float()
7235     def toFloat(self, s, ok):
7236         '''float QLocale.toFloat(QString s, bool ok)'''
7237         return float()
7238     def toULongLong(self, s, ok, base = 0):
7239         '''int QLocale.toULongLong(QString s, bool ok, int base = 0)'''
7240         return int()
7241     def toLongLong(self, s, ok, base = 0):
7242         '''int QLocale.toLongLong(QString s, bool ok, int base = 0)'''
7243         return int()
7244     def toUInt(self, s, ok, base = 0):
7245         '''int QLocale.toUInt(QString s, bool ok, int base = 0)'''
7246         return int()
7247     def toInt(self, s, ok, base = 0):
7248         '''int QLocale.toInt(QString s, bool ok, int base = 0)'''
7249         return int()
7250     def toUShort(self, s, ok, base = 0):
7251         '''int QLocale.toUShort(QString s, bool ok, int base = 0)'''
7252         return int()
7253     def toShort(self, s, ok, base = 0):
7254         '''int QLocale.toShort(QString s, bool ok, int base = 0)'''
7255         return int()
7256     def name(self):
7257         '''QString QLocale.name()'''
7258         return QString()
7259     def country(self):
7260         '''QLocale.Country QLocale.country()'''
7261         return QLocale.Country()
7262     def language(self):
7263         '''QLocale.Language QLocale.language()'''
7264         return QLocale.Language()
7265     class NumberOptions():
7266         """"""
7267         def __init__(self):
7268             '''QLocale.NumberOptions QLocale.NumberOptions.__init__()'''
7269             return QLocale.NumberOptions()
7270         def __init__(self):
7271             '''int QLocale.NumberOptions.__init__()'''
7272             return int()
7273         def __init__(self):
7274             '''void QLocale.NumberOptions.__init__()'''
7275         def __bool__(self):
7276             '''int QLocale.NumberOptions.__bool__()'''
7277             return int()
7278         def __ne__(self, f):
7279             '''bool QLocale.NumberOptions.__ne__(QLocale.NumberOptions f)'''
7280             return bool()
7281         def __eq__(self, f):
7282             '''bool QLocale.NumberOptions.__eq__(QLocale.NumberOptions f)'''
7283             return bool()
7284         def __invert__(self):
7285             '''QLocale.NumberOptions QLocale.NumberOptions.__invert__()'''
7286             return QLocale.NumberOptions()
7287         def __and__(self, mask):
7288             '''QLocale.NumberOptions QLocale.NumberOptions.__and__(int mask)'''
7289             return QLocale.NumberOptions()
7290         def __xor__(self, f):
7291             '''QLocale.NumberOptions QLocale.NumberOptions.__xor__(QLocale.NumberOptions f)'''
7292             return QLocale.NumberOptions()
7293         def __xor__(self, f):
7294             '''QLocale.NumberOptions QLocale.NumberOptions.__xor__(int f)'''
7295             return QLocale.NumberOptions()
7296         def __or__(self, f):
7297             '''QLocale.NumberOptions QLocale.NumberOptions.__or__(QLocale.NumberOptions f)'''
7298             return QLocale.NumberOptions()
7299         def __or__(self, f):
7300             '''QLocale.NumberOptions QLocale.NumberOptions.__or__(int f)'''
7301             return QLocale.NumberOptions()
7302         def __int__(self):
7303             '''int QLocale.NumberOptions.__int__()'''
7304             return int()
7305         def __ixor__(self, f):
7306             '''QLocale.NumberOptions QLocale.NumberOptions.__ixor__(QLocale.NumberOptions f)'''
7307             return QLocale.NumberOptions()
7308         def __ior__(self, f):
7309             '''QLocale.NumberOptions QLocale.NumberOptions.__ior__(QLocale.NumberOptions f)'''
7310             return QLocale.NumberOptions()
7311         def __iand__(self, mask):
7312             '''QLocale.NumberOptions QLocale.NumberOptions.__iand__(int mask)'''
7313             return QLocale.NumberOptions()
7314 
7315 
7316 class QSystemLocale():
7317     """"""
7318     # Enum QSystemLocale.QueryType
7319     LanguageId = 0
7320     ScriptId = 0
7321     CountryId = 0
7322     DecimalPoint = 0
7323     GroupSeparator = 0
7324     ZeroDigit = 0
7325     NegativeSign = 0
7326     DateFormatLong = 0
7327     DateFormatShort = 0
7328     TimeFormatLong = 0
7329     TimeFormatShort = 0
7330     DayNameLong = 0
7331     DayNameShort = 0
7332     MonthNameLong = 0
7333     MonthNameShort = 0
7334     DateToStringLong = 0
7335     DateToStringShort = 0
7336     TimeToStringLong = 0
7337     TimeToStringShort = 0
7338     DateTimeFormatLong = 0
7339     DateTimeFormatShort = 0
7340     DateTimeToStringLong = 0
7341     DateTimeToStringShort = 0
7342     MeasurementSystem = 0
7343     PositiveSign = 0
7344     AMText = 0
7345     PMText = 0
7346     FirstDayOfWeek = 0
7347     Weekdays = 0
7348     CurrencySymbol = 0
7349     CurrencyToString = 0
7350     UILanguages = 0
7351     StringToStandardQuotation = 0
7352     StringToAlternateQuotation = 0
7353     ListToSeparatedString = 0
7354     LocaleChanged = 0
7355     NativeLanguageName = 0
7356     NativeCountryName = 0
7357 
7358     def __init__(self):
7359         '''void QSystemLocale.__init__()'''
7360     def __init__(self):
7361         '''QSystemLocale QSystemLocale.__init__()'''
7362         return QSystemLocale()
7363     def fallbackLocale(self):
7364         '''QLocale QSystemLocale.fallbackLocale()'''
7365         return QLocale()
7366     def query(self, type, in_):
7367         '''QVariant QSystemLocale.query(QSystemLocale.QueryType type, QVariant in)'''
7368         return QVariant()
7369 
7370 
7371 class QMargins():
7372     """"""
7373     def __init__(self):
7374         '''void QMargins.__init__()'''
7375     def __init__(self, aleft, atop, aright, abottom):
7376         '''void QMargins.__init__(int aleft, int atop, int aright, int abottom)'''
7377     def __init__(self):
7378         '''QMargins QMargins.__init__()'''
7379         return QMargins()
7380     def __eq__(self, m2):
7381         '''bool QMargins.__eq__(QMargins m2)'''
7382         return bool()
7383     def __ne__(self, m2):
7384         '''bool QMargins.__ne__(QMargins m2)'''
7385         return bool()
7386     def setBottom(self, abottom):
7387         '''void QMargins.setBottom(int abottom)'''
7388     def setRight(self, aright):
7389         '''void QMargins.setRight(int aright)'''
7390     def setTop(self, atop):
7391         '''void QMargins.setTop(int atop)'''
7392     def setLeft(self, aleft):
7393         '''void QMargins.setLeft(int aleft)'''
7394     def bottom(self):
7395         '''int QMargins.bottom()'''
7396         return int()
7397     def right(self):
7398         '''int QMargins.right()'''
7399         return int()
7400     def top(self):
7401         '''int QMargins.top()'''
7402         return int()
7403     def left(self):
7404         '''int QMargins.left()'''
7405         return int()
7406     def isNull(self):
7407         '''bool QMargins.isNull()'''
7408         return bool()
7409 
7410 
7411 class QMetaMethod():
7412     """"""
7413     # Enum QMetaMethod.MethodType
7414     Method = 0
7415     Signal = 0
7416     Slot = 0
7417     Constructor = 0
7418 
7419     # Enum QMetaMethod.Access
7420     Private = 0
7421     Protected = 0
7422     Public = 0
7423 
7424     def __init__(self):
7425         '''void QMetaMethod.__init__()'''
7426     def __init__(self):
7427         '''QMetaMethod QMetaMethod.__init__()'''
7428         return QMetaMethod()
7429     def methodIndex(self):
7430         '''int QMetaMethod.methodIndex()'''
7431         return int()
7432     def invoke(self, object, connectionType, returnValue, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7433         '''object QMetaMethod.invoke(QObject object, Qt.ConnectionType connectionType, QGenericReturnArgument returnValue, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7434         return object()
7435     def invoke(self, object, returnValue, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7436         '''object QMetaMethod.invoke(QObject object, QGenericReturnArgument returnValue, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7437         return object()
7438     def invoke(self, object, connectionType, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7439         '''object QMetaMethod.invoke(QObject object, Qt.ConnectionType connectionType, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7440         return object()
7441     def invoke(self, object, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7442         '''object QMetaMethod.invoke(QObject object, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7443         return object()
7444     def methodType(self):
7445         '''QMetaMethod.MethodType QMetaMethod.methodType()'''
7446         return QMetaMethod.MethodType()
7447     def access(self):
7448         '''QMetaMethod.Access QMetaMethod.access()'''
7449         return QMetaMethod.Access()
7450     def tag(self):
7451         '''str QMetaMethod.tag()'''
7452         return str()
7453     def parameterNames(self):
7454         '''list-of-QByteArray QMetaMethod.parameterNames()'''
7455         return [QByteArray()]
7456     def parameterTypes(self):
7457         '''list-of-QByteArray QMetaMethod.parameterTypes()'''
7458         return [QByteArray()]
7459     def typeName(self):
7460         '''str QMetaMethod.typeName()'''
7461         return str()
7462     def signature(self):
7463         '''str QMetaMethod.signature()'''
7464         return str()
7465 
7466 
7467 class QMetaEnum():
7468     """"""
7469     def __init__(self):
7470         '''void QMetaEnum.__init__()'''
7471     def __init__(self):
7472         '''QMetaEnum QMetaEnum.__init__()'''
7473         return QMetaEnum()
7474     def isValid(self):
7475         '''bool QMetaEnum.isValid()'''
7476         return bool()
7477     def valueToKeys(self, value):
7478         '''QByteArray QMetaEnum.valueToKeys(int value)'''
7479         return QByteArray()
7480     def keysToValue(self, keys):
7481         '''int QMetaEnum.keysToValue(str keys)'''
7482         return int()
7483     def valueToKey(self, value):
7484         '''str QMetaEnum.valueToKey(int value)'''
7485         return str()
7486     def keyToValue(self, key):
7487         '''int QMetaEnum.keyToValue(str key)'''
7488         return int()
7489     def scope(self):
7490         '''str QMetaEnum.scope()'''
7491         return str()
7492     def value(self, index):
7493         '''int QMetaEnum.value(int index)'''
7494         return int()
7495     def key(self, index):
7496         '''str QMetaEnum.key(int index)'''
7497         return str()
7498     def keyCount(self):
7499         '''int QMetaEnum.keyCount()'''
7500         return int()
7501     def isFlag(self):
7502         '''bool QMetaEnum.isFlag()'''
7503         return bool()
7504     def name(self):
7505         '''str QMetaEnum.name()'''
7506         return str()
7507 
7508 
7509 class QMetaProperty():
7510     """"""
7511     def __init__(self):
7512         '''void QMetaProperty.__init__()'''
7513     def __init__(self):
7514         '''QMetaProperty QMetaProperty.__init__()'''
7515         return QMetaProperty()
7516     def isFinal(self):
7517         '''bool QMetaProperty.isFinal()'''
7518         return bool()
7519     def isConstant(self):
7520         '''bool QMetaProperty.isConstant()'''
7521         return bool()
7522     def propertyIndex(self):
7523         '''int QMetaProperty.propertyIndex()'''
7524         return int()
7525     def notifySignalIndex(self):
7526         '''int QMetaProperty.notifySignalIndex()'''
7527         return int()
7528     def notifySignal(self):
7529         '''QMetaMethod QMetaProperty.notifySignal()'''
7530         return QMetaMethod()
7531     def hasNotifySignal(self):
7532         '''bool QMetaProperty.hasNotifySignal()'''
7533         return bool()
7534     def userType(self):
7535         '''int QMetaProperty.userType()'''
7536         return int()
7537     def isUser(self, object = None):
7538         '''bool QMetaProperty.isUser(QObject object = None)'''
7539         return bool()
7540     def isResettable(self):
7541         '''bool QMetaProperty.isResettable()'''
7542         return bool()
7543     def isValid(self):
7544         '''bool QMetaProperty.isValid()'''
7545         return bool()
7546     def hasStdCppSet(self):
7547         '''bool QMetaProperty.hasStdCppSet()'''
7548         return bool()
7549     def reset(self, obj):
7550         '''bool QMetaProperty.reset(QObject obj)'''
7551         return bool()
7552     def write(self, obj, value):
7553         '''bool QMetaProperty.write(QObject obj, QVariant value)'''
7554         return bool()
7555     def read(self, obj):
7556         '''QVariant QMetaProperty.read(QObject obj)'''
7557         return QVariant()
7558     def enumerator(self):
7559         '''QMetaEnum QMetaProperty.enumerator()'''
7560         return QMetaEnum()
7561     def isEnumType(self):
7562         '''bool QMetaProperty.isEnumType()'''
7563         return bool()
7564     def isFlagType(self):
7565         '''bool QMetaProperty.isFlagType()'''
7566         return bool()
7567     def isEditable(self, object = None):
7568         '''bool QMetaProperty.isEditable(QObject object = None)'''
7569         return bool()
7570     def isStored(self, object = None):
7571         '''bool QMetaProperty.isStored(QObject object = None)'''
7572         return bool()
7573     def isScriptable(self, object = None):
7574         '''bool QMetaProperty.isScriptable(QObject object = None)'''
7575         return bool()
7576     def isDesignable(self, object = None):
7577         '''bool QMetaProperty.isDesignable(QObject object = None)'''
7578         return bool()
7579     def isWritable(self):
7580         '''bool QMetaProperty.isWritable()'''
7581         return bool()
7582     def isReadable(self):
7583         '''bool QMetaProperty.isReadable()'''
7584         return bool()
7585     def type(self):
7586         '''Type QMetaProperty.type()'''
7587         return Type()
7588     def typeName(self):
7589         '''str QMetaProperty.typeName()'''
7590         return str()
7591     def name(self):
7592         '''str QMetaProperty.name()'''
7593         return str()
7594 
7595 
7596 class QMetaClassInfo():
7597     """"""
7598     def __init__(self):
7599         '''void QMetaClassInfo.__init__()'''
7600     def __init__(self):
7601         '''QMetaClassInfo QMetaClassInfo.__init__()'''
7602         return QMetaClassInfo()
7603     def value(self):
7604         '''str QMetaClassInfo.value()'''
7605         return str()
7606     def name(self):
7607         '''str QMetaClassInfo.name()'''
7608         return str()
7609 
7610 
7611 class QMetaType():
7612     """"""
7613     # Enum QMetaType.Type
7614     Void = 0
7615     Bool = 0
7616     Int = 0
7617     UInt = 0
7618     LongLong = 0
7619     ULongLong = 0
7620     Double = 0
7621     QChar = 0
7622     QVariantMap = 0
7623     QVariantList = 0
7624     QVariantHash = 0
7625     QString = 0
7626     QStringList = 0
7627     QByteArray = 0
7628     QBitArray = 0
7629     QDate = 0
7630     QTime = 0
7631     QDateTime = 0
7632     QUrl = 0
7633     QLocale = 0
7634     QRect = 0
7635     QRectF = 0
7636     QSize = 0
7637     QSizeF = 0
7638     QLine = 0
7639     QLineF = 0
7640     QPoint = 0
7641     QPointF = 0
7642     QRegExp = 0
7643     LastCoreType = 0
7644     FirstGuiType = 0
7645     QFont = 0
7646     QPixmap = 0
7647     QBrush = 0
7648     QColor = 0
7649     QPalette = 0
7650     QIcon = 0
7651     QImage = 0
7652     QPolygon = 0
7653     QRegion = 0
7654     QBitmap = 0
7655     QCursor = 0
7656     QSizePolicy = 0
7657     QKeySequence = 0
7658     QPen = 0
7659     QTextLength = 0
7660     QTextFormat = 0
7661     QMatrix = 0
7662     QTransform = 0
7663     VoidStar = 0
7664     Long = 0
7665     Short = 0
7666     Char = 0
7667     ULong = 0
7668     UShort = 0
7669     UChar = 0
7670     Float = 0
7671     QObjectStar = 0
7672     QWidgetStar = 0
7673     QMatrix4x4 = 0
7674     QVector2D = 0
7675     QVector3D = 0
7676     QVector4D = 0
7677     QQuaternion = 0
7678     QEasingCurve = 0
7679     QVariant = 0
7680     User = 0
7681 
7682     def __init__(self):
7683         '''void QMetaType.__init__()'''
7684     def __init__(self):
7685         '''QMetaType QMetaType.__init__()'''
7686         return QMetaType()
7687     def isRegistered(self, type):
7688         '''static bool QMetaType.isRegistered(int type)'''
7689         return bool()
7690     def typeName(self, type):
7691         '''static str QMetaType.typeName(int type)'''
7692         return str()
7693     def type(self, typeName):
7694         '''static int QMetaType.type(str typeName)'''
7695         return int()
7696 
7697 
7698 class QMimeData(QObject):
7699     """"""
7700     def __init__(self):
7701         '''void QMimeData.__init__()'''
7702     def retrieveData(self, mimetype, preferredType):
7703         '''QVariant QMimeData.retrieveData(QString mimetype, Type preferredType)'''
7704         return QVariant()
7705     def removeFormat(self, mimetype):
7706         '''void QMimeData.removeFormat(QString mimetype)'''
7707     def clear(self):
7708         '''void QMimeData.clear()'''
7709     def formats(self):
7710         '''QStringList QMimeData.formats()'''
7711         return QStringList()
7712     def hasFormat(self, mimetype):
7713         '''bool QMimeData.hasFormat(QString mimetype)'''
7714         return bool()
7715     def setData(self, mimetype, data):
7716         '''void QMimeData.setData(QString mimetype, QByteArray data)'''
7717     def data(self, mimetype):
7718         '''QByteArray QMimeData.data(QString mimetype)'''
7719         return QByteArray()
7720     def hasColor(self):
7721         '''bool QMimeData.hasColor()'''
7722         return bool()
7723     def setColorData(self, color):
7724         '''void QMimeData.setColorData(QVariant color)'''
7725     def colorData(self):
7726         '''QVariant QMimeData.colorData()'''
7727         return QVariant()
7728     def hasImage(self):
7729         '''bool QMimeData.hasImage()'''
7730         return bool()
7731     def setImageData(self, image):
7732         '''void QMimeData.setImageData(QVariant image)'''
7733     def imageData(self):
7734         '''QVariant QMimeData.imageData()'''
7735         return QVariant()
7736     def hasHtml(self):
7737         '''bool QMimeData.hasHtml()'''
7738         return bool()
7739     def setHtml(self, html):
7740         '''void QMimeData.setHtml(QString html)'''
7741     def html(self):
7742         '''QString QMimeData.html()'''
7743         return QString()
7744     def hasText(self):
7745         '''bool QMimeData.hasText()'''
7746         return bool()
7747     def setText(self, text):
7748         '''void QMimeData.setText(QString text)'''
7749     def text(self):
7750         '''QString QMimeData.text()'''
7751         return QString()
7752     def hasUrls(self):
7753         '''bool QMimeData.hasUrls()'''
7754         return bool()
7755     def setUrls(self, urls):
7756         '''void QMimeData.setUrls(list-of-QUrl urls)'''
7757     def urls(self):
7758         '''list-of-QUrl QMimeData.urls()'''
7759         return [QUrl()]
7760 
7761 
7762 class QMutex():
7763     """"""
7764     # Enum QMutex.RecursionMode
7765     NonRecursive = 0
7766     Recursive = 0
7767 
7768     def __init__(self, mode = None):
7769         '''void QMutex.__init__(QMutex.RecursionMode mode = QMutex.NonRecursive)'''
7770     def unlock(self):
7771         '''void QMutex.unlock()'''
7772     def tryLock(self):
7773         '''bool QMutex.tryLock()'''
7774         return bool()
7775     def tryLock(self, timeout):
7776         '''bool QMutex.tryLock(int timeout)'''
7777         return bool()
7778     def lock(self):
7779         '''void QMutex.lock()'''
7780 
7781 
7782 class QMutexLocker():
7783     """"""
7784     def __init__(self, m):
7785         '''void QMutexLocker.__init__(QMutex m)'''
7786     def __exit__(self, type, value, traceback):
7787         '''void QMutexLocker.__exit__(object type, object value, object traceback)'''
7788     def __enter__(self):
7789         '''object QMutexLocker.__enter__()'''
7790         return object()
7791     def mutex(self):
7792         '''QMutex QMutexLocker.mutex()'''
7793         return QMutex()
7794     def relock(self):
7795         '''void QMutexLocker.relock()'''
7796     def unlock(self):
7797         '''void QMutexLocker.unlock()'''
7798 
7799 
7800 class QObjectCleanupHandler(QObject):
7801     """"""
7802     def __init__(self):
7803         '''void QObjectCleanupHandler.__init__()'''
7804     def clear(self):
7805         '''void QObjectCleanupHandler.clear()'''
7806     def isEmpty(self):
7807         '''bool QObjectCleanupHandler.isEmpty()'''
7808         return bool()
7809     def remove(self, object):
7810         '''void QObjectCleanupHandler.remove(QObject object)'''
7811     def add(self, object):
7812         '''QObject QObjectCleanupHandler.add(QObject object)'''
7813         return QObject()
7814 
7815 
7816 class QMetaObject():
7817     """"""
7818     def __init__(self):
7819         '''void QMetaObject.__init__()'''
7820     def __init__(self):
7821         '''QMetaObject QMetaObject.__init__()'''
7822         return QMetaObject()
7823     def newInstance(self, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7824         '''QObject QMetaObject.newInstance(QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7825         return QObject()
7826     def constructor(self, index):
7827         '''QMetaMethod QMetaObject.constructor(int index)'''
7828         return QMetaMethod()
7829     def indexOfConstructor(self, constructor):
7830         '''int QMetaObject.indexOfConstructor(str constructor)'''
7831         return int()
7832     def constructorCount(self):
7833         '''int QMetaObject.constructorCount()'''
7834         return int()
7835     def invokeMethod(self, obj, member, type, ret, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7836         '''static object QMetaObject.invokeMethod(QObject obj, str member, Qt.ConnectionType type, QGenericReturnArgument ret, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7837         return object()
7838     def invokeMethod(self, obj, member, ret, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7839         '''static object QMetaObject.invokeMethod(QObject obj, str member, QGenericReturnArgument ret, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7840         return object()
7841     def invokeMethod(self, obj, member, type, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7842         '''static object QMetaObject.invokeMethod(QObject obj, str member, Qt.ConnectionType type, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7843         return object()
7844     def invokeMethod(self, obj, member, value0 = None, value1 = None, value2 = None, value3 = None, value4 = None, value5 = None, value6 = None, value7 = None, value8 = None, value9 = None):
7845         '''static object QMetaObject.invokeMethod(QObject obj, str member, QGenericArgument value0 = QGenericArgument(0,0), QGenericArgument value1 = QGenericArgument(0,0), QGenericArgument value2 = QGenericArgument(0,0), QGenericArgument value3 = QGenericArgument(0,0), QGenericArgument value4 = QGenericArgument(0,0), QGenericArgument value5 = QGenericArgument(0,0), QGenericArgument value6 = QGenericArgument(0,0), QGenericArgument value7 = QGenericArgument(0,0), QGenericArgument value8 = QGenericArgument(0,0), QGenericArgument value9 = QGenericArgument(0,0))'''
7846         return object()
7847     def normalizedType(self, type):
7848         '''static QByteArray QMetaObject.normalizedType(str type)'''
7849         return QByteArray()
7850     def normalizedSignature(self, method):
7851         '''static QByteArray QMetaObject.normalizedSignature(str method)'''
7852         return QByteArray()
7853     def connectSlotsByName(self, o):
7854         '''static void QMetaObject.connectSlotsByName(QObject o)'''
7855     def checkConnectArgs(self, signal, method):
7856         '''static bool QMetaObject.checkConnectArgs(str signal, str method)'''
7857         return bool()
7858     def classInfo(self, index):
7859         '''QMetaClassInfo QMetaObject.classInfo(int index)'''
7860         return QMetaClassInfo()
7861     def property(self, index):
7862         '''QMetaProperty QMetaObject.property(int index)'''
7863         return QMetaProperty()
7864     def enumerator(self, index):
7865         '''QMetaEnum QMetaObject.enumerator(int index)'''
7866         return QMetaEnum()
7867     def method(self, index):
7868         '''QMetaMethod QMetaObject.method(int index)'''
7869         return QMetaMethod()
7870     def indexOfClassInfo(self, name):
7871         '''int QMetaObject.indexOfClassInfo(str name)'''
7872         return int()
7873     def indexOfProperty(self, name):
7874         '''int QMetaObject.indexOfProperty(str name)'''
7875         return int()
7876     def indexOfEnumerator(self, name):
7877         '''int QMetaObject.indexOfEnumerator(str name)'''
7878         return int()
7879     def indexOfSlot(self, slot):
7880         '''int QMetaObject.indexOfSlot(str slot)'''
7881         return int()
7882     def indexOfSignal(self, signal):
7883         '''int QMetaObject.indexOfSignal(str signal)'''
7884         return int()
7885     def indexOfMethod(self, method):
7886         '''int QMetaObject.indexOfMethod(str method)'''
7887         return int()
7888     def classInfoCount(self):
7889         '''int QMetaObject.classInfoCount()'''
7890         return int()
7891     def propertyCount(self):
7892         '''int QMetaObject.propertyCount()'''
7893         return int()
7894     def enumeratorCount(self):
7895         '''int QMetaObject.enumeratorCount()'''
7896         return int()
7897     def methodCount(self):
7898         '''int QMetaObject.methodCount()'''
7899         return int()
7900     def classInfoOffset(self):
7901         '''int QMetaObject.classInfoOffset()'''
7902         return int()
7903     def propertyOffset(self):
7904         '''int QMetaObject.propertyOffset()'''
7905         return int()
7906     def enumeratorOffset(self):
7907         '''int QMetaObject.enumeratorOffset()'''
7908         return int()
7909     def methodOffset(self):
7910         '''int QMetaObject.methodOffset()'''
7911         return int()
7912     def userProperty(self):
7913         '''QMetaProperty QMetaObject.userProperty()'''
7914         return QMetaProperty()
7915     def superClass(self):
7916         '''QMetaObject QMetaObject.superClass()'''
7917         return QMetaObject()
7918     def className(self):
7919         '''str QMetaObject.className()'''
7920         return str()
7921 
7922 
7923 class QGenericArgument():
7924     """"""
7925 
7926 
7927 class QGenericReturnArgument():
7928     """"""
7929 
7930 
7931 class QParallelAnimationGroup(QAnimationGroup):
7932     """"""
7933     def __init__(self, parent = None):
7934         '''void QParallelAnimationGroup.__init__(QObject parent = None)'''
7935     def updateDirection(self, direction):
7936         '''void QParallelAnimationGroup.updateDirection(QAbstractAnimation.Direction direction)'''
7937     def updateState(self, newState, oldState):
7938         '''void QParallelAnimationGroup.updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)'''
7939     def updateCurrentTime(self, currentTime):
7940         '''void QParallelAnimationGroup.updateCurrentTime(int currentTime)'''
7941     def event(self, event):
7942         '''bool QParallelAnimationGroup.event(QEvent event)'''
7943         return bool()
7944     def duration(self):
7945         '''int QParallelAnimationGroup.duration()'''
7946         return int()
7947 
7948 
7949 class QPauseAnimation(QAbstractAnimation):
7950     """"""
7951     def __init__(self, parent = None):
7952         '''void QPauseAnimation.__init__(QObject parent = None)'''
7953     def __init__(self, msecs, parent = None):
7954         '''void QPauseAnimation.__init__(int msecs, QObject parent = None)'''
7955     def updateCurrentTime(self):
7956         '''int QPauseAnimation.updateCurrentTime()'''
7957         return int()
7958     def event(self, e):
7959         '''bool QPauseAnimation.event(QEvent e)'''
7960         return bool()
7961     def setDuration(self, msecs):
7962         '''void QPauseAnimation.setDuration(int msecs)'''
7963     def duration(self):
7964         '''int QPauseAnimation.duration()'''
7965         return int()
7966 
7967 
7968 class QVariantAnimation(QAbstractAnimation):
7969     """"""
7970     def __init__(self, parent = None):
7971         '''void QVariantAnimation.__init__(QObject parent = None)'''
7972     def interpolated(self, from_, to, progress):
7973         '''QVariant QVariantAnimation.interpolated(QVariant from, QVariant to, float progress)'''
7974         return QVariant()
7975     def updateCurrentValue(self, value):
7976         '''abstract void QVariantAnimation.updateCurrentValue(QVariant value)'''
7977     def updateState(self, newState, oldState):
7978         '''void QVariantAnimation.updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)'''
7979     def updateCurrentTime(self):
7980         '''int QVariantAnimation.updateCurrentTime()'''
7981         return int()
7982     def event(self, event):
7983         '''bool QVariantAnimation.event(QEvent event)'''
7984         return bool()
7985     valueChanged = pyqtSignal() # void valueChanged(const QVariantamp;) - signal
7986     def setEasingCurve(self, easing):
7987         '''void QVariantAnimation.setEasingCurve(QEasingCurve easing)'''
7988     def easingCurve(self):
7989         '''QEasingCurve QVariantAnimation.easingCurve()'''
7990         return QEasingCurve()
7991     def setDuration(self, msecs):
7992         '''void QVariantAnimation.setDuration(int msecs)'''
7993     def duration(self):
7994         '''int QVariantAnimation.duration()'''
7995         return int()
7996     def currentValue(self):
7997         '''QVariant QVariantAnimation.currentValue()'''
7998         return QVariant()
7999     def setKeyValues(self, values):
8000         '''void QVariantAnimation.setKeyValues(list-of-tuple-of-float-QVariant values)'''
8001     def keyValues(self):
8002         '''list-of-tuple-of-float-QVariant QVariantAnimation.keyValues()'''
8003         return [tuple-of-float-QVariant()]
8004     def setKeyValueAt(self, step, value):
8005         '''void QVariantAnimation.setKeyValueAt(float step, QVariant value)'''
8006     def keyValueAt(self, step):
8007         '''QVariant QVariantAnimation.keyValueAt(float step)'''
8008         return QVariant()
8009     def setEndValue(self, value):
8010         '''void QVariantAnimation.setEndValue(QVariant value)'''
8011     def endValue(self):
8012         '''QVariant QVariantAnimation.endValue()'''
8013         return QVariant()
8014     def setStartValue(self, value):
8015         '''void QVariantAnimation.setStartValue(QVariant value)'''
8016     def startValue(self):
8017         '''QVariant QVariantAnimation.startValue()'''
8018         return QVariant()
8019 
8020 
8021 class QPropertyAnimation(QVariantAnimation):
8022     """"""
8023     def __init__(self, parent = None):
8024         '''void QPropertyAnimation.__init__(QObject parent = None)'''
8025     def __init__(self, target, propertyName, parent = None):
8026         '''void QPropertyAnimation.__init__(QObject target, QByteArray propertyName, QObject parent = None)'''
8027     def updateState(self, newState, oldState):
8028         '''void QPropertyAnimation.updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)'''
8029     def updateCurrentValue(self, value):
8030         '''void QPropertyAnimation.updateCurrentValue(QVariant value)'''
8031     def event(self, event):
8032         '''bool QPropertyAnimation.event(QEvent event)'''
8033         return bool()
8034     def setPropertyName(self, propertyName):
8035         '''void QPropertyAnimation.setPropertyName(QByteArray propertyName)'''
8036     def propertyName(self):
8037         '''QByteArray QPropertyAnimation.propertyName()'''
8038         return QByteArray()
8039     def setTargetObject(self, target):
8040         '''void QPropertyAnimation.setTargetObject(QObject target)'''
8041     def targetObject(self):
8042         '''QObject QPropertyAnimation.targetObject()'''
8043         return QObject()
8044 
8045 
8046 class QPluginLoader(QObject):
8047     """"""
8048     def __init__(self, parent = None):
8049         '''void QPluginLoader.__init__(QObject parent = None)'''
8050     def __init__(self, fileName, parent = None):
8051         '''void QPluginLoader.__init__(QString fileName, QObject parent = None)'''
8052     def loadHints(self):
8053         '''QLibrary.LoadHints QPluginLoader.loadHints()'''
8054         return QLibrary.LoadHints()
8055     def setLoadHints(self, loadHints):
8056         '''void QPluginLoader.setLoadHints(QLibrary.LoadHints loadHints)'''
8057     def errorString(self):
8058         '''QString QPluginLoader.errorString()'''
8059         return QString()
8060     def fileName(self):
8061         '''QString QPluginLoader.fileName()'''
8062         return QString()
8063     def setFileName(self, fileName):
8064         '''void QPluginLoader.setFileName(QString fileName)'''
8065     def isLoaded(self):
8066         '''bool QPluginLoader.isLoaded()'''
8067         return bool()
8068     def unload(self):
8069         '''bool QPluginLoader.unload()'''
8070         return bool()
8071     def load(self):
8072         '''bool QPluginLoader.load()'''
8073         return bool()
8074     def staticInstances(self):
8075         '''static list-of-QObject QPluginLoader.staticInstances()'''
8076         return [QObject()]
8077     def instance(self):
8078         '''QObject QPluginLoader.instance()'''
8079         return QObject()
8080 
8081 
8082 class QPoint():
8083     """"""
8084     def __init__(self):
8085         '''void QPoint.__init__()'''
8086     def __init__(self, xpos, ypos):
8087         '''void QPoint.__init__(int xpos, int ypos)'''
8088     def __init__(self):
8089         '''QPoint QPoint.__init__()'''
8090         return QPoint()
8091     def __eq__(self, p2):
8092         '''bool QPoint.__eq__(QPoint p2)'''
8093         return bool()
8094     def __ne__(self, p2):
8095         '''bool QPoint.__ne__(QPoint p2)'''
8096         return bool()
8097     def __add__(self, p2):
8098         '''QPoint QPoint.__add__(QPoint p2)'''
8099         return QPoint()
8100     def __sub__(self, p2):
8101         '''QPoint QPoint.__sub__(QPoint p2)'''
8102         return QPoint()
8103     def __mul__(self, c):
8104         '''QPoint QPoint.__mul__(int c)'''
8105         return QPoint()
8106     def __mul__(self, p):
8107         '''QPoint QPoint.__mul__(QPoint p)'''
8108         return QPoint()
8109     def __mul__(self, c):
8110         '''QPoint QPoint.__mul__(float c)'''
8111         return QPoint()
8112     def __mul__(self, p):
8113         '''QPoint QPoint.__mul__(QPoint p)'''
8114         return QPoint()
8115     def __neg__(self):
8116         '''QPoint QPoint.__neg__()'''
8117         return QPoint()
8118     def __div__(self, c):
8119         '''QPoint QPoint.__div__(float c)'''
8120         return QPoint()
8121     def __idiv__(self, c):
8122         '''QPoint QPoint.__idiv__(float c)'''
8123         return QPoint()
8124     def __imul__(self, c):
8125         '''QPoint QPoint.__imul__(int c)'''
8126         return QPoint()
8127     def __imul__(self, c):
8128         '''QPoint QPoint.__imul__(float c)'''
8129         return QPoint()
8130     def __isub__(self, p):
8131         '''QPoint QPoint.__isub__(QPoint p)'''
8132         return QPoint()
8133     def __iadd__(self, p):
8134         '''QPoint QPoint.__iadd__(QPoint p)'''
8135         return QPoint()
8136     def setY(self, ypos):
8137         '''void QPoint.setY(int ypos)'''
8138     def setX(self, xpos):
8139         '''void QPoint.setX(int xpos)'''
8140     def y(self):
8141         '''int QPoint.y()'''
8142         return int()
8143     def x(self):
8144         '''int QPoint.x()'''
8145         return int()
8146     def __bool__(self):
8147         '''int QPoint.__bool__()'''
8148         return int()
8149     def isNull(self):
8150         '''bool QPoint.isNull()'''
8151         return bool()
8152     def __repr__(self):
8153         '''str QPoint.__repr__()'''
8154         return str()
8155     def manhattanLength(self):
8156         '''int QPoint.manhattanLength()'''
8157         return int()
8158 
8159 
8160 class QPointF():
8161     """"""
8162     def __init__(self):
8163         '''void QPointF.__init__()'''
8164     def __init__(self, xpos, ypos):
8165         '''void QPointF.__init__(float xpos, float ypos)'''
8166     def __init__(self, p):
8167         '''void QPointF.__init__(QPoint p)'''
8168     def __init__(self):
8169         '''QPointF QPointF.__init__()'''
8170         return QPointF()
8171     def __eq__(self, p2):
8172         '''bool QPointF.__eq__(QPointF p2)'''
8173         return bool()
8174     def __ne__(self, p2):
8175         '''bool QPointF.__ne__(QPointF p2)'''
8176         return bool()
8177     def __add__(self, p2):
8178         '''QPointF QPointF.__add__(QPointF p2)'''
8179         return QPointF()
8180     def __sub__(self, p2):
8181         '''QPointF QPointF.__sub__(QPointF p2)'''
8182         return QPointF()
8183     def __mul__(self, c):
8184         '''QPointF QPointF.__mul__(float c)'''
8185         return QPointF()
8186     def __neg__(self):
8187         '''QPointF QPointF.__neg__()'''
8188         return QPointF()
8189     def __div__(self, c):
8190         '''QPointF QPointF.__div__(float c)'''
8191         return QPointF()
8192     def manhattanLength(self):
8193         '''float QPointF.manhattanLength()'''
8194         return float()
8195     def toPoint(self):
8196         '''QPoint QPointF.toPoint()'''
8197         return QPoint()
8198     def __idiv__(self, c):
8199         '''QPointF QPointF.__idiv__(float c)'''
8200         return QPointF()
8201     def __imul__(self, c):
8202         '''QPointF QPointF.__imul__(float c)'''
8203         return QPointF()
8204     def __isub__(self, p):
8205         '''QPointF QPointF.__isub__(QPointF p)'''
8206         return QPointF()
8207     def __iadd__(self, p):
8208         '''QPointF QPointF.__iadd__(QPointF p)'''
8209         return QPointF()
8210     def setY(self, ypos):
8211         '''void QPointF.setY(float ypos)'''
8212     def setX(self, xpos):
8213         '''void QPointF.setX(float xpos)'''
8214     def y(self):
8215         '''float QPointF.y()'''
8216         return float()
8217     def x(self):
8218         '''float QPointF.x()'''
8219         return float()
8220     def __bool__(self):
8221         '''int QPointF.__bool__()'''
8222         return int()
8223     def isNull(self):
8224         '''bool QPointF.isNull()'''
8225         return bool()
8226     def __repr__(self):
8227         '''str QPointF.__repr__()'''
8228         return str()
8229 
8230 
8231 class QProcess(QIODevice):
8232     """"""
8233     # Enum QProcess.ProcessChannelMode
8234     SeparateChannels = 0
8235     MergedChannels = 0
8236     ForwardedChannels = 0
8237 
8238     # Enum QProcess.ProcessChannel
8239     StandardOutput = 0
8240     StandardError = 0
8241 
8242     # Enum QProcess.ProcessState
8243     NotRunning = 0
8244     Starting = 0
8245     Running = 0
8246 
8247     # Enum QProcess.ProcessError
8248     FailedToStart = 0
8249     Crashed = 0
8250     Timedout = 0
8251     ReadError = 0
8252     WriteError = 0
8253     UnknownError = 0
8254 
8255     # Enum QProcess.ExitStatus
8256     NormalExit = 0
8257     CrashExit = 0
8258 
8259     def __init__(self, parent = None):
8260         '''void QProcess.__init__(QObject parent = None)'''
8261     def processEnvironment(self):
8262         '''QProcessEnvironment QProcess.processEnvironment()'''
8263         return QProcessEnvironment()
8264     def setProcessEnvironment(self, environment):
8265         '''void QProcess.setProcessEnvironment(QProcessEnvironment environment)'''
8266     def writeData(self, data):
8267         '''int QProcess.writeData(str data)'''
8268         return int()
8269     def readData(self, maxlen):
8270         '''str QProcess.readData(int maxlen)'''
8271         return str()
8272     def setupChildProcess(self):
8273         '''void QProcess.setupChildProcess()'''
8274     def setProcessState(self, state):
8275         '''void QProcess.setProcessState(QProcess.ProcessState state)'''
8276     readyReadStandardError = pyqtSignal() # void readyReadStandardError() - signal
8277     readyReadStandardOutput = pyqtSignal() # void readyReadStandardOutput() - signal
8278     stateChanged = pyqtSignal() # void stateChanged(QProcess::ProcessState) - signal
8279     finished = pyqtSignal() # void finished(int,QProcess::ExitStatus) - signal
8280     finished = pyqtSignal() # void finished(int) - signal
8281     started = pyqtSignal() # void started() - signal
8282     def kill(self):
8283         '''void QProcess.kill()'''
8284     def terminate(self):
8285         '''void QProcess.terminate()'''
8286     def setStandardOutputProcess(self, destination):
8287         '''void QProcess.setStandardOutputProcess(QProcess destination)'''
8288     def setStandardErrorFile(self, fileName, mode = None):
8289         '''void QProcess.setStandardErrorFile(QString fileName, QIODevice.OpenMode mode = QIODevice.Truncate)'''
8290     def setStandardOutputFile(self, fileName, mode = None):
8291         '''void QProcess.setStandardOutputFile(QString fileName, QIODevice.OpenMode mode = QIODevice.Truncate)'''
8292     def setStandardInputFile(self, fileName):
8293         '''void QProcess.setStandardInputFile(QString fileName)'''
8294     def setProcessChannelMode(self, mode):
8295         '''void QProcess.setProcessChannelMode(QProcess.ProcessChannelMode mode)'''
8296     def processChannelMode(self):
8297         '''QProcess.ProcessChannelMode QProcess.processChannelMode()'''
8298         return QProcess.ProcessChannelMode()
8299     def systemEnvironment(self):
8300         '''static QStringList QProcess.systemEnvironment()'''
8301         return QStringList()
8302     def startDetached(self, program, arguments, workingDirectory, pid):
8303         '''static bool QProcess.startDetached(QString program, QStringList arguments, QString workingDirectory, int pid)'''
8304         return bool()
8305     def startDetached(self, program, arguments):
8306         '''static bool QProcess.startDetached(QString program, QStringList arguments)'''
8307         return bool()
8308     def startDetached(self, program):
8309         '''static bool QProcess.startDetached(QString program)'''
8310         return bool()
8311     def execute(self, program, arguments):
8312         '''static int QProcess.execute(QString program, QStringList arguments)'''
8313         return int()
8314     def execute(self, program):
8315         '''static int QProcess.execute(QString program)'''
8316         return int()
8317     def atEnd(self):
8318         '''bool QProcess.atEnd()'''
8319         return bool()
8320     def close(self):
8321         '''void QProcess.close()'''
8322     def canReadLine(self):
8323         '''bool QProcess.canReadLine()'''
8324         return bool()
8325     def isSequential(self):
8326         '''bool QProcess.isSequential()'''
8327         return bool()
8328     def bytesToWrite(self):
8329         '''int QProcess.bytesToWrite()'''
8330         return int()
8331     def bytesAvailable(self):
8332         '''int QProcess.bytesAvailable()'''
8333         return int()
8334     def exitStatus(self):
8335         '''QProcess.ExitStatus QProcess.exitStatus()'''
8336         return QProcess.ExitStatus()
8337     def exitCode(self):
8338         '''int QProcess.exitCode()'''
8339         return int()
8340     def readAllStandardError(self):
8341         '''QByteArray QProcess.readAllStandardError()'''
8342         return QByteArray()
8343     def readAllStandardOutput(self):
8344         '''QByteArray QProcess.readAllStandardOutput()'''
8345         return QByteArray()
8346     def waitForFinished(self, msecs = 30000):
8347         '''bool QProcess.waitForFinished(int msecs = 30000)'''
8348         return bool()
8349     def waitForBytesWritten(self, msecs = 30000):
8350         '''bool QProcess.waitForBytesWritten(int msecs = 30000)'''
8351         return bool()
8352     def waitForReadyRead(self, msecs = 30000):
8353         '''bool QProcess.waitForReadyRead(int msecs = 30000)'''
8354         return bool()
8355     def waitForStarted(self, msecs = 30000):
8356         '''bool QProcess.waitForStarted(int msecs = 30000)'''
8357         return bool()
8358     def pid(self):
8359         '''int QProcess.pid()'''
8360         return int()
8361     def state(self):
8362         '''QProcess.ProcessState QProcess.state()'''
8363         return QProcess.ProcessState()
8364     def error(self):
8365         '''QProcess.ProcessError QProcess.error()'''
8366         return QProcess.ProcessError()
8367     error = pyqtSignal() # void error(QProcess::ProcessError) - signal
8368     def environment(self):
8369         '''QStringList QProcess.environment()'''
8370         return QStringList()
8371     def setEnvironment(self, environment):
8372         '''void QProcess.setEnvironment(QStringList environment)'''
8373     def setWorkingDirectory(self, dir):
8374         '''void QProcess.setWorkingDirectory(QString dir)'''
8375     def workingDirectory(self):
8376         '''QString QProcess.workingDirectory()'''
8377         return QString()
8378     def closeWriteChannel(self):
8379         '''void QProcess.closeWriteChannel()'''
8380     def closeReadChannel(self, channel):
8381         '''void QProcess.closeReadChannel(QProcess.ProcessChannel channel)'''
8382     def setReadChannel(self, channel):
8383         '''void QProcess.setReadChannel(QProcess.ProcessChannel channel)'''
8384     def readChannel(self):
8385         '''QProcess.ProcessChannel QProcess.readChannel()'''
8386         return QProcess.ProcessChannel()
8387     def setReadChannelMode(self, mode):
8388         '''void QProcess.setReadChannelMode(QProcess.ProcessChannelMode mode)'''
8389     def readChannelMode(self):
8390         '''QProcess.ProcessChannelMode QProcess.readChannelMode()'''
8391         return QProcess.ProcessChannelMode()
8392     def start(self, program, arguments, mode = None):
8393         '''void QProcess.start(QString program, QStringList arguments, QIODevice.OpenMode mode = QIODevice.ReadWrite)'''
8394     def start(self, program, mode = None):
8395         '''void QProcess.start(QString program, QIODevice.OpenMode mode = QIODevice.ReadWrite)'''
8396 
8397 
8398 class QProcessEnvironment():
8399     """"""
8400     def __init__(self):
8401         '''void QProcessEnvironment.__init__()'''
8402     def __init__(self, other):
8403         '''void QProcessEnvironment.__init__(QProcessEnvironment other)'''
8404     def keys(self):
8405         '''QStringList QProcessEnvironment.keys()'''
8406         return QStringList()
8407     def systemEnvironment(self):
8408         '''static QProcessEnvironment QProcessEnvironment.systemEnvironment()'''
8409         return QProcessEnvironment()
8410     def toStringList(self):
8411         '''QStringList QProcessEnvironment.toStringList()'''
8412         return QStringList()
8413     def value(self, name, defaultValue = QString()):
8414         '''QString QProcessEnvironment.value(QString name, QString defaultValue = QString())'''
8415         return QString()
8416     def remove(self, name):
8417         '''void QProcessEnvironment.remove(QString name)'''
8418     def insert(self, name, value):
8419         '''void QProcessEnvironment.insert(QString name, QString value)'''
8420     def insert(self, e):
8421         '''void QProcessEnvironment.insert(QProcessEnvironment e)'''
8422     def contains(self, name):
8423         '''bool QProcessEnvironment.contains(QString name)'''
8424         return bool()
8425     def clear(self):
8426         '''void QProcessEnvironment.clear()'''
8427     def isEmpty(self):
8428         '''bool QProcessEnvironment.isEmpty()'''
8429         return bool()
8430     def __ne__(self, other):
8431         '''bool QProcessEnvironment.__ne__(QProcessEnvironment other)'''
8432         return bool()
8433     def __eq__(self, other):
8434         '''bool QProcessEnvironment.__eq__(QProcessEnvironment other)'''
8435         return bool()
8436 
8437 
8438 class QReadWriteLock():
8439     """"""
8440     # Enum QReadWriteLock.RecursionMode
8441     NonRecursive = 0
8442     Recursive = 0
8443 
8444     def __init__(self):
8445         '''void QReadWriteLock.__init__()'''
8446     def __init__(self, recursionMode):
8447         '''void QReadWriteLock.__init__(QReadWriteLock.RecursionMode recursionMode)'''
8448     def unlock(self):
8449         '''void QReadWriteLock.unlock()'''
8450     def tryLockForWrite(self):
8451         '''bool QReadWriteLock.tryLockForWrite()'''
8452         return bool()
8453     def tryLockForWrite(self, timeout):
8454         '''bool QReadWriteLock.tryLockForWrite(int timeout)'''
8455         return bool()
8456     def lockForWrite(self):
8457         '''void QReadWriteLock.lockForWrite()'''
8458     def tryLockForRead(self):
8459         '''bool QReadWriteLock.tryLockForRead()'''
8460         return bool()
8461     def tryLockForRead(self, timeout):
8462         '''bool QReadWriteLock.tryLockForRead(int timeout)'''
8463         return bool()
8464     def lockForRead(self):
8465         '''void QReadWriteLock.lockForRead()'''
8466 
8467 
8468 class QReadLocker():
8469     """"""
8470     def __init__(self, areadWriteLock):
8471         '''void QReadLocker.__init__(QReadWriteLock areadWriteLock)'''
8472     def __exit__(self, type, value, traceback):
8473         '''void QReadLocker.__exit__(object type, object value, object traceback)'''
8474     def __enter__(self):
8475         '''object QReadLocker.__enter__()'''
8476         return object()
8477     def readWriteLock(self):
8478         '''QReadWriteLock QReadLocker.readWriteLock()'''
8479         return QReadWriteLock()
8480     def relock(self):
8481         '''void QReadLocker.relock()'''
8482     def unlock(self):
8483         '''void QReadLocker.unlock()'''
8484 
8485 
8486 class QWriteLocker():
8487     """"""
8488     def __init__(self, areadWriteLock):
8489         '''void QWriteLocker.__init__(QReadWriteLock areadWriteLock)'''
8490     def __exit__(self, type, value, traceback):
8491         '''void QWriteLocker.__exit__(object type, object value, object traceback)'''
8492     def __enter__(self):
8493         '''object QWriteLocker.__enter__()'''
8494         return object()
8495     def readWriteLock(self):
8496         '''QReadWriteLock QWriteLocker.readWriteLock()'''
8497         return QReadWriteLock()
8498     def relock(self):
8499         '''void QWriteLocker.relock()'''
8500     def unlock(self):
8501         '''void QWriteLocker.unlock()'''
8502 
8503 
8504 class QRect():
8505     """"""
8506     def __init__(self):
8507         '''void QRect.__init__()'''
8508     def __init__(self, aleft, atop, awidth, aheight):
8509         '''void QRect.__init__(int aleft, int atop, int awidth, int aheight)'''
8510     def __init__(self, atopLeft, abottomRight):
8511         '''void QRect.__init__(QPoint atopLeft, QPoint abottomRight)'''
8512     def __init__(self, atopLeft, asize):
8513         '''void QRect.__init__(QPoint atopLeft, QSize asize)'''
8514     def __init__(self):
8515         '''QRect QRect.__init__()'''
8516         return QRect()
8517     def __eq__(self, r2):
8518         '''bool QRect.__eq__(QRect r2)'''
8519         return bool()
8520     def __ne__(self, r2):
8521         '''bool QRect.__ne__(QRect r2)'''
8522         return bool()
8523     def united(self, r):
8524         '''QRect QRect.united(QRect r)'''
8525         return QRect()
8526     def intersected(self, other):
8527         '''QRect QRect.intersected(QRect other)'''
8528         return QRect()
8529     def unite(self, r):
8530         '''QRect QRect.unite(QRect r)'''
8531         return QRect()
8532     def intersect(self, r):
8533         '''QRect QRect.intersect(QRect r)'''
8534         return QRect()
8535     def __iand__(self, r):
8536         '''QRect QRect.__iand__(QRect r)'''
8537         return QRect()
8538     def __ior__(self, r):
8539         '''QRect QRect.__ior__(QRect r)'''
8540         return QRect()
8541     def setSize(self, s):
8542         '''void QRect.setSize(QSize s)'''
8543     def setHeight(self, h):
8544         '''void QRect.setHeight(int h)'''
8545     def setWidth(self, w):
8546         '''void QRect.setWidth(int w)'''
8547     def adjust(self, dx1, dy1, dx2, dy2):
8548         '''void QRect.adjust(int dx1, int dy1, int dx2, int dy2)'''
8549     def adjusted(self, xp1, yp1, xp2, yp2):
8550         '''QRect QRect.adjusted(int xp1, int yp1, int xp2, int yp2)'''
8551         return QRect()
8552     def setCoords(self, xp1, yp1, xp2, yp2):
8553         '''void QRect.setCoords(int xp1, int yp1, int xp2, int yp2)'''
8554     def getCoords(self, xp1, yp1, xp2, yp2):
8555         '''void QRect.getCoords(int xp1, int yp1, int xp2, int yp2)'''
8556     def setRect(self, ax, ay, aw, ah):
8557         '''void QRect.setRect(int ax, int ay, int aw, int ah)'''
8558     def getRect(self, ax, ay, aw, ah):
8559         '''void QRect.getRect(int ax, int ay, int aw, int ah)'''
8560     def moveBottomLeft(self, p):
8561         '''void QRect.moveBottomLeft(QPoint p)'''
8562     def moveTopRight(self, p):
8563         '''void QRect.moveTopRight(QPoint p)'''
8564     def moveBottomRight(self, p):
8565         '''void QRect.moveBottomRight(QPoint p)'''
8566     def moveTopLeft(self, p):
8567         '''void QRect.moveTopLeft(QPoint p)'''
8568     def moveBottom(self, pos):
8569         '''void QRect.moveBottom(int pos)'''
8570     def moveRight(self, pos):
8571         '''void QRect.moveRight(int pos)'''
8572     def moveTop(self, pos):
8573         '''void QRect.moveTop(int pos)'''
8574     def moveLeft(self, pos):
8575         '''void QRect.moveLeft(int pos)'''
8576     def moveTo(self, ax, ay):
8577         '''void QRect.moveTo(int ax, int ay)'''
8578     def moveTo(self, p):
8579         '''void QRect.moveTo(QPoint p)'''
8580     def translated(self, dx, dy):
8581         '''QRect QRect.translated(int dx, int dy)'''
8582         return QRect()
8583     def translated(self, p):
8584         '''QRect QRect.translated(QPoint p)'''
8585         return QRect()
8586     def translate(self, dx, dy):
8587         '''void QRect.translate(int dx, int dy)'''
8588     def translate(self, p):
8589         '''void QRect.translate(QPoint p)'''
8590     def size(self):
8591         '''QSize QRect.size()'''
8592         return QSize()
8593     def height(self):
8594         '''int QRect.height()'''
8595         return int()
8596     def width(self):
8597         '''int QRect.width()'''
8598         return int()
8599     def center(self):
8600         '''QPoint QRect.center()'''
8601         return QPoint()
8602     def bottomLeft(self):
8603         '''QPoint QRect.bottomLeft()'''
8604         return QPoint()
8605     def topRight(self):
8606         '''QPoint QRect.topRight()'''
8607         return QPoint()
8608     def bottomRight(self):
8609         '''QPoint QRect.bottomRight()'''
8610         return QPoint()
8611     def topLeft(self):
8612         '''QPoint QRect.topLeft()'''
8613         return QPoint()
8614     def setY(self, ay):
8615         '''void QRect.setY(int ay)'''
8616     def setX(self, ax):
8617         '''void QRect.setX(int ax)'''
8618     def setBottomLeft(self, p):
8619         '''void QRect.setBottomLeft(QPoint p)'''
8620     def setTopRight(self, p):
8621         '''void QRect.setTopRight(QPoint p)'''
8622     def setBottomRight(self, p):
8623         '''void QRect.setBottomRight(QPoint p)'''
8624     def setTopLeft(self, p):
8625         '''void QRect.setTopLeft(QPoint p)'''
8626     def setBottom(self, pos):
8627         '''void QRect.setBottom(int pos)'''
8628     def setRight(self, pos):
8629         '''void QRect.setRight(int pos)'''
8630     def setTop(self, pos):
8631         '''void QRect.setTop(int pos)'''
8632     def setLeft(self, pos):
8633         '''void QRect.setLeft(int pos)'''
8634     def y(self):
8635         '''int QRect.y()'''
8636         return int()
8637     def x(self):
8638         '''int QRect.x()'''
8639         return int()
8640     def bottom(self):
8641         '''int QRect.bottom()'''
8642         return int()
8643     def right(self):
8644         '''int QRect.right()'''
8645         return int()
8646     def top(self):
8647         '''int QRect.top()'''
8648         return int()
8649     def left(self):
8650         '''int QRect.left()'''
8651         return int()
8652     def __bool__(self):
8653         '''int QRect.__bool__()'''
8654         return int()
8655     def isValid(self):
8656         '''bool QRect.isValid()'''
8657         return bool()
8658     def isEmpty(self):
8659         '''bool QRect.isEmpty()'''
8660         return bool()
8661     def isNull(self):
8662         '''bool QRect.isNull()'''
8663         return bool()
8664     def __repr__(self):
8665         '''str QRect.__repr__()'''
8666         return str()
8667     def intersects(self, r):
8668         '''bool QRect.intersects(QRect r)'''
8669         return bool()
8670     def __contains__(self, p):
8671         '''int QRect.__contains__(QPoint p)'''
8672         return int()
8673     def __contains__(self, r):
8674         '''int QRect.__contains__(QRect r)'''
8675         return int()
8676     def contains(self, point, proper = False):
8677         '''bool QRect.contains(QPoint point, bool proper = False)'''
8678         return bool()
8679     def contains(self, rectangle, proper = False):
8680         '''bool QRect.contains(QRect rectangle, bool proper = False)'''
8681         return bool()
8682     def contains(self, ax, ay, aproper):
8683         '''bool QRect.contains(int ax, int ay, bool aproper)'''
8684         return bool()
8685     def contains(self, ax, ay):
8686         '''bool QRect.contains(int ax, int ay)'''
8687         return bool()
8688     def __and__(self, r):
8689         '''QRect QRect.__and__(QRect r)'''
8690         return QRect()
8691     def __or__(self, r):
8692         '''QRect QRect.__or__(QRect r)'''
8693         return QRect()
8694     def moveCenter(self, p):
8695         '''void QRect.moveCenter(QPoint p)'''
8696     def normalized(self):
8697         '''QRect QRect.normalized()'''
8698         return QRect()
8699 
8700 
8701 class QRectF():
8702     """"""
8703     def __init__(self):
8704         '''void QRectF.__init__()'''
8705     def __init__(self, atopLeft, asize):
8706         '''void QRectF.__init__(QPointF atopLeft, QSizeF asize)'''
8707     def __init__(self, atopLeft, abottomRight):
8708         '''void QRectF.__init__(QPointF atopLeft, QPointF abottomRight)'''
8709     def __init__(self, aleft, atop, awidth, aheight):
8710         '''void QRectF.__init__(float aleft, float atop, float awidth, float aheight)'''
8711     def __init__(self, r):
8712         '''void QRectF.__init__(QRect r)'''
8713     def __init__(self):
8714         '''QRectF QRectF.__init__()'''
8715         return QRectF()
8716     def __eq__(self, r2):
8717         '''bool QRectF.__eq__(QRectF r2)'''
8718         return bool()
8719     def __ne__(self, r2):
8720         '''bool QRectF.__ne__(QRectF r2)'''
8721         return bool()
8722     def united(self, r):
8723         '''QRectF QRectF.united(QRectF r)'''
8724         return QRectF()
8725     def intersected(self, r):
8726         '''QRectF QRectF.intersected(QRectF r)'''
8727         return QRectF()
8728     def toRect(self):
8729         '''QRect QRectF.toRect()'''
8730         return QRect()
8731     def toAlignedRect(self):
8732         '''QRect QRectF.toAlignedRect()'''
8733         return QRect()
8734     def unite(self, r):
8735         '''QRectF QRectF.unite(QRectF r)'''
8736         return QRectF()
8737     def intersect(self, r):
8738         '''QRectF QRectF.intersect(QRectF r)'''
8739         return QRectF()
8740     def __iand__(self, r):
8741         '''QRectF QRectF.__iand__(QRectF r)'''
8742         return QRectF()
8743     def __ior__(self, r):
8744         '''QRectF QRectF.__ior__(QRectF r)'''
8745         return QRectF()
8746     def setSize(self, s):
8747         '''void QRectF.setSize(QSizeF s)'''
8748     def setHeight(self, ah):
8749         '''void QRectF.setHeight(float ah)'''
8750     def setWidth(self, aw):
8751         '''void QRectF.setWidth(float aw)'''
8752     def adjusted(self, xp1, yp1, xp2, yp2):
8753         '''QRectF QRectF.adjusted(float xp1, float yp1, float xp2, float yp2)'''
8754         return QRectF()
8755     def adjust(self, xp1, yp1, xp2, yp2):
8756         '''void QRectF.adjust(float xp1, float yp1, float xp2, float yp2)'''
8757     def setCoords(self, xp1, yp1, xp2, yp2):
8758         '''void QRectF.setCoords(float xp1, float yp1, float xp2, float yp2)'''
8759     def getCoords(self, xp1, yp1, xp2, yp2):
8760         '''void QRectF.getCoords(float xp1, float yp1, float xp2, float yp2)'''
8761     def setRect(self, ax, ay, aaw, aah):
8762         '''void QRectF.setRect(float ax, float ay, float aaw, float aah)'''
8763     def getRect(self, ax, ay, aaw, aah):
8764         '''void QRectF.getRect(float ax, float ay, float aaw, float aah)'''
8765     def translated(self, dx, dy):
8766         '''QRectF QRectF.translated(float dx, float dy)'''
8767         return QRectF()
8768     def translated(self, p):
8769         '''QRectF QRectF.translated(QPointF p)'''
8770         return QRectF()
8771     def moveTo(self, ax, ay):
8772         '''void QRectF.moveTo(float ax, float ay)'''
8773     def moveTo(self, p):
8774         '''void QRectF.moveTo(QPointF p)'''
8775     def translate(self, dx, dy):
8776         '''void QRectF.translate(float dx, float dy)'''
8777     def translate(self, p):
8778         '''void QRectF.translate(QPointF p)'''
8779     def size(self):
8780         '''QSizeF QRectF.size()'''
8781         return QSizeF()
8782     def height(self):
8783         '''float QRectF.height()'''
8784         return float()
8785     def width(self):
8786         '''float QRectF.width()'''
8787         return float()
8788     def moveCenter(self, p):
8789         '''void QRectF.moveCenter(QPointF p)'''
8790     def moveBottomRight(self, p):
8791         '''void QRectF.moveBottomRight(QPointF p)'''
8792     def moveBottomLeft(self, p):
8793         '''void QRectF.moveBottomLeft(QPointF p)'''
8794     def moveTopRight(self, p):
8795         '''void QRectF.moveTopRight(QPointF p)'''
8796     def moveTopLeft(self, p):
8797         '''void QRectF.moveTopLeft(QPointF p)'''
8798     def moveBottom(self, pos):
8799         '''void QRectF.moveBottom(float pos)'''
8800     def moveRight(self, pos):
8801         '''void QRectF.moveRight(float pos)'''
8802     def moveTop(self, pos):
8803         '''void QRectF.moveTop(float pos)'''
8804     def moveLeft(self, pos):
8805         '''void QRectF.moveLeft(float pos)'''
8806     def center(self):
8807         '''QPointF QRectF.center()'''
8808         return QPointF()
8809     def setBottomRight(self, p):
8810         '''void QRectF.setBottomRight(QPointF p)'''
8811     def setBottomLeft(self, p):
8812         '''void QRectF.setBottomLeft(QPointF p)'''
8813     def setTopRight(self, p):
8814         '''void QRectF.setTopRight(QPointF p)'''
8815     def setTopLeft(self, p):
8816         '''void QRectF.setTopLeft(QPointF p)'''
8817     def setBottom(self, pos):
8818         '''void QRectF.setBottom(float pos)'''
8819     def setTop(self, pos):
8820         '''void QRectF.setTop(float pos)'''
8821     def setRight(self, pos):
8822         '''void QRectF.setRight(float pos)'''
8823     def setLeft(self, pos):
8824         '''void QRectF.setLeft(float pos)'''
8825     def y(self):
8826         '''float QRectF.y()'''
8827         return float()
8828     def x(self):
8829         '''float QRectF.x()'''
8830         return float()
8831     def __bool__(self):
8832         '''int QRectF.__bool__()'''
8833         return int()
8834     def isValid(self):
8835         '''bool QRectF.isValid()'''
8836         return bool()
8837     def isEmpty(self):
8838         '''bool QRectF.isEmpty()'''
8839         return bool()
8840     def isNull(self):
8841         '''bool QRectF.isNull()'''
8842         return bool()
8843     def intersects(self, r):
8844         '''bool QRectF.intersects(QRectF r)'''
8845         return bool()
8846     def __contains__(self, p):
8847         '''int QRectF.__contains__(QPointF p)'''
8848         return int()
8849     def __contains__(self, r):
8850         '''int QRectF.__contains__(QRectF r)'''
8851         return int()
8852     def contains(self, p):
8853         '''bool QRectF.contains(QPointF p)'''
8854         return bool()
8855     def contains(self, r):
8856         '''bool QRectF.contains(QRectF r)'''
8857         return bool()
8858     def contains(self, ax, ay):
8859         '''bool QRectF.contains(float ax, float ay)'''
8860         return bool()
8861     def __and__(self, r):
8862         '''QRectF QRectF.__and__(QRectF r)'''
8863         return QRectF()
8864     def __or__(self, r):
8865         '''QRectF QRectF.__or__(QRectF r)'''
8866         return QRectF()
8867     def bottomLeft(self):
8868         '''QPointF QRectF.bottomLeft()'''
8869         return QPointF()
8870     def topRight(self):
8871         '''QPointF QRectF.topRight()'''
8872         return QPointF()
8873     def bottomRight(self):
8874         '''QPointF QRectF.bottomRight()'''
8875         return QPointF()
8876     def topLeft(self):
8877         '''QPointF QRectF.topLeft()'''
8878         return QPointF()
8879     def setY(self, pos):
8880         '''void QRectF.setY(float pos)'''
8881     def setX(self, pos):
8882         '''void QRectF.setX(float pos)'''
8883     def bottom(self):
8884         '''float QRectF.bottom()'''
8885         return float()
8886     def right(self):
8887         '''float QRectF.right()'''
8888         return float()
8889     def top(self):
8890         '''float QRectF.top()'''
8891         return float()
8892     def left(self):
8893         '''float QRectF.left()'''
8894         return float()
8895     def normalized(self):
8896         '''QRectF QRectF.normalized()'''
8897         return QRectF()
8898     def __repr__(self):
8899         '''str QRectF.__repr__()'''
8900         return str()
8901 
8902 
8903 class QRegExp():
8904     """"""
8905     # Enum QRegExp.CaretMode
8906     CaretAtZero = 0
8907     CaretAtOffset = 0
8908     CaretWontMatch = 0
8909 
8910     # Enum QRegExp.PatternSyntax
8911     RegExp = 0
8912     RegExp2 = 0
8913     Wildcard = 0
8914     FixedString = 0
8915     WildcardUnix = 0
8916     W3CXmlSchema11 = 0
8917 
8918     def __init__(self):
8919         '''void QRegExp.__init__()'''
8920     def __init__(self, pattern, cs = None, syntax = None):
8921         '''void QRegExp.__init__(QString pattern, Qt.CaseSensitivity cs = Qt.CaseSensitive, QRegExp.PatternSyntax syntax = QRegExp.RegExp)'''
8922     def __init__(self, rx):
8923         '''void QRegExp.__init__(QRegExp rx)'''
8924     def swap(self, other):
8925         '''void QRegExp.swap(QRegExp other)'''
8926     def captureCount(self):
8927         '''int QRegExp.captureCount()'''
8928         return int()
8929     def escape(self, str):
8930         '''static QString QRegExp.escape(QString str)'''
8931         return QString()
8932     def errorString(self):
8933         '''QString QRegExp.errorString()'''
8934         return QString()
8935     def pos(self, nth = 0):
8936         '''int QRegExp.pos(int nth = 0)'''
8937         return int()
8938     def cap(self, nth = 0):
8939         '''QString QRegExp.cap(int nth = 0)'''
8940         return QString()
8941     def capturedTexts(self):
8942         '''QStringList QRegExp.capturedTexts()'''
8943         return QStringList()
8944     def numCaptures(self):
8945         '''int QRegExp.numCaptures()'''
8946         return int()
8947     def matchedLength(self):
8948         '''int QRegExp.matchedLength()'''
8949         return int()
8950     def lastIndexIn(self, str, offset = None, caretMode = None):
8951         '''int QRegExp.lastIndexIn(QString str, int offset = -1, QRegExp.CaretMode caretMode = QRegExp.CaretAtZero)'''
8952         return int()
8953     def indexIn(self, str, offset = 0, caretMode = None):
8954         '''int QRegExp.indexIn(QString str, int offset = 0, QRegExp.CaretMode caretMode = QRegExp.CaretAtZero)'''
8955         return int()
8956     def exactMatch(self, str):
8957         '''bool QRegExp.exactMatch(QString str)'''
8958         return bool()
8959     def setMinimal(self, minimal):
8960         '''void QRegExp.setMinimal(bool minimal)'''
8961     def isMinimal(self):
8962         '''bool QRegExp.isMinimal()'''
8963         return bool()
8964     def setPatternSyntax(self, syntax):
8965         '''void QRegExp.setPatternSyntax(QRegExp.PatternSyntax syntax)'''
8966     def patternSyntax(self):
8967         '''QRegExp.PatternSyntax QRegExp.patternSyntax()'''
8968         return QRegExp.PatternSyntax()
8969     def setCaseSensitivity(self, cs):
8970         '''void QRegExp.setCaseSensitivity(Qt.CaseSensitivity cs)'''
8971     def caseSensitivity(self):
8972         '''Qt.CaseSensitivity QRegExp.caseSensitivity()'''
8973         return Qt.CaseSensitivity()
8974     def setPattern(self, pattern):
8975         '''void QRegExp.setPattern(QString pattern)'''
8976     def pattern(self):
8977         '''QString QRegExp.pattern()'''
8978         return QString()
8979     def isValid(self):
8980         '''bool QRegExp.isValid()'''
8981         return bool()
8982     def isEmpty(self):
8983         '''bool QRegExp.isEmpty()'''
8984         return bool()
8985     def __ne__(self, rx):
8986         '''bool QRegExp.__ne__(QRegExp rx)'''
8987         return bool()
8988     def __eq__(self, rx):
8989         '''bool QRegExp.__eq__(QRegExp rx)'''
8990         return bool()
8991     def __repr__(self):
8992         '''str QRegExp.__repr__()'''
8993         return str()
8994 
8995 
8996 class QResource():
8997     """"""
8998     def __init__(self, fileName = QString(), locale = QLocale()):
8999         '''void QResource.__init__(QString fileName = QString(), QLocale locale = QLocale())'''
9000     def isFile(self):
9001         '''bool QResource.isFile()'''
9002         return bool()
9003     def isDir(self):
9004         '''bool QResource.isDir()'''
9005         return bool()
9006     def children(self):
9007         '''QStringList QResource.children()'''
9008         return QStringList()
9009     def unregisterResourceData(self, rccData, mapRoot = QString()):
9010         '''static bool QResource.unregisterResourceData(str rccData, QString mapRoot = QString())'''
9011         return bool()
9012     def unregisterResource(self, rccFileName, mapRoot = QString()):
9013         '''static bool QResource.unregisterResource(QString rccFileName, QString mapRoot = QString())'''
9014         return bool()
9015     def searchPaths(self):
9016         '''static QStringList QResource.searchPaths()'''
9017         return QStringList()
9018     def registerResourceData(self, rccData, mapRoot = QString()):
9019         '''static bool QResource.registerResourceData(str rccData, QString mapRoot = QString())'''
9020         return bool()
9021     def registerResource(self, rccFileName, mapRoot = QString()):
9022         '''static bool QResource.registerResource(QString rccFileName, QString mapRoot = QString())'''
9023         return bool()
9024     def addSearchPath(self, path):
9025         '''static void QResource.addSearchPath(QString path)'''
9026     def size(self):
9027         '''int QResource.size()'''
9028         return int()
9029     def setLocale(self, locale):
9030         '''void QResource.setLocale(QLocale locale)'''
9031     def setFileName(self, file):
9032         '''void QResource.setFileName(QString file)'''
9033     def locale(self):
9034         '''QLocale QResource.locale()'''
9035         return QLocale()
9036     def isValid(self):
9037         '''bool QResource.isValid()'''
9038         return bool()
9039     def isCompressed(self):
9040         '''bool QResource.isCompressed()'''
9041         return bool()
9042     def fileName(self):
9043         '''QString QResource.fileName()'''
9044         return QString()
9045     def data(self):
9046         '''str QResource.data()'''
9047         return str()
9048     def absoluteFilePath(self):
9049         '''QString QResource.absoluteFilePath()'''
9050         return QString()
9051 
9052 
9053 class QRunnable():
9054     """"""
9055     def __init__(self):
9056         '''void QRunnable.__init__()'''
9057     def __init__(self):
9058         '''QRunnable QRunnable.__init__()'''
9059         return QRunnable()
9060     def setAutoDelete(self, _autoDelete):
9061         '''void QRunnable.setAutoDelete(bool _autoDelete)'''
9062     def autoDelete(self):
9063         '''bool QRunnable.autoDelete()'''
9064         return bool()
9065     def run(self):
9066         '''abstract void QRunnable.run()'''
9067 
9068 
9069 class QSemaphore():
9070     """"""
9071     def __init__(self, n = 0):
9072         '''void QSemaphore.__init__(int n = 0)'''
9073     def available(self):
9074         '''int QSemaphore.available()'''
9075         return int()
9076     def release(self, n = 1):
9077         '''void QSemaphore.release(int n = 1)'''
9078     def tryAcquire(self, n = 1):
9079         '''bool QSemaphore.tryAcquire(int n = 1)'''
9080         return bool()
9081     def tryAcquire(self, n, timeout):
9082         '''bool QSemaphore.tryAcquire(int n, int timeout)'''
9083         return bool()
9084     def acquire(self, n = 1):
9085         '''void QSemaphore.acquire(int n = 1)'''
9086 
9087 
9088 class QSequentialAnimationGroup(QAnimationGroup):
9089     """"""
9090     def __init__(self, parent = None):
9091         '''void QSequentialAnimationGroup.__init__(QObject parent = None)'''
9092     def updateDirection(self, direction):
9093         '''void QSequentialAnimationGroup.updateDirection(QAbstractAnimation.Direction direction)'''
9094     def updateState(self, newState, oldState):
9095         '''void QSequentialAnimationGroup.updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)'''
9096     def updateCurrentTime(self):
9097         '''int QSequentialAnimationGroup.updateCurrentTime()'''
9098         return int()
9099     def event(self, event):
9100         '''bool QSequentialAnimationGroup.event(QEvent event)'''
9101         return bool()
9102     currentAnimationChanged = pyqtSignal() # void currentAnimationChanged(QAbstractAnimation *) - signal
9103     def duration(self):
9104         '''int QSequentialAnimationGroup.duration()'''
9105         return int()
9106     def currentAnimation(self):
9107         '''QAbstractAnimation QSequentialAnimationGroup.currentAnimation()'''
9108         return QAbstractAnimation()
9109     def insertPause(self, index, msecs):
9110         '''QPauseAnimation QSequentialAnimationGroup.insertPause(int index, int msecs)'''
9111         return QPauseAnimation()
9112     def addPause(self, msecs):
9113         '''QPauseAnimation QSequentialAnimationGroup.addPause(int msecs)'''
9114         return QPauseAnimation()
9115 
9116 
9117 class QSettings(QObject):
9118     """"""
9119     # Enum QSettings.Scope
9120     UserScope = 0
9121     SystemScope = 0
9122 
9123     # Enum QSettings.Format
9124     NativeFormat = 0
9125     IniFormat = 0
9126     InvalidFormat = 0
9127 
9128     # Enum QSettings.Status
9129     NoError = 0
9130     AccessError = 0
9131     FormatError = 0
9132 
9133     def __init__(self, organization, application = QString(), parent = None):
9134         '''void QSettings.__init__(QString organization, QString application = QString(), QObject parent = None)'''
9135     def __init__(self, scope, organization, application = QString(), parent = None):
9136         '''void QSettings.__init__(QSettings.Scope scope, QString organization, QString application = QString(), QObject parent = None)'''
9137     def __init__(self, format, scope, organization, application = QString(), parent = None):
9138         '''void QSettings.__init__(QSettings.Format format, QSettings.Scope scope, QString organization, QString application = QString(), QObject parent = None)'''
9139     def __init__(self, fileName, format, parent = None):
9140         '''void QSettings.__init__(QString fileName, QSettings.Format format, QObject parent = None)'''
9141     def __init__(self, parent = None):
9142         '''void QSettings.__init__(QObject parent = None)'''
9143     def event(self, event):
9144         '''bool QSettings.event(QEvent event)'''
9145         return bool()
9146     def iniCodec(self):
9147         '''QTextCodec QSettings.iniCodec()'''
9148         return QTextCodec()
9149     def setIniCodec(self, codec):
9150         '''void QSettings.setIniCodec(QTextCodec codec)'''
9151     def setIniCodec(self, codecName):
9152         '''void QSettings.setIniCodec(str codecName)'''
9153     def defaultFormat(self):
9154         '''static QSettings.Format QSettings.defaultFormat()'''
9155         return QSettings.Format()
9156     def setDefaultFormat(self, format):
9157         '''static void QSettings.setDefaultFormat(QSettings.Format format)'''
9158     def applicationName(self):
9159         '''QString QSettings.applicationName()'''
9160         return QString()
9161     def organizationName(self):
9162         '''QString QSettings.organizationName()'''
9163         return QString()
9164     def scope(self):
9165         '''QSettings.Scope QSettings.scope()'''
9166         return QSettings.Scope()
9167     def format(self):
9168         '''QSettings.Format QSettings.format()'''
9169         return QSettings.Format()
9170     def setPath(self, format, scope, path):
9171         '''static void QSettings.setPath(QSettings.Format format, QSettings.Scope scope, QString path)'''
9172     def setUserIniPath(self, dir):
9173         '''static void QSettings.setUserIniPath(QString dir)'''
9174     def setSystemIniPath(self, dir):
9175         '''static void QSettings.setSystemIniPath(QString dir)'''
9176     def fileName(self):
9177         '''QString QSettings.fileName()'''
9178         return QString()
9179     def fallbacksEnabled(self):
9180         '''bool QSettings.fallbacksEnabled()'''
9181         return bool()
9182     def setFallbacksEnabled(self, b):
9183         '''void QSettings.setFallbacksEnabled(bool b)'''
9184     def contains(self, key):
9185         '''bool QSettings.contains(QString key)'''
9186         return bool()
9187     def remove(self, key):
9188         '''void QSettings.remove(QString key)'''
9189     def value(self, key, defaultValue = QVariant(), type = None):
9190         '''object QSettings.value(QString key, QVariant defaultValue = QVariant(), object type = None)'''
9191         return object()
9192     def setValue(self, key, value):
9193         '''void QSettings.setValue(QString key, QVariant value)'''
9194     def isWritable(self):
9195         '''bool QSettings.isWritable()'''
9196         return bool()
9197     def childGroups(self):
9198         '''QStringList QSettings.childGroups()'''
9199         return QStringList()
9200     def childKeys(self):
9201         '''QStringList QSettings.childKeys()'''
9202         return QStringList()
9203     def allKeys(self):
9204         '''QStringList QSettings.allKeys()'''
9205         return QStringList()
9206     def setArrayIndex(self, i):
9207         '''void QSettings.setArrayIndex(int i)'''
9208     def endArray(self):
9209         '''void QSettings.endArray()'''
9210     def beginWriteArray(self, prefix, size = None):
9211         '''void QSettings.beginWriteArray(QString prefix, int size = -1)'''
9212     def beginReadArray(self, prefix):
9213         '''int QSettings.beginReadArray(QString prefix)'''
9214         return int()
9215     def group(self):
9216         '''QString QSettings.group()'''
9217         return QString()
9218     def endGroup(self):
9219         '''void QSettings.endGroup()'''
9220     def beginGroup(self, prefix):
9221         '''void QSettings.beginGroup(QString prefix)'''
9222     def status(self):
9223         '''QSettings.Status QSettings.status()'''
9224         return QSettings.Status()
9225     def sync(self):
9226         '''void QSettings.sync()'''
9227     def clear(self):
9228         '''void QSettings.clear()'''
9229 
9230 
9231 class QSharedMemory(QObject):
9232     """"""
9233     # Enum QSharedMemory.SharedMemoryError
9234     NoError = 0
9235     PermissionDenied = 0
9236     InvalidSize = 0
9237     KeyError = 0
9238     AlreadyExists = 0
9239     NotFound = 0
9240     LockError = 0
9241     OutOfResources = 0
9242     UnknownError = 0
9243 
9244     # Enum QSharedMemory.AccessMode
9245     ReadOnly = 0
9246     ReadWrite = 0
9247 
9248     def __init__(self, parent = None):
9249         '''void QSharedMemory.__init__(QObject parent = None)'''
9250     def __init__(self, key, parent = None):
9251         '''void QSharedMemory.__init__(QString key, QObject parent = None)'''
9252     def nativeKey(self):
9253         '''QString QSharedMemory.nativeKey()'''
9254         return QString()
9255     def setNativeKey(self, key):
9256         '''void QSharedMemory.setNativeKey(QString key)'''
9257     def errorString(self):
9258         '''QString QSharedMemory.errorString()'''
9259         return QString()
9260     def error(self):
9261         '''QSharedMemory.SharedMemoryError QSharedMemory.error()'''
9262         return QSharedMemory.SharedMemoryError()
9263     def unlock(self):
9264         '''bool QSharedMemory.unlock()'''
9265         return bool()
9266     def lock(self):
9267         '''bool QSharedMemory.lock()'''
9268         return bool()
9269     def constData(self):
9270         '''sip.voidptr QSharedMemory.constData()'''
9271         return sip.voidptr()
9272     def data(self):
9273         '''sip.voidptr QSharedMemory.data()'''
9274         return sip.voidptr()
9275     def detach(self):
9276         '''bool QSharedMemory.detach()'''
9277         return bool()
9278     def isAttached(self):
9279         '''bool QSharedMemory.isAttached()'''
9280         return bool()
9281     def attach(self, mode = None):
9282         '''bool QSharedMemory.attach(QSharedMemory.AccessMode mode = QSharedMemory.ReadWrite)'''
9283         return bool()
9284     def size(self):
9285         '''int QSharedMemory.size()'''
9286         return int()
9287     def create(self, size, mode = None):
9288         '''bool QSharedMemory.create(int size, QSharedMemory.AccessMode mode = QSharedMemory.ReadWrite)'''
9289         return bool()
9290     def key(self):
9291         '''QString QSharedMemory.key()'''
9292         return QString()
9293     def setKey(self, key):
9294         '''void QSharedMemory.setKey(QString key)'''
9295 
9296 
9297 class QSignalMapper(QObject):
9298     """"""
9299     def __init__(self, parent = None):
9300         '''void QSignalMapper.__init__(QObject parent = None)'''
9301     def map(self):
9302         '''void QSignalMapper.map()'''
9303     def map(self, sender):
9304         '''void QSignalMapper.map(QObject sender)'''
9305     mapped = pyqtSignal() # void mapped(int) - signal
9306     mapped = pyqtSignal() # void mapped(const QStringamp;) - signal
9307     mapped = pyqtSignal() # void mapped(QWidget *) - signal
9308     mapped = pyqtSignal() # void mapped(QObject *) - signal
9309     def mapping(self, id):
9310         '''QObject QSignalMapper.mapping(int id)'''
9311         return QObject()
9312     def mapping(self, text):
9313         '''QObject QSignalMapper.mapping(QString text)'''
9314         return QObject()
9315     def mapping(self, widget):
9316         '''QObject QSignalMapper.mapping(QWidget widget)'''
9317         return QObject()
9318     def mapping(self, object):
9319         '''QObject QSignalMapper.mapping(QObject object)'''
9320         return QObject()
9321     def removeMappings(self, sender):
9322         '''void QSignalMapper.removeMappings(QObject sender)'''
9323     def setMapping(self, sender, id):
9324         '''void QSignalMapper.setMapping(QObject sender, int id)'''
9325     def setMapping(self, sender, text):
9326         '''void QSignalMapper.setMapping(QObject sender, QString text)'''
9327     def setMapping(self, sender, widget):
9328         '''void QSignalMapper.setMapping(QObject sender, QWidget widget)'''
9329     def setMapping(self, sender, object):
9330         '''void QSignalMapper.setMapping(QObject sender, QObject object)'''
9331 
9332 
9333 class QSignalTransition(QAbstractTransition):
9334     """"""
9335     def __init__(self, sourceState = None):
9336         '''void QSignalTransition.__init__(QState sourceState = None)'''
9337     def __init__(self, sender, signal, sourceState = None):
9338         '''void QSignalTransition.__init__(QObject sender, SIGNAL() signal, QState sourceState = None)'''
9339     def __init__(self, signal, sourceState = None):
9340         '''void QSignalTransition.__init__(signal signal, QState sourceState = None)'''
9341     def event(self, e):
9342         '''bool QSignalTransition.event(QEvent e)'''
9343         return bool()
9344     def onTransition(self, event):
9345         '''void QSignalTransition.onTransition(QEvent event)'''
9346     def eventTest(self, event):
9347         '''bool QSignalTransition.eventTest(QEvent event)'''
9348         return bool()
9349     def setSignal(self, signal):
9350         '''void QSignalTransition.setSignal(QByteArray signal)'''
9351     def signal(self):
9352         '''QByteArray QSignalTransition.signal()'''
9353         return QByteArray()
9354     def setSenderObject(self, sender):
9355         '''void QSignalTransition.setSenderObject(QObject sender)'''
9356     def senderObject(self):
9357         '''QObject QSignalTransition.senderObject()'''
9358         return QObject()
9359 
9360 
9361 class QSize():
9362     """"""
9363     def __init__(self):
9364         '''void QSize.__init__()'''
9365     def __init__(self, w, h):
9366         '''void QSize.__init__(int w, int h)'''
9367     def __init__(self):
9368         '''QSize QSize.__init__()'''
9369         return QSize()
9370     def __eq__(self, s2):
9371         '''bool QSize.__eq__(QSize s2)'''
9372         return bool()
9373     def __ne__(self, s2):
9374         '''bool QSize.__ne__(QSize s2)'''
9375         return bool()
9376     def __add__(self, s2):
9377         '''QSize QSize.__add__(QSize s2)'''
9378         return QSize()
9379     def __sub__(self, s2):
9380         '''QSize QSize.__sub__(QSize s2)'''
9381         return QSize()
9382     def __mul__(self, c):
9383         '''QSize QSize.__mul__(float c)'''
9384         return QSize()
9385     def __mul__(self, s):
9386         '''QSize QSize.__mul__(QSize s)'''
9387         return QSize()
9388     def __div__(self, c):
9389         '''QSize QSize.__div__(float c)'''
9390         return QSize()
9391     def boundedTo(self, otherSize):
9392         '''QSize QSize.boundedTo(QSize otherSize)'''
9393         return QSize()
9394     def expandedTo(self, otherSize):
9395         '''QSize QSize.expandedTo(QSize otherSize)'''
9396         return QSize()
9397     def __idiv__(self, c):
9398         '''QSize QSize.__idiv__(float c)'''
9399         return QSize()
9400     def __imul__(self, c):
9401         '''QSize QSize.__imul__(float c)'''
9402         return QSize()
9403     def __isub__(self, s):
9404         '''QSize QSize.__isub__(QSize s)'''
9405         return QSize()
9406     def __iadd__(self, s):
9407         '''QSize QSize.__iadd__(QSize s)'''
9408         return QSize()
9409     def setHeight(self, h):
9410         '''void QSize.setHeight(int h)'''
9411     def setWidth(self, w):
9412         '''void QSize.setWidth(int w)'''
9413     def height(self):
9414         '''int QSize.height()'''
9415         return int()
9416     def width(self):
9417         '''int QSize.width()'''
9418         return int()
9419     def __bool__(self):
9420         '''int QSize.__bool__()'''
9421         return int()
9422     def isValid(self):
9423         '''bool QSize.isValid()'''
9424         return bool()
9425     def isEmpty(self):
9426         '''bool QSize.isEmpty()'''
9427         return bool()
9428     def isNull(self):
9429         '''bool QSize.isNull()'''
9430         return bool()
9431     def __repr__(self):
9432         '''str QSize.__repr__()'''
9433         return str()
9434     def scale(self, s, mode):
9435         '''void QSize.scale(QSize s, Qt.AspectRatioMode mode)'''
9436     def scale(self, w, h, mode):
9437         '''void QSize.scale(int w, int h, Qt.AspectRatioMode mode)'''
9438     def transpose(self):
9439         '''void QSize.transpose()'''
9440 
9441 
9442 class QSizeF():
9443     """"""
9444     def __init__(self):
9445         '''void QSizeF.__init__()'''
9446     def __init__(self, sz):
9447         '''void QSizeF.__init__(QSize sz)'''
9448     def __init__(self, w, h):
9449         '''void QSizeF.__init__(float w, float h)'''
9450     def __init__(self):
9451         '''QSizeF QSizeF.__init__()'''
9452         return QSizeF()
9453     def __eq__(self, s2):
9454         '''bool QSizeF.__eq__(QSizeF s2)'''
9455         return bool()
9456     def __ne__(self, s2):
9457         '''bool QSizeF.__ne__(QSizeF s2)'''
9458         return bool()
9459     def __add__(self, s2):
9460         '''QSizeF QSizeF.__add__(QSizeF s2)'''
9461         return QSizeF()
9462     def __sub__(self, s2):
9463         '''QSizeF QSizeF.__sub__(QSizeF s2)'''
9464         return QSizeF()
9465     def __mul__(self, c):
9466         '''QSizeF QSizeF.__mul__(float c)'''
9467         return QSizeF()
9468     def __mul__(self, s):
9469         '''QSizeF QSizeF.__mul__(QSizeF s)'''
9470         return QSizeF()
9471     def __div__(self, c):
9472         '''QSizeF QSizeF.__div__(float c)'''
9473         return QSizeF()
9474     def toSize(self):
9475         '''QSize QSizeF.toSize()'''
9476         return QSize()
9477     def boundedTo(self, otherSize):
9478         '''QSizeF QSizeF.boundedTo(QSizeF otherSize)'''
9479         return QSizeF()
9480     def expandedTo(self, otherSize):
9481         '''QSizeF QSizeF.expandedTo(QSizeF otherSize)'''
9482         return QSizeF()
9483     def __idiv__(self, c):
9484         '''QSizeF QSizeF.__idiv__(float c)'''
9485         return QSizeF()
9486     def __imul__(self, c):
9487         '''QSizeF QSizeF.__imul__(float c)'''
9488         return QSizeF()
9489     def __isub__(self, s):
9490         '''QSizeF QSizeF.__isub__(QSizeF s)'''
9491         return QSizeF()
9492     def __iadd__(self, s):
9493         '''QSizeF QSizeF.__iadd__(QSizeF s)'''
9494         return QSizeF()
9495     def setHeight(self, h):
9496         '''void QSizeF.setHeight(float h)'''
9497     def setWidth(self, w):
9498         '''void QSizeF.setWidth(float w)'''
9499     def height(self):
9500         '''float QSizeF.height()'''
9501         return float()
9502     def width(self):
9503         '''float QSizeF.width()'''
9504         return float()
9505     def __bool__(self):
9506         '''int QSizeF.__bool__()'''
9507         return int()
9508     def isValid(self):
9509         '''bool QSizeF.isValid()'''
9510         return bool()
9511     def isEmpty(self):
9512         '''bool QSizeF.isEmpty()'''
9513         return bool()
9514     def isNull(self):
9515         '''bool QSizeF.isNull()'''
9516         return bool()
9517     def __repr__(self):
9518         '''str QSizeF.__repr__()'''
9519         return str()
9520     def scale(self, s, mode):
9521         '''void QSizeF.scale(QSizeF s, Qt.AspectRatioMode mode)'''
9522     def scale(self, w, h, mode):
9523         '''void QSizeF.scale(float w, float h, Qt.AspectRatioMode mode)'''
9524     def transpose(self):
9525         '''void QSizeF.transpose()'''
9526 
9527 
9528 class QSocketNotifier(QObject):
9529     """"""
9530     # Enum QSocketNotifier.Type
9531     Read = 0
9532     Write = 0
9533     Exception = 0
9534 
9535     def __init__(self, socket, type, parent = None):
9536         '''void QSocketNotifier.__init__(int socket, QSocketNotifier.Type type, QObject parent = None)'''
9537     def event(self):
9538         '''QEvent QSocketNotifier.event()'''
9539         return QEvent()
9540     activated = pyqtSignal() # void activated(int) - signal
9541     def setEnabled(self):
9542         '''bool QSocketNotifier.setEnabled()'''
9543         return bool()
9544     def isEnabled(self):
9545         '''bool QSocketNotifier.isEnabled()'''
9546         return bool()
9547     def type(self):
9548         '''QSocketNotifier.Type QSocketNotifier.type()'''
9549         return QSocketNotifier.Type()
9550     def socket(self):
9551         '''int QSocketNotifier.socket()'''
9552         return int()
9553 
9554 
9555 class QState(QAbstractState):
9556     """"""
9557     # Enum QState.ChildMode
9558     ExclusiveStates = 0
9559     ParallelStates = 0
9560 
9561     def __init__(self, parent = None):
9562         '''void QState.__init__(QState parent = None)'''
9563     def __init__(self, childMode, parent = None):
9564         '''void QState.__init__(QState.ChildMode childMode, QState parent = None)'''
9565     def event(self, e):
9566         '''bool QState.event(QEvent e)'''
9567         return bool()
9568     def onExit(self, event):
9569         '''void QState.onExit(QEvent event)'''
9570     def onEntry(self, event):
9571         '''void QState.onEntry(QEvent event)'''
9572     propertiesAssigned = pyqtSignal() # void propertiesAssigned() - signal
9573     finished = pyqtSignal() # void finished() - signal
9574     def assignProperty(self, object, name, value):
9575         '''void QState.assignProperty(QObject object, str name, QVariant value)'''
9576     def setChildMode(self, mode):
9577         '''void QState.setChildMode(QState.ChildMode mode)'''
9578     def childMode(self):
9579         '''QState.ChildMode QState.childMode()'''
9580         return QState.ChildMode()
9581     def setInitialState(self, state):
9582         '''void QState.setInitialState(QAbstractState state)'''
9583     def initialState(self):
9584         '''QAbstractState QState.initialState()'''
9585         return QAbstractState()
9586     def transitions(self):
9587         '''list-of-QAbstractTransition QState.transitions()'''
9588         return [QAbstractTransition()]
9589     def removeTransition(self, transition):
9590         '''void QState.removeTransition(QAbstractTransition transition)'''
9591     def addTransition(self, transition):
9592         '''void QState.addTransition(QAbstractTransition transition)'''
9593     def addTransition(self, sender, signal, target):
9594         '''QSignalTransition QState.addTransition(QObject sender, SIGNAL() signal, QAbstractState target)'''
9595         return QSignalTransition()
9596     def addTransition(self, signal, target):
9597         '''QSignalTransition QState.addTransition(signal signal, QAbstractState target)'''
9598         return QSignalTransition()
9599     def addTransition(self, target):
9600         '''QAbstractTransition QState.addTransition(QAbstractState target)'''
9601         return QAbstractTransition()
9602     def setErrorState(self, state):
9603         '''void QState.setErrorState(QAbstractState state)'''
9604     def errorState(self):
9605         '''QAbstractState QState.errorState()'''
9606         return QAbstractState()
9607 
9608 
9609 class QStateMachine(QState):
9610     """"""
9611     # Enum QStateMachine.Error
9612     NoError = 0
9613     NoInitialStateError = 0
9614     NoDefaultStateInHistoryStateError = 0
9615     NoCommonAncestorForTransitionError = 0
9616 
9617     # Enum QStateMachine.RestorePolicy
9618     DontRestoreProperties = 0
9619     RestoreProperties = 0
9620 
9621     # Enum QStateMachine.EventPriority
9622     NormalPriority = 0
9623     HighPriority = 0
9624 
9625     def __init__(self, parent = None):
9626         '''void QStateMachine.__init__(QObject parent = None)'''
9627     def event(self, e):
9628         '''bool QStateMachine.event(QEvent e)'''
9629         return bool()
9630     def onExit(self, event):
9631         '''void QStateMachine.onExit(QEvent event)'''
9632     def onEntry(self, event):
9633         '''void QStateMachine.onEntry(QEvent event)'''
9634     stopped = pyqtSignal() # void stopped() - signal
9635     started = pyqtSignal() # void started() - signal
9636     def stop(self):
9637         '''void QStateMachine.stop()'''
9638     def start(self):
9639         '''void QStateMachine.start()'''
9640     def eventFilter(self, watched, event):
9641         '''bool QStateMachine.eventFilter(QObject watched, QEvent event)'''
9642         return bool()
9643     def configuration(self):
9644         '''list-of-QAbstractState QStateMachine.configuration()'''
9645         return [QAbstractState()]
9646     def cancelDelayedEvent(self, id):
9647         '''bool QStateMachine.cancelDelayedEvent(int id)'''
9648         return bool()
9649     def postDelayedEvent(self, event, delay):
9650         '''int QStateMachine.postDelayedEvent(QEvent event, int delay)'''
9651         return int()
9652     def postEvent(self, event, priority = None):
9653         '''void QStateMachine.postEvent(QEvent event, QStateMachine.EventPriority priority = QStateMachine.NormalPriority)'''
9654     def setGlobalRestorePolicy(self, restorePolicy):
9655         '''void QStateMachine.setGlobalRestorePolicy(QStateMachine.RestorePolicy restorePolicy)'''
9656     def globalRestorePolicy(self):
9657         '''QStateMachine.RestorePolicy QStateMachine.globalRestorePolicy()'''
9658         return QStateMachine.RestorePolicy()
9659     def removeDefaultAnimation(self, animation):
9660         '''void QStateMachine.removeDefaultAnimation(QAbstractAnimation animation)'''
9661     def defaultAnimations(self):
9662         '''list-of-QAbstractAnimation QStateMachine.defaultAnimations()'''
9663         return [QAbstractAnimation()]
9664     def addDefaultAnimation(self, animation):
9665         '''void QStateMachine.addDefaultAnimation(QAbstractAnimation animation)'''
9666     def setAnimated(self, enabled):
9667         '''void QStateMachine.setAnimated(bool enabled)'''
9668     def isAnimated(self):
9669         '''bool QStateMachine.isAnimated()'''
9670         return bool()
9671     def isRunning(self):
9672         '''bool QStateMachine.isRunning()'''
9673         return bool()
9674     def clearError(self):
9675         '''void QStateMachine.clearError()'''
9676     def errorString(self):
9677         '''QString QStateMachine.errorString()'''
9678         return QString()
9679     def error(self):
9680         '''QStateMachine.Error QStateMachine.error()'''
9681         return QStateMachine.Error()
9682     def removeState(self, state):
9683         '''void QStateMachine.removeState(QAbstractState state)'''
9684     def addState(self, state):
9685         '''void QStateMachine.addState(QAbstractState state)'''
9686     class WrappedEvent(QEvent):
9687         """"""
9688         def event(self):
9689             '''QEvent QStateMachine.WrappedEvent.event()'''
9690             return QEvent()
9691         def object(self):
9692             '''QObject QStateMachine.WrappedEvent.object()'''
9693             return QObject()
9694     class SignalEvent(QEvent):
9695         """"""
9696         def arguments(self):
9697             '''list-of-QVariant QStateMachine.SignalEvent.arguments()'''
9698             return [QVariant()]
9699         def signalIndex(self):
9700             '''int QStateMachine.SignalEvent.signalIndex()'''
9701             return int()
9702         def sender(self):
9703             '''QObject QStateMachine.SignalEvent.sender()'''
9704             return QObject()
9705 
9706 
9707 class QString():
9708     """"""
9709     # Enum QString.NormalizationForm
9710     NormalizationForm_D = 0
9711     NormalizationForm_C = 0
9712     NormalizationForm_KD = 0
9713     NormalizationForm_KC = 0
9714 
9715     # Enum QString.SplitBehavior
9716     KeepEmptyParts = 0
9717     SkipEmptyParts = 0
9718 
9719     # Enum QString.SectionFlag
9720     SectionDefault = 0
9721     SectionSkipEmpty = 0
9722     SectionIncludeLeadingSep = 0
9723     SectionIncludeTrailingSep = 0
9724     SectionCaseInsensitiveSeps = 0
9725 
9726     def __init__(self):
9727         '''void QString.__init__()'''
9728     def __init__(self, size, c):
9729         '''void QString.__init__(int size, QChar c)'''
9730     def __init__(self, s):
9731         '''void QString.__init__(QString s)'''
9732     def __init__(self, a):
9733         '''void QString.__init__(QByteArray a)'''
9734     def __init__(self):
9735         '''QUuid QString.__init__()'''
9736         return QUuid()
9737     def __add__(self, s2):
9738         '''QString QString.__add__(QString s2)'''
9739         return QString()
9740     def __add__(self, ba):
9741         '''QString QString.__add__(QByteArray ba)'''
9742         return QString()
9743     def swap(self, other):
9744         '''void QString.swap(QString other)'''
9745     def repeated(self, times):
9746         '''QString QString.repeated(int times)'''
9747         return QString()
9748     def toCaseFolded(self):
9749         '''QString QString.toCaseFolded()'''
9750         return QString()
9751     def reserve(self, asize):
9752         '''void QString.reserve(int asize)'''
9753     def capacity(self):
9754         '''int QString.capacity()'''
9755         return int()
9756     def clear(self):
9757         '''void QString.clear()'''
9758     def isEmpty(self):
9759         '''bool QString.isEmpty()'''
9760         return bool()
9761     def __imul__(self, m):
9762         '''QString QString.__imul__(int m)'''
9763         return QString()
9764     def __mul__(self, m):
9765         '''QString QString.__mul__(int m)'''
9766         return QString()
9767     def __hash__(self):
9768         '''int QString.__hash__()'''
9769         return int()
9770     def __str__(self):
9771         '''str QString.__str__()'''
9772         return str()
9773     def __unicode__(self):
9774         '''unicode QString.__unicode__()'''
9775         return unicode()
9776     def __contains__(self, s):
9777         '''int QString.__contains__(QString s)'''
9778         return int()
9779     def __getitem__(self, i):
9780         '''QString QString.__getitem__(int i)'''
9781         return QString()
9782     def __getitem__(self, slice):
9783         '''QString QString.__getitem__(slice slice)'''
9784         return QString()
9785     def at(self, i):
9786         '''QChar QString.at(int i)'''
9787         return QChar()
9788     def length(self):
9789         '''int QString.length()'''
9790         return int()
9791     def isRightToLeft(self):
9792         '''bool QString.isRightToLeft()'''
9793         return bool()
9794     def isSimpleText(self):
9795         '''bool QString.isSimpleText()'''
9796         return bool()
9797     def isNull(self):
9798         '''bool QString.isNull()'''
9799         return bool()
9800     def push_front(self, s):
9801         '''void QString.push_front(QString s)'''
9802     def push_back(self, s):
9803         '''void QString.push_back(QString s)'''
9804     def __ge__(self, s):
9805         '''bool QString.__ge__(QString s)'''
9806         return bool()
9807     def __ge__(self, s):
9808         '''bool QString.__ge__(QLatin1String s)'''
9809         return bool()
9810     def __ge__(self, s):
9811         '''bool QString.__ge__(QByteArray s)'''
9812         return bool()
9813     def __le__(self, s):
9814         '''bool QString.__le__(QString s)'''
9815         return bool()
9816     def __le__(self, s):
9817         '''bool QString.__le__(QLatin1String s)'''
9818         return bool()
9819     def __le__(self, s):
9820         '''bool QString.__le__(QByteArray s)'''
9821         return bool()
9822     def __ne__(self, s):
9823         '''bool QString.__ne__(QString s)'''
9824         return bool()
9825     def __ne__(self, s):
9826         '''bool QString.__ne__(QLatin1String s)'''
9827         return bool()
9828     def __ne__(self, s):
9829         '''bool QString.__ne__(QByteArray s)'''
9830         return bool()
9831     def __ne__(self, s2):
9832         '''bool QString.__ne__(QStringRef s2)'''
9833         return bool()
9834     def __gt__(self, s):
9835         '''bool QString.__gt__(QString s)'''
9836         return bool()
9837     def __gt__(self, s):
9838         '''bool QString.__gt__(QLatin1String s)'''
9839         return bool()
9840     def __gt__(self, s):
9841         '''bool QString.__gt__(QByteArray s)'''
9842         return bool()
9843     def __lt__(self, s):
9844         '''bool QString.__lt__(QString s)'''
9845         return bool()
9846     def __lt__(self, s):
9847         '''bool QString.__lt__(QLatin1String s)'''
9848         return bool()
9849     def __lt__(self, s):
9850         '''bool QString.__lt__(QByteArray s)'''
9851         return bool()
9852     def __eq__(self, s):
9853         '''bool QString.__eq__(QString s)'''
9854         return bool()
9855     def __eq__(self, s):
9856         '''bool QString.__eq__(QLatin1String s)'''
9857         return bool()
9858     def __eq__(self, s):
9859         '''bool QString.__eq__(QByteArray s)'''
9860         return bool()
9861     def __eq__(self, s2):
9862         '''bool QString.__eq__(QStringRef s2)'''
9863         return bool()
9864     def number(self, n, base = 10):
9865         '''static QString QString.number(int n, int base = 10)'''
9866         return QString()
9867     def number(self, n, format = None, precision = 6):
9868         '''static QString QString.number(float n, str format = 'g', int precision = 6)'''
9869         return QString()
9870     def number(self, n, base = 10):
9871         '''static QString QString.number(int n, int base = 10)'''
9872         return QString()
9873     def number(self, n, base = 10):
9874         '''static QString QString.number(int n, int base = 10)'''
9875         return QString()
9876     def setNum(self, n, base = 10):
9877         '''QString QString.setNum(int n, int base = 10)'''
9878         return QString()
9879     def setNum(self, n, format = None, precision = 6):
9880         '''QString QString.setNum(float n, str format = 'g', int precision = 6)'''
9881         return QString()
9882     def setNum(self, n, base = 10):
9883         '''QString QString.setNum(int n, int base = 10)'''
9884         return QString()
9885     def setNum(self, n, base = 10):
9886         '''QString QString.setNum(int n, int base = 10)'''
9887         return QString()
9888     def toDouble(self, ok):
9889         '''float QString.toDouble(bool ok)'''
9890         return float()
9891     def toFloat(self, ok):
9892         '''float QString.toFloat(bool ok)'''
9893         return float()
9894     def toULongLong(self, ok, base = 10):
9895         '''int QString.toULongLong(bool ok, int base = 10)'''
9896         return int()
9897     def toLongLong(self, ok, base = 10):
9898         '''int QString.toLongLong(bool ok, int base = 10)'''
9899         return int()
9900     def toULong(self, ok, base = 10):
9901         '''int QString.toULong(bool ok, int base = 10)'''
9902         return int()
9903     def toLong(self, ok, base = 10):
9904         '''int QString.toLong(bool ok, int base = 10)'''
9905         return int()
9906     def toUInt(self, ok, base = 10):
9907         '''int QString.toUInt(bool ok, int base = 10)'''
9908         return int()
9909     def toInt(self, ok, base = 10):
9910         '''int QString.toInt(bool ok, int base = 10)'''
9911         return int()
9912     def toUShort(self, ok, base = 10):
9913         '''int QString.toUShort(bool ok, int base = 10)'''
9914         return int()
9915     def toShort(self, ok, base = 10):
9916         '''int QString.toShort(bool ok, int base = 10)'''
9917         return int()
9918     def localeAwareCompare(self, s):
9919         '''int QString.localeAwareCompare(QString s)'''
9920         return int()
9921     def localeAwareCompare(self, s):
9922         '''int QString.localeAwareCompare(QStringRef s)'''
9923         return int()
9924     def localeAwareCompare(self, s1, s2):
9925         '''static int QString.localeAwareCompare(QString s1, QString s2)'''
9926         return int()
9927     def localeAwareCompare(self, s1, s2):
9928         '''static int QString.localeAwareCompare(QString s1, QStringRef s2)'''
9929         return int()
9930     def compare(self, s):
9931         '''int QString.compare(QString s)'''
9932         return int()
9933     def compare(self, s, cs):
9934         '''int QString.compare(QString s, Qt.CaseSensitivity cs)'''
9935         return int()
9936     def compare(self, other, cs = None):
9937         '''int QString.compare(QLatin1String other, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9938         return int()
9939     def compare(self, ref, cs = None):
9940         '''int QString.compare(QStringRef ref, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9941         return int()
9942     def compare(self, s1, s2):
9943         '''static int QString.compare(QString s1, QString s2)'''
9944         return int()
9945     def compare(self, s1, s2, cs):
9946         '''static int QString.compare(QString s1, QString s2, Qt.CaseSensitivity cs)'''
9947         return int()
9948     def compare(self, s1, s2, cs = None):
9949         '''static int QString.compare(QString s1, QLatin1String s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9950         return int()
9951     def compare(self, s1, s2, cs = None):
9952         '''static int QString.compare(QLatin1String s1, QString s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9953         return int()
9954     def compare(self, s1, s2, cs = None):
9955         '''static int QString.compare(QString s1, QStringRef s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9956         return int()
9957     def fromLocal8Bit(self, str, size = None):
9958         '''static QString QString.fromLocal8Bit(str str, int size = -1)'''
9959         return QString()
9960     def fromUtf8(self, str, size = None):
9961         '''static QString QString.fromUtf8(str str, int size = -1)'''
9962         return QString()
9963     def fromLatin1(self, str, size = None):
9964         '''static QString QString.fromLatin1(str str, int size = -1)'''
9965         return QString()
9966     def fromAscii(self, str, size = None):
9967         '''static QString QString.fromAscii(str str, int size = -1)'''
9968         return QString()
9969     def toLocal8Bit(self):
9970         '''QByteArray QString.toLocal8Bit()'''
9971         return QByteArray()
9972     def toUtf8(self):
9973         '''QByteArray QString.toUtf8()'''
9974         return QByteArray()
9975     def toLatin1(self):
9976         '''QByteArray QString.toLatin1()'''
9977         return QByteArray()
9978     def toAscii(self):
9979         '''QByteArray QString.toAscii()'''
9980         return QByteArray()
9981     def normalized(self, mode):
9982         '''QString QString.normalized(QString.NormalizationForm mode)'''
9983         return QString()
9984     def normalized(self, mode, version):
9985         '''QString QString.normalized(QString.NormalizationForm mode, QChar.UnicodeVersion version)'''
9986         return QString()
9987     def split(self, sep, behavior = None, cs = None):
9988         '''QStringList QString.split(QString sep, QString.SplitBehavior behavior = QString.KeepEmptyParts, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9989         return QStringList()
9990     def split(self, sep, behavior = None):
9991         '''QStringList QString.split(QRegExp sep, QString.SplitBehavior behavior = QString.KeepEmptyParts)'''
9992         return QStringList()
9993     def replace(self, i, len, after):
9994         '''QString QString.replace(int i, int len, QString after)'''
9995         return QString()
9996     def replace(self, before, after, cs = None):
9997         '''QString QString.replace(QString before, QString after, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
9998         return QString()
9999     def replace(self, rx, after):
10000         '''QString QString.replace(QRegExp rx, QString after)'''
10001         return QString()
10002     def replace(self, before, after, cs = None):
10003         '''QString QString.replace(QLatin1String before, QLatin1String after, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10004         return QString()
10005     def replace(self, before, after, cs = None):
10006         '''QString QString.replace(QLatin1String before, QString after, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10007         return QString()
10008     def replace(self, before, after, cs = None):
10009         '''QString QString.replace(QString before, QLatin1String after, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10010         return QString()
10011     def remove(self, i, len):
10012         '''QString QString.remove(int i, int len)'''
10013         return QString()
10014     def remove(self, str, cs = None):
10015         '''QString QString.remove(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10016         return QString()
10017     def remove(self, rx):
10018         '''QString QString.remove(QRegExp rx)'''
10019         return QString()
10020     def __iadd__(self, c):
10021         '''QString QString.__iadd__(QChar.SpecialCharacter c)'''
10022         return QString()
10023     def __iadd__(self, s):
10024         '''QString QString.__iadd__(QString s)'''
10025         return QString()
10026     def __iadd__(self, s):
10027         '''QString QString.__iadd__(QLatin1String s)'''
10028         return QString()
10029     def __iadd__(self, s):
10030         '''QString QString.__iadd__(QByteArray s)'''
10031         return QString()
10032     def prepend(self, s):
10033         '''QString QString.prepend(QString s)'''
10034         return QString()
10035     def prepend(self, s):
10036         '''QString QString.prepend(QLatin1String s)'''
10037         return QString()
10038     def prepend(self, s):
10039         '''QString QString.prepend(QByteArray s)'''
10040         return QString()
10041     def append(self, s):
10042         '''QString QString.append(QString s)'''
10043         return QString()
10044     def append(self, s):
10045         '''QString QString.append(QLatin1String s)'''
10046         return QString()
10047     def append(self, s):
10048         '''QString QString.append(QByteArray s)'''
10049         return QString()
10050     def insert(self, i, s):
10051         '''QString QString.insert(int i, QString s)'''
10052         return QString()
10053     def insert(self, i, s):
10054         '''QString QString.insert(int i, QLatin1String s)'''
10055         return QString()
10056     def simplified(self):
10057         '''QString QString.simplified()'''
10058         return QString()
10059     def trimmed(self):
10060         '''QString QString.trimmed()'''
10061         return QString()
10062     def toUpper(self):
10063         '''QString QString.toUpper()'''
10064         return QString()
10065     def toLower(self):
10066         '''QString QString.toLower()'''
10067         return QString()
10068     def rightJustified(self, width, fillChar = None, truncate = False):
10069         '''QString QString.rightJustified(int width, QChar fillChar = QLatin1Char(' '), bool truncate = False)'''
10070         return QString()
10071     def leftJustified(self, width, fillChar = None, truncate = False):
10072         '''QString QString.leftJustified(int width, QChar fillChar = QLatin1Char(' '), bool truncate = False)'''
10073         return QString()
10074     def endsWith(self, s, cs = None):
10075         '''bool QString.endsWith(QString s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10076         return bool()
10077     def endsWith(self, s, cs = None):
10078         '''bool QString.endsWith(QStringRef s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10079         return bool()
10080     def endsWith(self, s, cs = None):
10081         '''bool QString.endsWith(QLatin1String s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10082         return bool()
10083     def startsWith(self, s, cs = None):
10084         '''bool QString.startsWith(QString s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10085         return bool()
10086     def startsWith(self, s, cs = None):
10087         '''bool QString.startsWith(QStringRef s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10088         return bool()
10089     def startsWith(self, s, cs = None):
10090         '''bool QString.startsWith(QLatin1String s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10091         return bool()
10092     def mid(self, position, n = None):
10093         '''QString QString.mid(int position, int n = -1)'''
10094         return QString()
10095     def right(self, len):
10096         '''QString QString.right(int len)'''
10097         return QString()
10098     def left(self, len):
10099         '''QString QString.left(int len)'''
10100         return QString()
10101     def section(self, sep, start, end = None, flags = None):
10102         '''QString QString.section(QString sep, int start, int end = -1, QString.SectionFlags flags = QString.SectionDefault)'''
10103         return QString()
10104     def section(self, reg, start, end = None, flags = None):
10105         '''QString QString.section(QRegExp reg, int start, int end = -1, QString.SectionFlags flags = QString.SectionDefault)'''
10106         return QString()
10107     def contains(self, str, cs = None):
10108         '''bool QString.contains(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10109         return bool()
10110     def contains(self, s, cs = None):
10111         '''bool QString.contains(QStringRef s, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10112         return bool()
10113     def contains(self, rx):
10114         '''bool QString.contains(QRegExp rx)'''
10115         return bool()
10116     def lastIndexOf(self, str, from_ = None, cs = None):
10117         '''int QString.lastIndexOf(QString str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10118         return int()
10119     def lastIndexOf(self, str, from_ = None, cs = None):
10120         '''int QString.lastIndexOf(QStringRef str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10121         return int()
10122     def lastIndexOf(self, str, from_ = None, cs = None):
10123         '''int QString.lastIndexOf(QLatin1String str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10124         return int()
10125     def lastIndexOf(self, rx, from_ = None):
10126         '''int QString.lastIndexOf(QRegExp rx, int from = -1)'''
10127         return int()
10128     def indexOf(self, str, from_ = 0, cs = None):
10129         '''int QString.indexOf(QString str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10130         return int()
10131     def indexOf(self, str, from_ = 0, cs = None):
10132         '''int QString.indexOf(QStringRef str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10133         return int()
10134     def indexOf(self, str, from_ = 0, cs = None):
10135         '''int QString.indexOf(QLatin1String str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10136         return int()
10137     def indexOf(self, rx, from_ = 0):
10138         '''int QString.indexOf(QRegExp rx, int from = 0)'''
10139         return int()
10140     def arg(self, a, fieldWidth = 0, base = 10, fillChar = None):
10141         '''QString QString.arg(int a, int fieldWidth = 0, int base = 10, QChar fillChar = QLatin1Char(' '))'''
10142         return QString()
10143     def arg(self, a, fieldWidth = 0, format = None, precision = None, fillChar = None):
10144         '''QString QString.arg(float a, int fieldWidth = 0, str format = 'g', int precision = -1, QChar fillChar = QLatin1Char(' '))'''
10145         return QString()
10146     def arg(self, a, fieldWidth = 0, base = 10, fillChar = None):
10147         '''QString QString.arg(int a, int fieldWidth = 0, int base = 10, QChar fillChar = QLatin1Char(' '))'''
10148         return QString()
10149     def arg(self, a, fieldWidth = 0, base = 10, fillChar = None):
10150         '''QString QString.arg(int a, int fieldWidth = 0, int base = 10, QChar fillChar = QLatin1Char(' '))'''
10151         return QString()
10152     def arg(self, a, fieldWidth = 0, fillChar = None):
10153         '''QString QString.arg(QString a, int fieldWidth = 0, QChar fillChar = QLatin1Char(' '))'''
10154         return QString()
10155     def arg(self, a1, a2):
10156         '''QString QString.arg(QString a1, QString a2)'''
10157         return QString()
10158     def arg(self, a1, a2, a3):
10159         '''QString QString.arg(QString a1, QString a2, QString a3)'''
10160         return QString()
10161     def arg(self, a1, a2, a3, a4):
10162         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4)'''
10163         return QString()
10164     def arg(self, a1, a2, a3, a4, a5):
10165         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4, QString a5)'''
10166         return QString()
10167     def arg(self, a1, a2, a3, a4, a5, a6):
10168         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4, QString a5, QString a6)'''
10169         return QString()
10170     def arg(self, a1, a2, a3, a4, a5, a6, a7):
10171         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4, QString a5, QString a6, QString a7)'''
10172         return QString()
10173     def arg(self, a1, a2, a3, a4, a5, a6, a7, a8):
10174         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4, QString a5, QString a6, QString a7, QString a8)'''
10175         return QString()
10176     def arg(self, a1, a2, a3, a4, a5, a6, a7, a8, a9):
10177         '''QString QString.arg(QString a1, QString a2, QString a3, QString a4, QString a5, QString a6, QString a7, QString a8, QString a9)'''
10178         return QString()
10179     def squeeze(self):
10180         '''void QString.squeeze()'''
10181     def chop(self, n):
10182         '''void QString.chop(int n)'''
10183     def truncate(self, pos):
10184         '''void QString.truncate(int pos)'''
10185     def fill(self, ch, size = None):
10186         '''QString QString.fill(QChar ch, int size = -1)'''
10187         return QString()
10188     def resize(self, size):
10189         '''void QString.resize(int size)'''
10190     def __len__(self):
10191         '''None QString.__len__()'''
10192         return None()
10193     def count(self):
10194         '''int QString.count()'''
10195         return int()
10196     def count(self, str, cs = None):
10197         '''int QString.count(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10198         return int()
10199     def count(self, str, cs = None):
10200         '''int QString.count(QStringRef str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10201         return int()
10202     def count(self):
10203         '''QRegExp QString.count()'''
10204         return QRegExp()
10205     def size(self):
10206         '''int QString.size()'''
10207         return int()
10208     def __repr__(self):
10209         '''str QString.__repr__()'''
10210         return str()
10211     class SectionFlags():
10212         """"""
10213         def __init__(self):
10214             '''QString.SectionFlags QString.SectionFlags.__init__()'''
10215             return QString.SectionFlags()
10216         def __init__(self):
10217             '''int QString.SectionFlags.__init__()'''
10218             return int()
10219         def __init__(self):
10220             '''void QString.SectionFlags.__init__()'''
10221         def __bool__(self):
10222             '''int QString.SectionFlags.__bool__()'''
10223             return int()
10224         def __ne__(self, f):
10225             '''bool QString.SectionFlags.__ne__(QString.SectionFlags f)'''
10226             return bool()
10227         def __eq__(self, f):
10228             '''bool QString.SectionFlags.__eq__(QString.SectionFlags f)'''
10229             return bool()
10230         def __invert__(self):
10231             '''QString.SectionFlags QString.SectionFlags.__invert__()'''
10232             return QString.SectionFlags()
10233         def __and__(self, mask):
10234             '''QString.SectionFlags QString.SectionFlags.__and__(int mask)'''
10235             return QString.SectionFlags()
10236         def __xor__(self, f):
10237             '''QString.SectionFlags QString.SectionFlags.__xor__(QString.SectionFlags f)'''
10238             return QString.SectionFlags()
10239         def __xor__(self, f):
10240             '''QString.SectionFlags QString.SectionFlags.__xor__(int f)'''
10241             return QString.SectionFlags()
10242         def __or__(self, f):
10243             '''QString.SectionFlags QString.SectionFlags.__or__(QString.SectionFlags f)'''
10244             return QString.SectionFlags()
10245         def __or__(self, f):
10246             '''QString.SectionFlags QString.SectionFlags.__or__(int f)'''
10247             return QString.SectionFlags()
10248         def __int__(self):
10249             '''int QString.SectionFlags.__int__()'''
10250             return int()
10251         def __ixor__(self, f):
10252             '''QString.SectionFlags QString.SectionFlags.__ixor__(QString.SectionFlags f)'''
10253             return QString.SectionFlags()
10254         def __ior__(self, f):
10255             '''QString.SectionFlags QString.SectionFlags.__ior__(QString.SectionFlags f)'''
10256             return QString.SectionFlags()
10257         def __iand__(self, mask):
10258             '''QString.SectionFlags QString.SectionFlags.__iand__(int mask)'''
10259             return QString.SectionFlags()
10260 
10261 
10262 class QLatin1String():
10263     """"""
10264     def __init__(self, s):
10265         '''void QLatin1String.__init__(str s)'''
10266     def __init__(self):
10267         '''QLatin1String QLatin1String.__init__()'''
10268         return QLatin1String()
10269     def __le__(self, s):
10270         '''bool QLatin1String.__le__(QString s)'''
10271         return bool()
10272     def __le__(self, s2):
10273         '''bool QLatin1String.__le__(QLatin1String s2)'''
10274         return bool()
10275     def __ge__(self, s):
10276         '''bool QLatin1String.__ge__(QString s)'''
10277         return bool()
10278     def __ge__(self, s2):
10279         '''bool QLatin1String.__ge__(QLatin1String s2)'''
10280         return bool()
10281     def __lt__(self, s):
10282         '''bool QLatin1String.__lt__(QString s)'''
10283         return bool()
10284     def __lt__(self, s2):
10285         '''bool QLatin1String.__lt__(QLatin1String s2)'''
10286         return bool()
10287     def __gt__(self, s):
10288         '''bool QLatin1String.__gt__(QString s)'''
10289         return bool()
10290     def __gt__(self, s2):
10291         '''bool QLatin1String.__gt__(QLatin1String s2)'''
10292         return bool()
10293     def __ne__(self, s):
10294         '''bool QLatin1String.__ne__(QString s)'''
10295         return bool()
10296     def __ne__(self, s2):
10297         '''bool QLatin1String.__ne__(QLatin1String s2)'''
10298         return bool()
10299     def __ne__(self, s2):
10300         '''bool QLatin1String.__ne__(QStringRef s2)'''
10301         return bool()
10302     def __eq__(self, s):
10303         '''bool QLatin1String.__eq__(QString s)'''
10304         return bool()
10305     def __eq__(self, s2):
10306         '''bool QLatin1String.__eq__(QLatin1String s2)'''
10307         return bool()
10308     def __eq__(self, s2):
10309         '''bool QLatin1String.__eq__(QStringRef s2)'''
10310         return bool()
10311     def latin1(self):
10312         '''str QLatin1String.latin1()'''
10313         return str()
10314     def __repr__(self):
10315         '''str QLatin1String.__repr__()'''
10316         return str()
10317 
10318 
10319 class QStringRef():
10320     """"""
10321     def __init__(self):
10322         '''void QStringRef.__init__()'''
10323     def __init__(self, aString, aPosition, aSize):
10324         '''void QStringRef.__init__(QString aString, int aPosition, int aSize)'''
10325     def __init__(self, aString):
10326         '''void QStringRef.__init__(QString aString)'''
10327     def __init__(self, other):
10328         '''void QStringRef.__init__(QStringRef other)'''
10329     def __eq__(self, s2):
10330         '''bool QStringRef.__eq__(QStringRef s2)'''
10331         return bool()
10332     def __eq__(self, s2):
10333         '''bool QStringRef.__eq__(QString s2)'''
10334         return bool()
10335     def __eq__(self, s2):
10336         '''bool QStringRef.__eq__(QLatin1String s2)'''
10337         return bool()
10338     def __ne__(self, s2):
10339         '''bool QStringRef.__ne__(QStringRef s2)'''
10340         return bool()
10341     def __ne__(self, s2):
10342         '''bool QStringRef.__ne__(QString s2)'''
10343         return bool()
10344     def __ne__(self, s2):
10345         '''bool QStringRef.__ne__(QLatin1String s2)'''
10346         return bool()
10347     def __lt__(self, s2):
10348         '''bool QStringRef.__lt__(QStringRef s2)'''
10349         return bool()
10350     def __le__(self, s2):
10351         '''bool QStringRef.__le__(QStringRef s2)'''
10352         return bool()
10353     def __gt__(self, s2):
10354         '''bool QStringRef.__gt__(QStringRef s2)'''
10355         return bool()
10356     def __ge__(self, s2):
10357         '''bool QStringRef.__ge__(QStringRef s2)'''
10358         return bool()
10359     def contains(self, str, cs = None):
10360         '''bool QStringRef.contains(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10361         return bool()
10362     def contains(self, str, cs = None):
10363         '''bool QStringRef.contains(QLatin1String str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10364         return bool()
10365     def contains(self, str, cs = None):
10366         '''bool QStringRef.contains(QStringRef str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10367         return bool()
10368     def toUcs4(self):
10369         '''list-of-int QStringRef.toUcs4()'''
10370         return [int()]
10371     def toLocal8Bit(self):
10372         '''QByteArray QStringRef.toLocal8Bit()'''
10373         return QByteArray()
10374     def toUtf8(self):
10375         '''QByteArray QStringRef.toUtf8()'''
10376         return QByteArray()
10377     def toLatin1(self):
10378         '''QByteArray QStringRef.toLatin1()'''
10379         return QByteArray()
10380     def toAscii(self):
10381         '''QByteArray QStringRef.toAscii()'''
10382         return QByteArray()
10383     def endsWith(self, str, cs = None):
10384         '''bool QStringRef.endsWith(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10385         return bool()
10386     def endsWith(self, str, cs = None):
10387         '''bool QStringRef.endsWith(QLatin1String str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10388         return bool()
10389     def endsWith(self, str, cs = None):
10390         '''bool QStringRef.endsWith(QStringRef str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10391         return bool()
10392     def startsWith(self, str, cs = None):
10393         '''bool QStringRef.startsWith(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10394         return bool()
10395     def startsWith(self, str, cs = None):
10396         '''bool QStringRef.startsWith(QLatin1String str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10397         return bool()
10398     def startsWith(self, str, cs = None):
10399         '''bool QStringRef.startsWith(QStringRef str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10400         return bool()
10401     def lastIndexOf(self, str, from_ = None, cs = None):
10402         '''int QStringRef.lastIndexOf(QString str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10403         return int()
10404     def lastIndexOf(self, str, from_ = None, cs = None):
10405         '''int QStringRef.lastIndexOf(QLatin1String str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10406         return int()
10407     def lastIndexOf(self, str, from_ = None, cs = None):
10408         '''int QStringRef.lastIndexOf(QStringRef str, int from = -1, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10409         return int()
10410     def indexOf(self, str, from_ = 0, cs = None):
10411         '''int QStringRef.indexOf(QString str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10412         return int()
10413     def indexOf(self, str, from_ = 0, cs = None):
10414         '''int QStringRef.indexOf(QLatin1String str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10415         return int()
10416     def indexOf(self, str, from_ = 0, cs = None):
10417         '''int QStringRef.indexOf(QStringRef str, int from = 0, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10418         return int()
10419     def __str__(self):
10420         '''str QStringRef.__str__()'''
10421         return str()
10422     def __unicode__(self):
10423         '''unicode QStringRef.__unicode__()'''
10424         return unicode()
10425     def localeAwareCompare(self, s):
10426         '''int QStringRef.localeAwareCompare(QString s)'''
10427         return int()
10428     def localeAwareCompare(self, s):
10429         '''int QStringRef.localeAwareCompare(QStringRef s)'''
10430         return int()
10431     def localeAwareCompare(self, s1, s2):
10432         '''static int QStringRef.localeAwareCompare(QStringRef s1, QString s2)'''
10433         return int()
10434     def localeAwareCompare(self, s1, s2):
10435         '''static int QStringRef.localeAwareCompare(QStringRef s1, QStringRef s2)'''
10436         return int()
10437     def compare(self, other, cs = None):
10438         '''int QStringRef.compare(QString other, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10439         return int()
10440     def compare(self, other, cs = None):
10441         '''int QStringRef.compare(QStringRef other, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10442         return int()
10443     def compare(self, other, cs = None):
10444         '''int QStringRef.compare(QLatin1String other, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10445         return int()
10446     def compare(self, s1, s2, cs = None):
10447         '''static int QStringRef.compare(QStringRef s1, QString s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10448         return int()
10449     def compare(self, s1, s2, cs = None):
10450         '''static int QStringRef.compare(QStringRef s1, QStringRef s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10451         return int()
10452     def compare(self, s1, s2, cs = None):
10453         '''static int QStringRef.compare(QStringRef s1, QLatin1String s2, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10454         return int()
10455     def at(self, i):
10456         '''QChar QStringRef.at(int i)'''
10457         return QChar()
10458     def appendTo(self, string):
10459         '''QStringRef QStringRef.appendTo(QString string)'''
10460         return QStringRef()
10461     def isNull(self):
10462         '''bool QStringRef.isNull()'''
10463         return bool()
10464     def isEmpty(self):
10465         '''bool QStringRef.isEmpty()'''
10466         return bool()
10467     def toString(self):
10468         '''QString QStringRef.toString()'''
10469         return QString()
10470     def clear(self):
10471         '''void QStringRef.clear()'''
10472     def constData(self):
10473         '''QChar QStringRef.constData()'''
10474         return QChar()
10475     def data(self):
10476         '''QChar QStringRef.data()'''
10477         return QChar()
10478     def unicode(self):
10479         '''QChar QStringRef.unicode()'''
10480         return QChar()
10481     def length(self):
10482         '''int QStringRef.length()'''
10483         return int()
10484     def __len__(self):
10485         '''None QStringRef.__len__()'''
10486         return None()
10487     def count(self):
10488         '''int QStringRef.count()'''
10489         return int()
10490     def count(self, str, cs = None):
10491         '''int QStringRef.count(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10492         return int()
10493     def count(self, str, cs = None):
10494         '''int QStringRef.count(QStringRef str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10495         return int()
10496     def size(self):
10497         '''int QStringRef.size()'''
10498         return int()
10499     def position(self):
10500         '''int QStringRef.position()'''
10501         return int()
10502     def string(self):
10503         '''QString QStringRef.string()'''
10504         return QString()
10505 
10506 
10507 class QStringList():
10508     """"""
10509     def __init__(self):
10510         '''void QStringList.__init__()'''
10511     def __init__(self, i):
10512         '''void QStringList.__init__(QString i)'''
10513     def __init__(self, l):
10514         '''void QStringList.__init__(QStringList l)'''
10515     def __iadd__(self, other):
10516         '''QStringList QStringList.__iadd__(QStringList other)'''
10517         return QStringList()
10518     def __iadd__(self, value):
10519         '''QStringList QStringList.__iadd__(QString value)'''
10520         return QStringList()
10521     def mid(self, pos, length = None):
10522         '''QStringList QStringList.mid(int pos, int length = -1)'''
10523         return QStringList()
10524     def last(self):
10525         '''QString QStringList.last()'''
10526         return QString()
10527     def first(self):
10528         '''QString QStringList.first()'''
10529         return QString()
10530     def __len__(self):
10531         '''None QStringList.__len__()'''
10532         return None()
10533     def count(self, str):
10534         '''int QStringList.count(QString str)'''
10535         return int()
10536     def count(self):
10537         '''int QStringList.count()'''
10538         return int()
10539     def swap(self, i, j):
10540         '''void QStringList.swap(int i, int j)'''
10541     def move(self, from_, to):
10542         '''void QStringList.move(int from, int to)'''
10543     def takeLast(self):
10544         '''QString QStringList.takeLast()'''
10545         return QString()
10546     def takeFirst(self):
10547         '''QString QStringList.takeFirst()'''
10548         return QString()
10549     def takeAt(self, i):
10550         '''QString QStringList.takeAt(int i)'''
10551         return QString()
10552     def removeAll(self, str):
10553         '''int QStringList.removeAll(QString str)'''
10554         return int()
10555     def removeAt(self, i):
10556         '''void QStringList.removeAt(int i)'''
10557     def replace(self, i, str):
10558         '''void QStringList.replace(int i, QString str)'''
10559     def insert(self, i, str):
10560         '''void QStringList.insert(int i, QString str)'''
10561     def prepend(self, str):
10562         '''void QStringList.prepend(QString str)'''
10563     def append(self, str):
10564         '''void QStringList.append(QString str)'''
10565     def isEmpty(self):
10566         '''bool QStringList.isEmpty()'''
10567         return bool()
10568     def clear(self):
10569         '''void QStringList.clear()'''
10570     def __ne__(self, other):
10571         '''bool QStringList.__ne__(QStringList other)'''
10572         return bool()
10573     def __eq__(self, other):
10574         '''bool QStringList.__eq__(QStringList other)'''
10575         return bool()
10576     def __imul__(self, by):
10577         '''QStringList QStringList.__imul__(int by)'''
10578         return QStringList()
10579     def __mul__(self, by):
10580         '''QStringList QStringList.__mul__(int by)'''
10581         return QStringList()
10582     def __add__(self, other):
10583         '''QStringList QStringList.__add__(QStringList other)'''
10584         return QStringList()
10585     def __contains__(self, str):
10586         '''int QStringList.__contains__(QString str)'''
10587         return int()
10588     def __getitem__(self, i):
10589         '''QString QStringList.__getitem__(int i)'''
10590         return QString()
10591     def __getitem__(self, slice):
10592         '''QStringList QStringList.__getitem__(slice slice)'''
10593         return QStringList()
10594     def __delitem__(self, i):
10595         '''void QStringList.__delitem__(int i)'''
10596     def __delitem__(self, slice):
10597         '''void QStringList.__delitem__(slice slice)'''
10598     def __setitem__(self, i, str):
10599         '''void QStringList.__setitem__(int i, QString str)'''
10600     def __setitem__(self, slice, list):
10601         '''void QStringList.__setitem__(slice slice, QStringList list)'''
10602     def removeDuplicates(self):
10603         '''int QStringList.removeDuplicates()'''
10604         return int()
10605     def lastIndexOf(self, value, from_ = None):
10606         '''int QStringList.lastIndexOf(QString value, int from = -1)'''
10607         return int()
10608     def lastIndexOf(self, rx, from_ = None):
10609         '''int QStringList.lastIndexOf(QRegExp rx, int from = -1)'''
10610         return int()
10611     def indexOf(self, value, from_ = 0):
10612         '''int QStringList.indexOf(QString value, int from = 0)'''
10613         return int()
10614     def indexOf(self, rx, from_ = 0):
10615         '''int QStringList.indexOf(QRegExp rx, int from = 0)'''
10616         return int()
10617     def replaceInStrings(self, before, after, cs = None):
10618         '''QStringList QStringList.replaceInStrings(QString before, QString after, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10619         return QStringList()
10620     def replaceInStrings(self, rx, after):
10621         '''QStringList QStringList.replaceInStrings(QRegExp rx, QString after)'''
10622         return QStringList()
10623     def contains(self, str, cs = None):
10624         '''bool QStringList.contains(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10625         return bool()
10626     def filter(self, str, cs = None):
10627         '''QStringList QStringList.filter(QString str, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10628         return QStringList()
10629     def filter(self, rx):
10630         '''QStringList QStringList.filter(QRegExp rx)'''
10631         return QStringList()
10632     def join(self, sep):
10633         '''QString QStringList.join(QString sep)'''
10634         return QString()
10635     def sort(self):
10636         '''void QStringList.sort()'''
10637     def __lshift__(self, str):
10638         '''QStringList QStringList.__lshift__(QString str)'''
10639         return QStringList()
10640     def __lshift__(self, l):
10641         '''QStringList QStringList.__lshift__(QStringList l)'''
10642         return QStringList()
10643 
10644 
10645 class QStringMatcher():
10646     """"""
10647     def __init__(self):
10648         '''void QStringMatcher.__init__()'''
10649     def __init__(self, pattern, cs = None):
10650         '''void QStringMatcher.__init__(QString pattern, Qt.CaseSensitivity cs = Qt.CaseSensitive)'''
10651     def __init__(self, other):
10652         '''void QStringMatcher.__init__(QStringMatcher other)'''
10653     def caseSensitivity(self):
10654         '''Qt.CaseSensitivity QStringMatcher.caseSensitivity()'''
10655         return Qt.CaseSensitivity()
10656     def pattern(self):
10657         '''QString QStringMatcher.pattern()'''
10658         return QString()
10659     def indexIn(self, str, from_ = 0):
10660         '''int QStringMatcher.indexIn(QString str, int from = 0)'''
10661         return int()
10662     def setCaseSensitivity(self, cs):
10663         '''void QStringMatcher.setCaseSensitivity(Qt.CaseSensitivity cs)'''
10664     def setPattern(self, pattern):
10665         '''void QStringMatcher.setPattern(QString pattern)'''
10666 
10667 
10668 class QSystemSemaphore():
10669     """"""
10670     # Enum QSystemSemaphore.SystemSemaphoreError
10671     NoError = 0
10672     PermissionDenied = 0
10673     KeyError = 0
10674     AlreadyExists = 0
10675     NotFound = 0
10676     OutOfResources = 0
10677     UnknownError = 0
10678 
10679     # Enum QSystemSemaphore.AccessMode
10680     Open = 0
10681     Create = 0
10682 
10683     def __init__(self, key, initialValue = 0, mode = None):
10684         '''void QSystemSemaphore.__init__(QString key, int initialValue = 0, QSystemSemaphore.AccessMode mode = QSystemSemaphore.Open)'''
10685     def errorString(self):
10686         '''QString QSystemSemaphore.errorString()'''
10687         return QString()
10688     def error(self):
10689         '''QSystemSemaphore.SystemSemaphoreError QSystemSemaphore.error()'''
10690         return QSystemSemaphore.SystemSemaphoreError()
10691     def release(self, n = 1):
10692         '''bool QSystemSemaphore.release(int n = 1)'''
10693         return bool()
10694     def acquire(self):
10695         '''bool QSystemSemaphore.acquire()'''
10696         return bool()
10697     def key(self):
10698         '''QString QSystemSemaphore.key()'''
10699         return QString()
10700     def setKey(self, key, initialValue = 0, mode = None):
10701         '''void QSystemSemaphore.setKey(QString key, int initialValue = 0, QSystemSemaphore.AccessMode mode = QSystemSemaphore.Open)'''
10702 
10703 
10704 class QTemporaryFile(QFile):
10705     """"""
10706     def __init__(self):
10707         '''void QTemporaryFile.__init__()'''
10708     def __init__(self, templateName):
10709         '''void QTemporaryFile.__init__(QString templateName)'''
10710     def __init__(self, parent):
10711         '''void QTemporaryFile.__init__(QObject parent)'''
10712     def __init__(self, templateName, parent):
10713         '''void QTemporaryFile.__init__(QString templateName, QObject parent)'''
10714     def fileEngine(self):
10715         '''QAbstractFileEngine QTemporaryFile.fileEngine()'''
10716         return QAbstractFileEngine()
10717     def createLocalFile(self, fileName):
10718         '''static QTemporaryFile QTemporaryFile.createLocalFile(QString fileName)'''
10719         return QTemporaryFile()
10720     def createLocalFile(self, file):
10721         '''static QTemporaryFile QTemporaryFile.createLocalFile(QFile file)'''
10722         return QTemporaryFile()
10723     def setFileTemplate(self, name):
10724         '''void QTemporaryFile.setFileTemplate(QString name)'''
10725     def fileTemplate(self):
10726         '''QString QTemporaryFile.fileTemplate()'''
10727         return QString()
10728     def fileName(self):
10729         '''QString QTemporaryFile.fileName()'''
10730         return QString()
10731     def open(self):
10732         '''bool QTemporaryFile.open()'''
10733         return bool()
10734     def open(self, flags):
10735         '''bool QTemporaryFile.open(QIODevice.OpenMode flags)'''
10736         return bool()
10737     def setAutoRemove(self, b):
10738         '''void QTemporaryFile.setAutoRemove(bool b)'''
10739     def autoRemove(self):
10740         '''bool QTemporaryFile.autoRemove()'''
10741         return bool()
10742 
10743 
10744 class QTextBoundaryFinder():
10745     """"""
10746     # Enum QTextBoundaryFinder.BoundaryType
10747     Grapheme = 0
10748     Word = 0
10749     Line = 0
10750     Sentence = 0
10751 
10752     # Enum QTextBoundaryFinder.BoundaryReason
10753     NotAtBoundary = 0
10754     StartWord = 0
10755     EndWord = 0
10756 
10757     def __init__(self):
10758         '''void QTextBoundaryFinder.__init__()'''
10759     def __init__(self, other):
10760         '''void QTextBoundaryFinder.__init__(QTextBoundaryFinder other)'''
10761     def __init__(self, type, string):
10762         '''void QTextBoundaryFinder.__init__(QTextBoundaryFinder.BoundaryType type, QString string)'''
10763     def boundaryReasons(self):
10764         '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.boundaryReasons()'''
10765         return QTextBoundaryFinder.BoundaryReasons()
10766     def isAtBoundary(self):
10767         '''bool QTextBoundaryFinder.isAtBoundary()'''
10768         return bool()
10769     def toPreviousBoundary(self):
10770         '''int QTextBoundaryFinder.toPreviousBoundary()'''
10771         return int()
10772     def toNextBoundary(self):
10773         '''int QTextBoundaryFinder.toNextBoundary()'''
10774         return int()
10775     def setPosition(self, position):
10776         '''void QTextBoundaryFinder.setPosition(int position)'''
10777     def position(self):
10778         '''int QTextBoundaryFinder.position()'''
10779         return int()
10780     def toEnd(self):
10781         '''void QTextBoundaryFinder.toEnd()'''
10782     def toStart(self):
10783         '''void QTextBoundaryFinder.toStart()'''
10784     def string(self):
10785         '''QString QTextBoundaryFinder.string()'''
10786         return QString()
10787     def type(self):
10788         '''QTextBoundaryFinder.BoundaryType QTextBoundaryFinder.type()'''
10789         return QTextBoundaryFinder.BoundaryType()
10790     def isValid(self):
10791         '''bool QTextBoundaryFinder.isValid()'''
10792         return bool()
10793     class BoundaryReasons():
10794         """"""
10795         def __init__(self):
10796             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__init__()'''
10797             return QTextBoundaryFinder.BoundaryReasons()
10798         def __init__(self):
10799             '''int QTextBoundaryFinder.BoundaryReasons.__init__()'''
10800             return int()
10801         def __init__(self):
10802             '''void QTextBoundaryFinder.BoundaryReasons.__init__()'''
10803         def __bool__(self):
10804             '''int QTextBoundaryFinder.BoundaryReasons.__bool__()'''
10805             return int()
10806         def __ne__(self, f):
10807             '''bool QTextBoundaryFinder.BoundaryReasons.__ne__(QTextBoundaryFinder.BoundaryReasons f)'''
10808             return bool()
10809         def __eq__(self, f):
10810             '''bool QTextBoundaryFinder.BoundaryReasons.__eq__(QTextBoundaryFinder.BoundaryReasons f)'''
10811             return bool()
10812         def __invert__(self):
10813             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__invert__()'''
10814             return QTextBoundaryFinder.BoundaryReasons()
10815         def __and__(self, mask):
10816             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__and__(int mask)'''
10817             return QTextBoundaryFinder.BoundaryReasons()
10818         def __xor__(self, f):
10819             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__xor__(QTextBoundaryFinder.BoundaryReasons f)'''
10820             return QTextBoundaryFinder.BoundaryReasons()
10821         def __xor__(self, f):
10822             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__xor__(int f)'''
10823             return QTextBoundaryFinder.BoundaryReasons()
10824         def __or__(self, f):
10825             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__or__(QTextBoundaryFinder.BoundaryReasons f)'''
10826             return QTextBoundaryFinder.BoundaryReasons()
10827         def __or__(self, f):
10828             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__or__(int f)'''
10829             return QTextBoundaryFinder.BoundaryReasons()
10830         def __int__(self):
10831             '''int QTextBoundaryFinder.BoundaryReasons.__int__()'''
10832             return int()
10833         def __ixor__(self, f):
10834             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__ixor__(QTextBoundaryFinder.BoundaryReasons f)'''
10835             return QTextBoundaryFinder.BoundaryReasons()
10836         def __ior__(self, f):
10837             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__ior__(QTextBoundaryFinder.BoundaryReasons f)'''
10838             return QTextBoundaryFinder.BoundaryReasons()
10839         def __iand__(self, mask):
10840             '''QTextBoundaryFinder.BoundaryReasons QTextBoundaryFinder.BoundaryReasons.__iand__(int mask)'''
10841             return QTextBoundaryFinder.BoundaryReasons()
10842 
10843 
10844 class QTextCodec():
10845     """"""
10846     # Enum QTextCodec.ConversionFlag
10847     DefaultConversion = 0
10848     ConvertInvalidToNull = 0
10849     IgnoreHeader = 0
10850 
10851     def __init__(self):
10852         '''void QTextCodec.__init__()'''
10853     def setCodecForCStrings(self, c):
10854         '''static void QTextCodec.setCodecForCStrings(QTextCodec c)'''
10855     def codecForCStrings(self):
10856         '''static QTextCodec QTextCodec.codecForCStrings()'''
10857         return QTextCodec()
10858     def setCodecForTr(self, c):
10859         '''static void QTextCodec.setCodecForTr(QTextCodec c)'''
10860     def codecForTr(self):
10861         '''static QTextCodec QTextCodec.codecForTr()'''
10862         return QTextCodec()
10863     def convertToUnicode(self, in_, state):
10864         '''abstract QString QTextCodec.convertToUnicode(str in, QTextCodec.ConverterState state)'''
10865         return QString()
10866     def mibEnum(self):
10867         '''abstract int QTextCodec.mibEnum()'''
10868         return int()
10869     def aliases(self):
10870         '''list-of-QByteArray QTextCodec.aliases()'''
10871         return [QByteArray()]
10872     def name(self):
10873         '''abstract QByteArray QTextCodec.name()'''
10874         return QByteArray()
10875     def fromUnicode(self, uc):
10876         '''QByteArray QTextCodec.fromUnicode(QString uc)'''
10877         return QByteArray()
10878     def toUnicode(self):
10879         '''QByteArray QTextCodec.toUnicode()'''
10880         return QByteArray()
10881     def toUnicode(self, chars):
10882         '''QString QTextCodec.toUnicode(str chars)'''
10883         return QString()
10884     def toUnicode(self, in_, state = None):
10885         '''QString QTextCodec.toUnicode(str in, QTextCodec.ConverterState state = None)'''
10886         return QString()
10887     def canEncode(self):
10888         '''QString QTextCodec.canEncode()'''
10889         return QString()
10890     def makeEncoder(self):
10891         '''QTextEncoder QTextCodec.makeEncoder()'''
10892         return QTextEncoder()
10893     def makeEncoder(self, flags):
10894         '''QTextEncoder QTextCodec.makeEncoder(QTextCodec.ConversionFlags flags)'''
10895         return QTextEncoder()
10896     def makeDecoder(self):
10897         '''QTextDecoder QTextCodec.makeDecoder()'''
10898         return QTextDecoder()
10899     def makeDecoder(self, flags):
10900         '''QTextDecoder QTextCodec.makeDecoder(QTextCodec.ConversionFlags flags)'''
10901         return QTextDecoder()
10902     def setCodecForLocale(self, c):
10903         '''static void QTextCodec.setCodecForLocale(QTextCodec c)'''
10904     def codecForLocale(self):
10905         '''static QTextCodec QTextCodec.codecForLocale()'''
10906         return QTextCodec()
10907     def availableMibs(self):
10908         '''static list-of-int QTextCodec.availableMibs()'''
10909         return [int()]
10910     def availableCodecs(self):
10911         '''static list-of-QByteArray QTextCodec.availableCodecs()'''
10912         return [QByteArray()]
10913     def codecForUtfText(self, ba):
10914         '''static QTextCodec QTextCodec.codecForUtfText(QByteArray ba)'''
10915         return QTextCodec()
10916     def codecForUtfText(self, ba, defaultCodec):
10917         '''static QTextCodec QTextCodec.codecForUtfText(QByteArray ba, QTextCodec defaultCodec)'''
10918         return QTextCodec()
10919     def codecForHtml(self, ba):
10920         '''static QTextCodec QTextCodec.codecForHtml(QByteArray ba)'''
10921         return QTextCodec()
10922     def codecForHtml(self, ba, defaultCodec):
10923         '''static QTextCodec QTextCodec.codecForHtml(QByteArray ba, QTextCodec defaultCodec)'''
10924         return QTextCodec()
10925     def codecForMib(self, mib):
10926         '''static QTextCodec QTextCodec.codecForMib(int mib)'''
10927         return QTextCodec()
10928     def codecForName(self, name):
10929         '''static QTextCodec QTextCodec.codecForName(QByteArray name)'''
10930         return QTextCodec()
10931     def codecForName(self, name):
10932         '''static QTextCodec QTextCodec.codecForName(str name)'''
10933         return QTextCodec()
10934     class ConversionFlags():
10935         """"""
10936         def __init__(self):
10937             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__init__()'''
10938             return QTextCodec.ConversionFlags()
10939         def __init__(self):
10940             '''int QTextCodec.ConversionFlags.__init__()'''
10941             return int()
10942         def __init__(self):
10943             '''void QTextCodec.ConversionFlags.__init__()'''
10944         def __bool__(self):
10945             '''int QTextCodec.ConversionFlags.__bool__()'''
10946             return int()
10947         def __ne__(self, f):
10948             '''bool QTextCodec.ConversionFlags.__ne__(QTextCodec.ConversionFlags f)'''
10949             return bool()
10950         def __eq__(self, f):
10951             '''bool QTextCodec.ConversionFlags.__eq__(QTextCodec.ConversionFlags f)'''
10952             return bool()
10953         def __invert__(self):
10954             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__invert__()'''
10955             return QTextCodec.ConversionFlags()
10956         def __and__(self, mask):
10957             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__and__(int mask)'''
10958             return QTextCodec.ConversionFlags()
10959         def __xor__(self, f):
10960             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__xor__(QTextCodec.ConversionFlags f)'''
10961             return QTextCodec.ConversionFlags()
10962         def __xor__(self, f):
10963             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__xor__(int f)'''
10964             return QTextCodec.ConversionFlags()
10965         def __or__(self, f):
10966             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__or__(QTextCodec.ConversionFlags f)'''
10967             return QTextCodec.ConversionFlags()
10968         def __or__(self, f):
10969             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__or__(int f)'''
10970             return QTextCodec.ConversionFlags()
10971         def __int__(self):
10972             '''int QTextCodec.ConversionFlags.__int__()'''
10973             return int()
10974         def __ixor__(self, f):
10975             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__ixor__(QTextCodec.ConversionFlags f)'''
10976             return QTextCodec.ConversionFlags()
10977         def __ior__(self, f):
10978             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__ior__(QTextCodec.ConversionFlags f)'''
10979             return QTextCodec.ConversionFlags()
10980         def __iand__(self, mask):
10981             '''QTextCodec.ConversionFlags QTextCodec.ConversionFlags.__iand__(int mask)'''
10982             return QTextCodec.ConversionFlags()
10983     class ConverterState():
10984         """"""
10985         def __init__(self, flags = None):
10986             '''void QTextCodec.ConverterState.__init__(QTextCodec.ConversionFlags flags = QTextCodec.DefaultConversion)'''
10987 
10988 
10989 class QTextEncoder():
10990     """"""
10991     def __init__(self, codec):
10992         '''void QTextEncoder.__init__(QTextCodec codec)'''
10993     def __init__(self, codec, flags):
10994         '''void QTextEncoder.__init__(QTextCodec codec, QTextCodec.ConversionFlags flags)'''
10995     def fromUnicode(self, str):
10996         '''QByteArray QTextEncoder.fromUnicode(QString str)'''
10997         return QByteArray()
10998 
10999 
11000 class QTextDecoder():
11001     """"""
11002     def __init__(self, codec):
11003         '''void QTextDecoder.__init__(QTextCodec codec)'''
11004     def __init__(self, codec, flags):
11005         '''void QTextDecoder.__init__(QTextCodec codec, QTextCodec.ConversionFlags flags)'''
11006     def toUnicode(self, chars):
11007         '''QString QTextDecoder.toUnicode(str chars)'''
11008         return QString()
11009     def toUnicode(self, target, chars):
11010         '''void QTextDecoder.toUnicode(QString target, str chars)'''
11011     def toUnicode(self, ba):
11012         '''QString QTextDecoder.toUnicode(QByteArray ba)'''
11013         return QString()
11014 
11015 
11016 class QTextStream():
11017     """"""
11018     # Enum QTextStream.Status
11019     Ok = 0
11020     ReadPastEnd = 0
11021     ReadCorruptData = 0
11022     WriteFailed = 0
11023 
11024     # Enum QTextStream.NumberFlag
11025     ShowBase = 0
11026     ForcePoint = 0
11027     ForceSign = 0
11028     UppercaseBase = 0
11029     UppercaseDigits = 0
11030 
11031     # Enum QTextStream.FieldAlignment
11032     AlignLeft = 0
11033     AlignRight = 0
11034     AlignCenter = 0
11035     AlignAccountingStyle = 0
11036 
11037     # Enum QTextStream.RealNumberNotation
11038     SmartNotation = 0
11039     FixedNotation = 0
11040     ScientificNotation = 0
11041 
11042     def __init__(self):
11043         '''void QTextStream.__init__()'''
11044     def __init__(self, device):
11045         '''void QTextStream.__init__(QIODevice device)'''
11046     def __init__(self, string, mode = None):
11047         '''void QTextStream.__init__(QString string, QIODevice.OpenMode mode = QIODevice.ReadWrite)'''
11048     def __init__(self, array, mode = None):
11049         '''void QTextStream.__init__(QByteArray array, QIODevice.OpenMode mode = QIODevice.ReadWrite)'''
11050     def locale(self):
11051         '''QLocale QTextStream.locale()'''
11052         return QLocale()
11053     def setLocale(self, locale):
11054         '''void QTextStream.setLocale(QLocale locale)'''
11055     def __lshift__(self, f):
11056         '''QTextStream QTextStream.__lshift__(float f)'''
11057         return QTextStream()
11058     def __lshift__(self, b):
11059         '''QTextStream QTextStream.__lshift__(bool b)'''
11060         return QTextStream()
11061     def __lshift__(self, i):
11062         '''QTextStream QTextStream.__lshift__(int i)'''
11063         return QTextStream()
11064     def __lshift__(self, i):
11065         '''QTextStream QTextStream.__lshift__(int i)'''
11066         return QTextStream()
11067     def __lshift__(self, i):
11068         '''QTextStream QTextStream.__lshift__(int i)'''
11069         return QTextStream()
11070     def __lshift__(self, s):
11071         '''QTextStream QTextStream.__lshift__(QString s)'''
11072         return QTextStream()
11073     def __lshift__(self, array):
11074         '''QTextStream QTextStream.__lshift__(QByteArray array)'''
11075         return QTextStream()
11076     def __lshift__(self, m):
11077         '''QTextStream QTextStream.__lshift__(QTextStreamManipulator m)'''
11078         return QTextStream()
11079     def __rshift__(self, ch):
11080         '''QTextStream QTextStream.__rshift__(QChar ch)'''
11081         return QTextStream()
11082     def __rshift__(self, s):
11083         '''QTextStream QTextStream.__rshift__(QString s)'''
11084         return QTextStream()
11085     def __rshift__(self, array):
11086         '''QTextStream QTextStream.__rshift__(QByteArray array)'''
11087         return QTextStream()
11088     def pos(self):
11089         '''int QTextStream.pos()'''
11090         return int()
11091     def resetStatus(self):
11092         '''void QTextStream.resetStatus()'''
11093     def setStatus(self, status):
11094         '''void QTextStream.setStatus(QTextStream.Status status)'''
11095     def status(self):
11096         '''QTextStream.Status QTextStream.status()'''
11097         return QTextStream.Status()
11098     def realNumberPrecision(self):
11099         '''int QTextStream.realNumberPrecision()'''
11100         return int()
11101     def setRealNumberPrecision(self, precision):
11102         '''void QTextStream.setRealNumberPrecision(int precision)'''
11103     def realNumberNotation(self):
11104         '''QTextStream.RealNumberNotation QTextStream.realNumberNotation()'''
11105         return QTextStream.RealNumberNotation()
11106     def setRealNumberNotation(self, notation):
11107         '''void QTextStream.setRealNumberNotation(QTextStream.RealNumberNotation notation)'''
11108     def integerBase(self):
11109         '''int QTextStream.integerBase()'''
11110         return int()
11111     def setIntegerBase(self, base):
11112         '''void QTextStream.setIntegerBase(int base)'''
11113     def numberFlags(self):
11114         '''QTextStream.NumberFlags QTextStream.numberFlags()'''
11115         return QTextStream.NumberFlags()
11116     def setNumberFlags(self, flags):
11117         '''void QTextStream.setNumberFlags(QTextStream.NumberFlags flags)'''
11118     def fieldWidth(self):
11119         '''int QTextStream.fieldWidth()'''
11120         return int()
11121     def setFieldWidth(self, width):
11122         '''void QTextStream.setFieldWidth(int width)'''
11123     def padChar(self):
11124         '''QChar QTextStream.padChar()'''
11125         return QChar()
11126     def setPadChar(self, ch):
11127         '''void QTextStream.setPadChar(QChar ch)'''
11128     def fieldAlignment(self):
11129         '''QTextStream.FieldAlignment QTextStream.fieldAlignment()'''
11130         return QTextStream.FieldAlignment()
11131     def setFieldAlignment(self, alignment):
11132         '''void QTextStream.setFieldAlignment(QTextStream.FieldAlignment alignment)'''
11133     def readAll(self):
11134         '''QString QTextStream.readAll()'''
11135         return QString()
11136     def readLine(self, maxLength = 0):
11137         '''QString QTextStream.readLine(int maxLength = 0)'''
11138         return QString()
11139     def read(self, maxlen):
11140         '''QString QTextStream.read(int maxlen)'''
11141         return QString()
11142     def skipWhiteSpace(self):
11143         '''void QTextStream.skipWhiteSpace()'''
11144     def seek(self, pos):
11145         '''bool QTextStream.seek(int pos)'''
11146         return bool()
11147     def flush(self):
11148         '''void QTextStream.flush()'''
11149     def reset(self):
11150         '''void QTextStream.reset()'''
11151     def atEnd(self):
11152         '''bool QTextStream.atEnd()'''
11153         return bool()
11154     def string(self):
11155         '''QString QTextStream.string()'''
11156         return QString()
11157     def setString(self, string, mode = None):
11158         '''void QTextStream.setString(QString string, QIODevice.OpenMode mode = QIODevice.ReadWrite)'''
11159     def device(self):
11160         '''QIODevice QTextStream.device()'''
11161         return QIODevice()
11162     def setDevice(self, device):
11163         '''void QTextStream.setDevice(QIODevice device)'''
11164     def generateByteOrderMark(self):
11165         '''bool QTextStream.generateByteOrderMark()'''
11166         return bool()
11167     def setGenerateByteOrderMark(self, generate):
11168         '''void QTextStream.setGenerateByteOrderMark(bool generate)'''
11169     def autoDetectUnicode(self):
11170         '''bool QTextStream.autoDetectUnicode()'''
11171         return bool()
11172     def setAutoDetectUnicode(self, enabled):
11173         '''void QTextStream.setAutoDetectUnicode(bool enabled)'''
11174     def codec(self):
11175         '''QTextCodec QTextStream.codec()'''
11176         return QTextCodec()
11177     def setCodec(self, codec):
11178         '''void QTextStream.setCodec(QTextCodec codec)'''
11179     def setCodec(self, codecName):
11180         '''void QTextStream.setCodec(str codecName)'''
11181     class NumberFlags():
11182         """"""
11183         def __init__(self):
11184             '''QTextStream.NumberFlags QTextStream.NumberFlags.__init__()'''
11185             return QTextStream.NumberFlags()
11186         def __init__(self):
11187             '''int QTextStream.NumberFlags.__init__()'''
11188             return int()
11189         def __init__(self):
11190             '''void QTextStream.NumberFlags.__init__()'''
11191         def __bool__(self):
11192             '''int QTextStream.NumberFlags.__bool__()'''
11193             return int()
11194         def __ne__(self, f):
11195             '''bool QTextStream.NumberFlags.__ne__(QTextStream.NumberFlags f)'''
11196             return bool()
11197         def __eq__(self, f):
11198             '''bool QTextStream.NumberFlags.__eq__(QTextStream.NumberFlags f)'''
11199             return bool()
11200         def __invert__(self):
11201             '''QTextStream.NumberFlags QTextStream.NumberFlags.__invert__()'''
11202             return QTextStream.NumberFlags()
11203         def __and__(self, mask):
11204             '''QTextStream.NumberFlags QTextStream.NumberFlags.__and__(int mask)'''
11205             return QTextStream.NumberFlags()
11206         def __xor__(self, f):
11207             '''QTextStream.NumberFlags QTextStream.NumberFlags.__xor__(QTextStream.NumberFlags f)'''
11208             return QTextStream.NumberFlags()
11209         def __xor__(self, f):
11210             '''QTextStream.NumberFlags QTextStream.NumberFlags.__xor__(int f)'''
11211             return QTextStream.NumberFlags()
11212         def __or__(self, f):
11213             '''QTextStream.NumberFlags QTextStream.NumberFlags.__or__(QTextStream.NumberFlags f)'''
11214             return QTextStream.NumberFlags()
11215         def __or__(self, f):
11216             '''QTextStream.NumberFlags QTextStream.NumberFlags.__or__(int f)'''
11217             return QTextStream.NumberFlags()
11218         def __int__(self):
11219             '''int QTextStream.NumberFlags.__int__()'''
11220             return int()
11221         def __ixor__(self, f):
11222             '''QTextStream.NumberFlags QTextStream.NumberFlags.__ixor__(QTextStream.NumberFlags f)'''
11223             return QTextStream.NumberFlags()
11224         def __ior__(self, f):
11225             '''QTextStream.NumberFlags QTextStream.NumberFlags.__ior__(QTextStream.NumberFlags f)'''
11226             return QTextStream.NumberFlags()
11227         def __iand__(self, mask):
11228             '''QTextStream.NumberFlags QTextStream.NumberFlags.__iand__(int mask)'''
11229             return QTextStream.NumberFlags()
11230 
11231 
11232 class QThread(QObject):
11233     """"""
11234     # Enum QThread.Priority
11235     IdlePriority = 0
11236     LowestPriority = 0
11237     LowPriority = 0
11238     NormalPriority = 0
11239     HighPriority = 0
11240     HighestPriority = 0
11241     TimeCriticalPriority = 0
11242     InheritPriority = 0
11243 
11244     def __init__(self, parent = None):
11245         '''void QThread.__init__(QObject parent = None)'''
11246     def usleep(self):
11247         '''static int QThread.usleep()'''
11248         return int()
11249     def msleep(self):
11250         '''static int QThread.msleep()'''
11251         return int()
11252     def sleep(self):
11253         '''static int QThread.sleep()'''
11254         return int()
11255     def setTerminationEnabled(self, enabled = True):
11256         '''static void QThread.setTerminationEnabled(bool enabled = True)'''
11257     def exec_(self):
11258         '''int QThread.exec_()'''
11259         return int()
11260     def run(self):
11261         '''void QThread.run()'''
11262     terminated = pyqtSignal() # void terminated() - signal
11263     finished = pyqtSignal() # void finished() - signal
11264     started = pyqtSignal() # void started() - signal
11265     def wait(self, msecs = None):
11266         '''bool QThread.wait(int msecs = ULONG_MAX)'''
11267         return bool()
11268     def quit(self):
11269         '''void QThread.quit()'''
11270     def terminate(self):
11271         '''void QThread.terminate()'''
11272     def start(self, priority = None):
11273         '''void QThread.start(QThread.Priority priority = QThread.InheritPriority)'''
11274     def exit(self, returnCode = 0):
11275         '''void QThread.exit(int returnCode = 0)'''
11276     def stackSize(self):
11277         '''int QThread.stackSize()'''
11278         return int()
11279     def setStackSize(self, stackSize):
11280         '''void QThread.setStackSize(int stackSize)'''
11281     def priority(self):
11282         '''QThread.Priority QThread.priority()'''
11283         return QThread.Priority()
11284     def setPriority(self, priority):
11285         '''void QThread.setPriority(QThread.Priority priority)'''
11286     def isRunning(self):
11287         '''bool QThread.isRunning()'''
11288         return bool()
11289     def isFinished(self):
11290         '''bool QThread.isFinished()'''
11291         return bool()
11292     def yieldCurrentThread(self):
11293         '''static void QThread.yieldCurrentThread()'''
11294     def idealThreadCount(self):
11295         '''static int QThread.idealThreadCount()'''
11296         return int()
11297     def currentThreadId(self):
11298         '''static int QThread.currentThreadId()'''
11299         return int()
11300     def currentThread(self):
11301         '''static QThread QThread.currentThread()'''
11302         return QThread()
11303 
11304 
11305 class QThreadPool(QObject):
11306     """"""
11307     def __init__(self, parent = None):
11308         '''void QThreadPool.__init__(QObject parent = None)'''
11309     def waitForDone(self):
11310         '''void QThreadPool.waitForDone()'''
11311     def waitForDone(self, msecs):
11312         '''bool QThreadPool.waitForDone(int msecs)'''
11313         return bool()
11314     def releaseThread(self):
11315         '''void QThreadPool.releaseThread()'''
11316     def reserveThread(self):
11317         '''void QThreadPool.reserveThread()'''
11318     def activeThreadCount(self):
11319         '''int QThreadPool.activeThreadCount()'''
11320         return int()
11321     def setMaxThreadCount(self, maxThreadCount):
11322         '''void QThreadPool.setMaxThreadCount(int maxThreadCount)'''
11323     def maxThreadCount(self):
11324         '''int QThreadPool.maxThreadCount()'''
11325         return int()
11326     def setExpiryTimeout(self, expiryTimeout):
11327         '''void QThreadPool.setExpiryTimeout(int expiryTimeout)'''
11328     def expiryTimeout(self):
11329         '''int QThreadPool.expiryTimeout()'''
11330         return int()
11331     def tryStart(self, runnable):
11332         '''bool QThreadPool.tryStart(QRunnable runnable)'''
11333         return bool()
11334     def start(self, runnable, priority = 0):
11335         '''void QThreadPool.start(QRunnable runnable, int priority = 0)'''
11336     def globalInstance(self):
11337         '''static QThreadPool QThreadPool.globalInstance()'''
11338         return QThreadPool()
11339 
11340 
11341 class QTimeLine(QObject):
11342     """"""
11343     # Enum QTimeLine.State
11344     NotRunning = 0
11345     Paused = 0
11346     Running = 0
11347 
11348     # Enum QTimeLine.Direction
11349     Forward = 0
11350     Backward = 0
11351 
11352     # Enum QTimeLine.CurveShape
11353     EaseInCurve = 0
11354     EaseOutCurve = 0
11355     EaseInOutCurve = 0
11356     LinearCurve = 0
11357     SineCurve = 0
11358     CosineCurve = 0
11359 
11360     def __init__(self, duration = 1000, parent = None):
11361         '''void QTimeLine.__init__(int duration = 1000, QObject parent = None)'''
11362     def setEasingCurve(self, curve):
11363         '''void QTimeLine.setEasingCurve(QEasingCurve curve)'''
11364     def easingCurve(self):
11365         '''QEasingCurve QTimeLine.easingCurve()'''
11366         return QEasingCurve()
11367     def timerEvent(self, event):
11368         '''void QTimeLine.timerEvent(QTimerEvent event)'''
11369     valueChanged = pyqtSignal() # void valueChanged(qreal) - signal
11370     stateChanged = pyqtSignal() # void stateChanged(QTimeLine::State) - signal
11371     frameChanged = pyqtSignal() # void frameChanged(int) - signal
11372     finished = pyqtSignal() # void finished() - signal
11373     def toggleDirection(self):
11374         '''void QTimeLine.toggleDirection()'''
11375     def stop(self):
11376         '''void QTimeLine.stop()'''
11377     def start(self):
11378         '''void QTimeLine.start()'''
11379     def setPaused(self, paused):
11380         '''void QTimeLine.setPaused(bool paused)'''
11381     def setCurrentTime(self, msec):
11382         '''void QTimeLine.setCurrentTime(int msec)'''
11383     def resume(self):
11384         '''void QTimeLine.resume()'''
11385     def valueForTime(self, msec):
11386         '''float QTimeLine.valueForTime(int msec)'''
11387         return float()
11388     def frameForTime(self, msec):
11389         '''int QTimeLine.frameForTime(int msec)'''
11390         return int()
11391     def currentValue(self):
11392         '''float QTimeLine.currentValue()'''
11393         return float()
11394     def currentFrame(self):
11395         '''int QTimeLine.currentFrame()'''
11396         return int()
11397     def currentTime(self):
11398         '''int QTimeLine.currentTime()'''
11399         return int()
11400     def setCurveShape(self, shape):
11401         '''void QTimeLine.setCurveShape(QTimeLine.CurveShape shape)'''
11402     def curveShape(self):
11403         '''QTimeLine.CurveShape QTimeLine.curveShape()'''
11404         return QTimeLine.CurveShape()
11405     def setUpdateInterval(self, interval):
11406         '''void QTimeLine.setUpdateInterval(int interval)'''
11407     def updateInterval(self):
11408         '''int QTimeLine.updateInterval()'''
11409         return int()
11410     def setFrameRange(self, startFrame, endFrame):
11411         '''void QTimeLine.setFrameRange(int startFrame, int endFrame)'''
11412     def setEndFrame(self, frame):
11413         '''void QTimeLine.setEndFrame(int frame)'''
11414     def endFrame(self):
11415         '''int QTimeLine.endFrame()'''
11416         return int()
11417     def setStartFrame(self, frame):
11418         '''void QTimeLine.setStartFrame(int frame)'''
11419     def startFrame(self):
11420         '''int QTimeLine.startFrame()'''
11421         return int()
11422     def setDuration(self, duration):
11423         '''void QTimeLine.setDuration(int duration)'''
11424     def duration(self):
11425         '''int QTimeLine.duration()'''
11426         return int()
11427     def setDirection(self, direction):
11428         '''void QTimeLine.setDirection(QTimeLine.Direction direction)'''
11429     def direction(self):
11430         '''QTimeLine.Direction QTimeLine.direction()'''
11431         return QTimeLine.Direction()
11432     def setLoopCount(self, count):
11433         '''void QTimeLine.setLoopCount(int count)'''
11434     def loopCount(self):
11435         '''int QTimeLine.loopCount()'''
11436         return int()
11437     def state(self):
11438         '''QTimeLine.State QTimeLine.state()'''
11439         return QTimeLine.State()
11440 
11441 
11442 class QTimer(QObject):
11443     """"""
11444     def __init__(self, parent = None):
11445         '''void QTimer.__init__(QObject parent = None)'''
11446     def timerEvent(self):
11447         '''QTimerEvent QTimer.timerEvent()'''
11448         return QTimerEvent()
11449     timeout = pyqtSignal() # void timeout() - signal
11450     def stop(self):
11451         '''void QTimer.stop()'''
11452     def start(self, msec):
11453         '''void QTimer.start(int msec)'''
11454     def start(self):
11455         '''void QTimer.start()'''
11456     def singleShot(self, msec, receiver, member):
11457         '''static void QTimer.singleShot(int msec, QObject receiver, SLOT() member)'''
11458     def singleShot(self, msec, receiver):
11459         '''static void QTimer.singleShot(int msec, callable receiver)'''
11460     def setSingleShot(self, asingleShot):
11461         '''void QTimer.setSingleShot(bool asingleShot)'''
11462     def isSingleShot(self):
11463         '''bool QTimer.isSingleShot()'''
11464         return bool()
11465     def interval(self):
11466         '''int QTimer.interval()'''
11467         return int()
11468     def setInterval(self, msec):
11469         '''void QTimer.setInterval(int msec)'''
11470     def timerId(self):
11471         '''int QTimer.timerId()'''
11472         return int()
11473     def isActive(self):
11474         '''bool QTimer.isActive()'''
11475         return bool()
11476 
11477 
11478 class QTranslator(QObject):
11479     """"""
11480     def __init__(self, parent = None):
11481         '''void QTranslator.__init__(QObject parent = None)'''
11482     def loadFromData(self, data):
11483         '''bool QTranslator.loadFromData(str data)'''
11484         return bool()
11485     def load(self, fileName, directory = QString(), searchDelimiters = QString(), suffix = QString()):
11486         '''bool QTranslator.load(QString fileName, QString directory = QString(), QString searchDelimiters = QString(), QString suffix = QString())'''
11487         return bool()
11488     def load(self, locale, fileName, prefix = QString(), directory = QString(), suffix = QString()):
11489         '''bool QTranslator.load(QLocale locale, QString fileName, QString prefix = QString(), QString directory = QString(), QString suffix = QString())'''
11490         return bool()
11491     def isEmpty(self):
11492         '''bool QTranslator.isEmpty()'''
11493         return bool()
11494     def translate(self, context, sourceText, disambiguation = None):
11495         '''QString QTranslator.translate(str context, str sourceText, str disambiguation = None)'''
11496         return QString()
11497     def translate(self, context, sourceText, comment, n):
11498         '''QString QTranslator.translate(str context, str sourceText, str comment, int n)'''
11499         return QString()
11500 
11501 
11502 class QUrl():
11503     """"""
11504     # Enum QUrl.FormattingOption
11505     __kdevpythondocumentation_builtin_None = 0
11506     RemoveScheme = 0
11507     RemovePassword = 0
11508     RemoveUserInfo = 0
11509     RemovePort = 0
11510     RemoveAuthority = 0
11511     RemovePath = 0
11512     RemoveQuery = 0
11513     RemoveFragment = 0
11514     StripTrailingSlash = 0
11515 
11516     # Enum QUrl.ParsingMode
11517     TolerantMode = 0
11518     StrictMode = 0
11519 
11520     def __init__(self):
11521         '''void QUrl.__init__()'''
11522     def __init__(self, url):
11523         '''void QUrl.__init__(QString url)'''
11524     def __init__(self, url, mode):
11525         '''void QUrl.__init__(QString url, QUrl.ParsingMode mode)'''
11526     def __init__(self, copy):
11527         '''void QUrl.__init__(QUrl copy)'''
11528     def __ge__(self, url):
11529         '''bool QUrl.__ge__(QUrl url)'''
11530         return bool()
11531     def isLocalFile(self):
11532         '''bool QUrl.isLocalFile()'''
11533         return bool()
11534     def topLevelDomain(self):
11535         '''QString QUrl.topLevelDomain()'''
11536         return QString()
11537     def swap(self, other):
11538         '''void QUrl.swap(QUrl other)'''
11539     def fromUserInput(self, userInput):
11540         '''static QUrl QUrl.fromUserInput(QString userInput)'''
11541         return QUrl()
11542     def encodedFragment(self):
11543         '''QByteArray QUrl.encodedFragment()'''
11544         return QByteArray()
11545     def setEncodedFragment(self, fragment):
11546         '''void QUrl.setEncodedFragment(QByteArray fragment)'''
11547     def removeAllEncodedQueryItems(self, key):
11548         '''void QUrl.removeAllEncodedQueryItems(QByteArray key)'''
11549     def removeEncodedQueryItem(self, key):
11550         '''void QUrl.removeEncodedQueryItem(QByteArray key)'''
11551     def allEncodedQueryItemValues(self, key):
11552         '''list-of-QByteArray QUrl.allEncodedQueryItemValues(QByteArray key)'''
11553         return [QByteArray()]
11554     def encodedQueryItemValue(self, key):
11555         '''QByteArray QUrl.encodedQueryItemValue(QByteArray key)'''
11556         return QByteArray()
11557     def hasEncodedQueryItem(self, key):
11558         '''bool QUrl.hasEncodedQueryItem(QByteArray key)'''
11559         return bool()
11560     def encodedQueryItems(self):
11561         '''list-of-tuple-of-QByteArray-QByteArray QUrl.encodedQueryItems()'''
11562         return [tuple-of-QByteArray-QByteArray()]
11563     def addEncodedQueryItem(self, key, value):
11564         '''void QUrl.addEncodedQueryItem(QByteArray key, QByteArray value)'''
11565     def setEncodedQueryItems(self, query):
11566         '''void QUrl.setEncodedQueryItems(list-of-tuple-of-QByteArray-QByteArray query)'''
11567     def encodedPath(self):
11568         '''QByteArray QUrl.encodedPath()'''
11569         return QByteArray()
11570     def setEncodedPath(self, path):
11571         '''void QUrl.setEncodedPath(QByteArray path)'''
11572     def encodedHost(self):
11573         '''QByteArray QUrl.encodedHost()'''
11574         return QByteArray()
11575     def setEncodedHost(self, host):
11576         '''void QUrl.setEncodedHost(QByteArray host)'''
11577     def encodedPassword(self):
11578         '''QByteArray QUrl.encodedPassword()'''
11579         return QByteArray()
11580     def setEncodedPassword(self, password):
11581         '''void QUrl.setEncodedPassword(QByteArray password)'''
11582     def encodedUserName(self):
11583         '''QByteArray QUrl.encodedUserName()'''
11584         return QByteArray()
11585     def setEncodedUserName(self, userName):
11586         '''void QUrl.setEncodedUserName(QByteArray userName)'''
11587     def setIdnWhitelist(self):
11588         '''static QStringList QUrl.setIdnWhitelist()'''
11589         return QStringList()
11590     def idnWhitelist(self):
11591         '''static QStringList QUrl.idnWhitelist()'''
11592         return QStringList()
11593     def toAce(self):
11594         '''static QString QUrl.toAce()'''
11595         return QString()
11596     def fromAce(self):
11597         '''static QByteArray QUrl.fromAce()'''
11598         return QByteArray()
11599     def errorString(self):
11600         '''QString QUrl.errorString()'''
11601         return QString()
11602     def hasFragment(self):
11603         '''bool QUrl.hasFragment()'''
11604         return bool()
11605     def hasQuery(self):
11606         '''bool QUrl.hasQuery()'''
11607         return bool()
11608     def toPunycode(self):
11609         '''static QString QUrl.toPunycode()'''
11610         return QString()
11611     def fromPunycode(self):
11612         '''static QByteArray QUrl.fromPunycode()'''
11613         return QByteArray()
11614     def toPercentEncoding(self, input, exclude = QByteArray(), include = QByteArray()):
11615         '''static QByteArray QUrl.toPercentEncoding(QString input, QByteArray exclude = QByteArray(), QByteArray include = QByteArray())'''
11616         return QByteArray()
11617     def fromPercentEncoding(self):
11618         '''static QByteArray QUrl.fromPercentEncoding()'''
11619         return QByteArray()
11620     def __ne__(self, url):
11621         '''bool QUrl.__ne__(QUrl url)'''
11622         return bool()
11623     def __eq__(self, url):
11624         '''bool QUrl.__eq__(QUrl url)'''
11625         return bool()
11626     def __lt__(self, url):
11627         '''bool QUrl.__lt__(QUrl url)'''
11628         return bool()
11629     def isDetached(self):
11630         '''bool QUrl.isDetached()'''
11631         return bool()
11632     def detach(self):
11633         '''void QUrl.detach()'''
11634     def fromEncoded(self, url):
11635         '''static QUrl QUrl.fromEncoded(QByteArray url)'''
11636         return QUrl()
11637     def fromEncoded(self, url, mode):
11638         '''static QUrl QUrl.fromEncoded(QByteArray url, QUrl.ParsingMode mode)'''
11639         return QUrl()
11640     def toEncoded(self, options = None):
11641         '''QByteArray QUrl.toEncoded(QUrl.FormattingOptions options = QUrl.None)'''
11642         return QByteArray()
11643     def toString(self, options = None):
11644         '''QString QUrl.toString(QUrl.FormattingOptions options = QUrl.None)'''
11645         return QString()
11646     def toLocalFile(self):
11647         '''QString QUrl.toLocalFile()'''
11648         return QString()
11649     def fromLocalFile(self, localfile):
11650         '''static QUrl QUrl.fromLocalFile(QString localfile)'''
11651         return QUrl()
11652     def isParentOf(self, url):
11653         '''bool QUrl.isParentOf(QUrl url)'''
11654         return bool()
11655     def isRelative(self):
11656         '''bool QUrl.isRelative()'''
11657         return bool()
11658     def resolved(self, relative):
11659         '''QUrl QUrl.resolved(QUrl relative)'''
11660         return QUrl()
11661     def fragment(self):
11662         '''QString QUrl.fragment()'''
11663         return QString()
11664     def setFragment(self, fragment):
11665         '''void QUrl.setFragment(QString fragment)'''
11666     def removeAllQueryItems(self, key):
11667         '''void QUrl.removeAllQueryItems(QString key)'''
11668     def removeQueryItem(self, key):
11669         '''void QUrl.removeQueryItem(QString key)'''
11670     def allQueryItemValues(self, key):
11671         '''QStringList QUrl.allQueryItemValues(QString key)'''
11672         return QStringList()
11673     def queryItemValue(self, key):
11674         '''QString QUrl.queryItemValue(QString key)'''
11675         return QString()
11676     def hasQueryItem(self, key):
11677         '''bool QUrl.hasQueryItem(QString key)'''
11678         return bool()
11679     def queryItems(self):
11680         '''list-of-tuple-of-QString-QString QUrl.queryItems()'''
11681         return [tuple-of-QString-QString()]
11682     def addQueryItem(self, key, value):
11683         '''void QUrl.addQueryItem(QString key, QString value)'''
11684     def setQueryItems(self, query):
11685         '''void QUrl.setQueryItems(list-of-tuple-of-QString-QString query)'''
11686     def queryPairDelimiter(self):
11687         '''str QUrl.queryPairDelimiter()'''
11688         return str()
11689     def queryValueDelimiter(self):
11690         '''str QUrl.queryValueDelimiter()'''
11691         return str()
11692     def setQueryDelimiters(self, valueDelimiter, pairDelimiter):
11693         '''void QUrl.setQueryDelimiters(str valueDelimiter, str pairDelimiter)'''
11694     def encodedQuery(self):
11695         '''QByteArray QUrl.encodedQuery()'''
11696         return QByteArray()
11697     def setEncodedQuery(self, query):
11698         '''void QUrl.setEncodedQuery(QByteArray query)'''
11699     def path(self):
11700         '''QString QUrl.path()'''
11701         return QString()
11702     def setPath(self, path):
11703         '''void QUrl.setPath(QString path)'''
11704     def port(self):
11705         '''int QUrl.port()'''
11706         return int()
11707     def port(self, defaultPort):
11708         '''int QUrl.port(int defaultPort)'''
11709         return int()
11710     def setPort(self, port):
11711         '''void QUrl.setPort(int port)'''
11712     def host(self):
11713         '''QString QUrl.host()'''
11714         return QString()
11715     def setHost(self, host):
11716         '''void QUrl.setHost(QString host)'''
11717     def password(self):
11718         '''QString QUrl.password()'''
11719         return QString()
11720     def setPassword(self, password):
11721         '''void QUrl.setPassword(QString password)'''
11722     def userName(self):
11723         '''QString QUrl.userName()'''
11724         return QString()
11725     def setUserName(self, userName):
11726         '''void QUrl.setUserName(QString userName)'''
11727     def userInfo(self):
11728         '''QString QUrl.userInfo()'''
11729         return QString()
11730     def setUserInfo(self, userInfo):
11731         '''void QUrl.setUserInfo(QString userInfo)'''
11732     def authority(self):
11733         '''QString QUrl.authority()'''
11734         return QString()
11735     def setAuthority(self, authority):
11736         '''void QUrl.setAuthority(QString authority)'''
11737     def scheme(self):
11738         '''QString QUrl.scheme()'''
11739         return QString()
11740     def setScheme(self, scheme):
11741         '''void QUrl.setScheme(QString scheme)'''
11742     def clear(self):
11743         '''void QUrl.clear()'''
11744     def isEmpty(self):
11745         '''bool QUrl.isEmpty()'''
11746         return bool()
11747     def isValid(self):
11748         '''bool QUrl.isValid()'''
11749         return bool()
11750     def setEncodedUrl(self, url):
11751         '''void QUrl.setEncodedUrl(QByteArray url)'''
11752     def setEncodedUrl(self, url, mode):
11753         '''void QUrl.setEncodedUrl(QByteArray url, QUrl.ParsingMode mode)'''
11754     def setUrl(self, url):
11755         '''void QUrl.setUrl(QString url)'''
11756     def setUrl(self, url, mode):
11757         '''void QUrl.setUrl(QString url, QUrl.ParsingMode mode)'''
11758     def __repr__(self):
11759         '''str QUrl.__repr__()'''
11760         return str()
11761     def __hash__(self):
11762         '''int QUrl.__hash__()'''
11763         return int()
11764     class FormattingOptions():
11765         """"""
11766         def __init__(self):
11767             '''QUrl.FormattingOptions QUrl.FormattingOptions.__init__()'''
11768             return QUrl.FormattingOptions()
11769         def __init__(self):
11770             '''int QUrl.FormattingOptions.__init__()'''
11771             return int()
11772         def __init__(self):
11773             '''void QUrl.FormattingOptions.__init__()'''
11774         def __bool__(self):
11775             '''int QUrl.FormattingOptions.__bool__()'''
11776             return int()
11777         def __ne__(self, f):
11778             '''bool QUrl.FormattingOptions.__ne__(QUrl.FormattingOptions f)'''
11779             return bool()
11780         def __eq__(self, f):
11781             '''bool QUrl.FormattingOptions.__eq__(QUrl.FormattingOptions f)'''
11782             return bool()
11783         def __invert__(self):
11784             '''QUrl.FormattingOptions QUrl.FormattingOptions.__invert__()'''
11785             return QUrl.FormattingOptions()
11786         def __and__(self, mask):
11787             '''QUrl.FormattingOptions QUrl.FormattingOptions.__and__(int mask)'''
11788             return QUrl.FormattingOptions()
11789         def __xor__(self, f):
11790             '''QUrl.FormattingOptions QUrl.FormattingOptions.__xor__(QUrl.FormattingOptions f)'''
11791             return QUrl.FormattingOptions()
11792         def __xor__(self, f):
11793             '''QUrl.FormattingOptions QUrl.FormattingOptions.__xor__(int f)'''
11794             return QUrl.FormattingOptions()
11795         def __or__(self, f):
11796             '''QUrl.FormattingOptions QUrl.FormattingOptions.__or__(QUrl.FormattingOptions f)'''
11797             return QUrl.FormattingOptions()
11798         def __or__(self, f):
11799             '''QUrl.FormattingOptions QUrl.FormattingOptions.__or__(int f)'''
11800             return QUrl.FormattingOptions()
11801         def __int__(self):
11802             '''int QUrl.FormattingOptions.__int__()'''
11803             return int()
11804         def __ixor__(self, f):
11805             '''QUrl.FormattingOptions QUrl.FormattingOptions.__ixor__(QUrl.FormattingOptions f)'''
11806             return QUrl.FormattingOptions()
11807         def __ior__(self, f):
11808             '''QUrl.FormattingOptions QUrl.FormattingOptions.__ior__(QUrl.FormattingOptions f)'''
11809             return QUrl.FormattingOptions()
11810         def __iand__(self, mask):
11811             '''QUrl.FormattingOptions QUrl.FormattingOptions.__iand__(int mask)'''
11812             return QUrl.FormattingOptions()
11813 
11814 
11815 class QUuid():
11816     """"""
11817     # Enum QUuid.Version
11818     VerUnknown = 0
11819     Time = 0
11820     EmbeddedPOSIX = 0
11821     Name = 0
11822     Random = 0
11823 
11824     # Enum QUuid.Variant
11825     VarUnknown = 0
11826     NCS = 0
11827     DCE = 0
11828     Microsoft = 0
11829     Reserved = 0
11830 
11831     def __init__(self):
11832         '''void QUuid.__init__()'''
11833     def __init__(self, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8):
11834         '''void QUuid.__init__(int l, int w1, int w2, str b1, str b2, str b3, str b4, str b5, str b6, str b7, str b8)'''
11835     def __init__(self):
11836         '''QString QUuid.__init__()'''
11837         return QString()
11838     def __init__(self):
11839         '''QByteArray QUuid.__init__()'''
11840         return QByteArray()
11841     def __init__(self):
11842         '''QUuid QUuid.__init__()'''
11843         return QUuid()
11844     def __ge__(self, other):
11845         '''bool QUuid.__ge__(QUuid other)'''
11846         return bool()
11847     def __le__(self, other):
11848         '''bool QUuid.__le__(QUuid other)'''
11849         return bool()
11850     def fromRfc4122(self):
11851         '''static QByteArray QUuid.fromRfc4122()'''
11852         return QByteArray()
11853     def toRfc4122(self):
11854         '''QByteArray QUuid.toRfc4122()'''
11855         return QByteArray()
11856     def toByteArray(self):
11857         '''QByteArray QUuid.toByteArray()'''
11858         return QByteArray()
11859     def version(self):
11860         '''QUuid.Version QUuid.version()'''
11861         return QUuid.Version()
11862     def variant(self):
11863         '''QUuid.Variant QUuid.variant()'''
11864         return QUuid.Variant()
11865     def createUuid(self):
11866         '''static QUuid QUuid.createUuid()'''
11867         return QUuid()
11868     def __gt__(self, other):
11869         '''bool QUuid.__gt__(QUuid other)'''
11870         return bool()
11871     def __lt__(self, other):
11872         '''bool QUuid.__lt__(QUuid other)'''
11873         return bool()
11874     def __ne__(self, orig):
11875         '''bool QUuid.__ne__(QUuid orig)'''
11876         return bool()
11877     def __eq__(self, orig):
11878         '''bool QUuid.__eq__(QUuid orig)'''
11879         return bool()
11880     def isNull(self):
11881         '''bool QUuid.isNull()'''
11882         return bool()
11883     def toString(self):
11884         '''QString QUuid.toString()'''
11885         return QString()
11886     def __repr__(self):
11887         '''str QUuid.__repr__()'''
11888         return str()
11889 
11890 
11891 class QVariant():
11892     """"""
11893     # Enum QVariant.Type
11894     Invalid = 0
11895     Bool = 0
11896     Int = 0
11897     UInt = 0
11898     LongLong = 0
11899     ULongLong = 0
11900     Double = 0
11901     Char = 0
11902     Map = 0
11903     List = 0
11904     String = 0
11905     StringList = 0
11906     ByteArray = 0
11907     BitArray = 0
11908     Date = 0
11909     Time = 0
11910     DateTime = 0
11911     Url = 0
11912     Locale = 0
11913     Rect = 0
11914     RectF = 0
11915     Size = 0
11916     SizeF = 0
11917     Line = 0
11918     LineF = 0
11919     Point = 0
11920     PointF = 0
11921     RegExp = 0
11922     Font = 0
11923     Pixmap = 0
11924     Brush = 0
11925     Color = 0
11926     Palette = 0
11927     Icon = 0
11928     Image = 0
11929     Polygon = 0
11930     Region = 0
11931     Bitmap = 0
11932     Cursor = 0
11933     SizePolicy = 0
11934     KeySequence = 0
11935     Pen = 0
11936     TextLength = 0
11937     TextFormat = 0
11938     Matrix = 0
11939     Transform = 0
11940     Hash = 0
11941     Matrix4x4 = 0
11942     Vector2D = 0
11943     Vector3D = 0
11944     Vector4D = 0
11945     Quaternion = 0
11946     EasingCurve = 0
11947     UserType = 0
11948 
11949     def __init__(self):
11950         '''void QVariant.__init__()'''
11951     def __init__(self, type):
11952         '''void QVariant.__init__(Type type)'''
11953     def __init__(self, typeOrUserType, copy):
11954         '''void QVariant.__init__(int typeOrUserType, sip.voidptr copy)'''
11955     def __init__(self, other):
11956         '''void QVariant.__init__(QVariant other)'''
11957     def __init__(self):
11958         '''object QVariant.__init__()'''
11959         return object()
11960     def swap(self, other):
11961         '''void QVariant.swap(QVariant other)'''
11962     def toEasingCurve(self):
11963         '''QEasingCurve QVariant.toEasingCurve()'''
11964         return QEasingCurve()
11965     def toReal(self, ok):
11966         '''float QVariant.toReal(bool ok)'''
11967         return float()
11968     def toFloat(self, ok):
11969         '''float QVariant.toFloat(bool ok)'''
11970         return float()
11971     def __ne__(self, v):
11972         '''bool QVariant.__ne__(QVariant v)'''
11973         return bool()
11974     def __eq__(self, v):
11975         '''bool QVariant.__eq__(QVariant v)'''
11976         return bool()
11977     def data(self):
11978         '''sip.voidptr QVariant.data()'''
11979         return sip.voidptr()
11980     def nameToType(self, name):
11981         '''static Type QVariant.nameToType(str name)'''
11982         return Type()
11983     def typeToName(self, type):
11984         '''static str QVariant.typeToName(Type type)'''
11985         return str()
11986     def save(self, ds):
11987         '''void QVariant.save(QDataStream ds)'''
11988     def load(self, ds):
11989         '''void QVariant.load(QDataStream ds)'''
11990     def toPyObject(self):
11991         '''object QVariant.toPyObject()'''
11992         return object()
11993     def toRegExp(self):
11994         '''QRegExp QVariant.toRegExp()'''
11995         return QRegExp()
11996     def toLocale(self):
11997         '''QLocale QVariant.toLocale()'''
11998         return QLocale()
11999     def toUrl(self):
12000         '''QUrl QVariant.toUrl()'''
12001         return QUrl()
12002     def toRectF(self):
12003         '''QRectF QVariant.toRectF()'''
12004         return QRectF()
12005     def toRect(self):
12006         '''QRect QVariant.toRect()'''
12007         return QRect()
12008     def toLineF(self):
12009         '''QLineF QVariant.toLineF()'''
12010         return QLineF()
12011     def toLine(self):
12012         '''QLine QVariant.toLine()'''
12013         return QLine()
12014     def toSizeF(self):
12015         '''QSizeF QVariant.toSizeF()'''
12016         return QSizeF()
12017     def toSize(self):
12018         '''QSize QVariant.toSize()'''
12019         return QSize()
12020     def toPointF(self):
12021         '''QPointF QVariant.toPointF()'''
12022         return QPointF()
12023     def toPoint(self):
12024         '''QPoint QVariant.toPoint()'''
12025         return QPoint()
12026     def toHash(self):
12027         '''dict-of-QString-QVariant QVariant.toHash()'''
12028         return dict-of-QString-QVariant()
12029     def toMap(self):
12030         '''dict-of-QString-QVariant QVariant.toMap()'''
12031         return dict-of-QString-QVariant()
12032     def toList(self):
12033         '''list-of-QVariant QVariant.toList()'''
12034         return [QVariant()]
12035     def toDateTime(self):
12036         '''QDateTime QVariant.toDateTime()'''
12037         return QDateTime()
12038     def toTime(self):
12039         '''QTime QVariant.toTime()'''
12040         return QTime()
12041     def toDate(self):
12042         '''QDate QVariant.toDate()'''
12043         return QDate()
12044     def toChar(self):
12045         '''QChar QVariant.toChar()'''
12046         return QChar()
12047     def toStringList(self):
12048         '''QStringList QVariant.toStringList()'''
12049         return QStringList()
12050     def toString(self):
12051         '''QString QVariant.toString()'''
12052         return QString()
12053     def toBitArray(self):
12054         '''QBitArray QVariant.toBitArray()'''
12055         return QBitArray()
12056     def toByteArray(self):
12057         '''QByteArray QVariant.toByteArray()'''
12058         return QByteArray()
12059     def toDouble(self, ok):
12060         '''float QVariant.toDouble(bool ok)'''
12061         return float()
12062     def toBool(self):
12063         '''bool QVariant.toBool()'''
12064         return bool()
12065     def toULongLong(self, ok):
12066         '''int QVariant.toULongLong(bool ok)'''
12067         return int()
12068     def toLongLong(self, ok):
12069         '''int QVariant.toLongLong(bool ok)'''
12070         return int()
12071     def toUInt(self, ok):
12072         '''int QVariant.toUInt(bool ok)'''
12073         return int()
12074     def toInt(self, ok):
12075         '''int QVariant.toInt(bool ok)'''
12076         return int()
12077     def isDetached(self):
12078         '''bool QVariant.isDetached()'''
12079         return bool()
12080     def detach(self):
12081         '''void QVariant.detach()'''
12082     def clear(self):
12083         '''void QVariant.clear()'''
12084     def isNull(self):
12085         '''bool QVariant.isNull()'''
12086         return bool()
12087     def isValid(self):
12088         '''bool QVariant.isValid()'''
12089         return bool()
12090     def convert(self, t):
12091         '''bool QVariant.convert(Type t)'''
12092         return bool()
12093     def canConvert(self, t):
12094         '''bool QVariant.canConvert(Type t)'''
12095         return bool()
12096     def typeName(self):
12097         '''str QVariant.typeName()'''
12098         return str()
12099     def userType(self):
12100         '''int QVariant.userType()'''
12101         return int()
12102     def type(self):
12103         '''Type QVariant.type()'''
12104         return Type()
12105     def fromMap(self, map):
12106         '''static QVariant QVariant.fromMap(dict-of-QString-QVariant map)'''
12107         return QVariant()
12108     def fromList(self, list):
12109         '''static QVariant QVariant.fromList(list-of-QVariant list)'''
12110         return QVariant()
12111 
12112 
12113 class QWaitCondition():
12114     """"""
12115     def __init__(self):
12116         '''void QWaitCondition.__init__()'''
12117     def wakeAll(self):
12118         '''void QWaitCondition.wakeAll()'''
12119     def wakeOne(self):
12120         '''void QWaitCondition.wakeOne()'''
12121     def wait(self, mutex, msecs = None):
12122         '''bool QWaitCondition.wait(QMutex mutex, int msecs = ULONG_MAX)'''
12123         return bool()
12124     def wait(self, readWriteLock, msecs = None):
12125         '''bool QWaitCondition.wait(QReadWriteLock readWriteLock, int msecs = ULONG_MAX)'''
12126         return bool()
12127 
12128 
12129 class QXmlStreamAttribute():
12130     """"""
12131     def __init__(self):
12132         '''void QXmlStreamAttribute.__init__()'''
12133     def __init__(self, qualifiedName, value):
12134         '''void QXmlStreamAttribute.__init__(QString qualifiedName, QString value)'''
12135     def __init__(self, namespaceUri, name, value):
12136         '''void QXmlStreamAttribute.__init__(QString namespaceUri, QString name, QString value)'''
12137     def __init__(self):
12138         '''QXmlStreamAttribute QXmlStreamAttribute.__init__()'''
12139         return QXmlStreamAttribute()
12140     def __ne__(self, other):
12141         '''bool QXmlStreamAttribute.__ne__(QXmlStreamAttribute other)'''
12142         return bool()
12143     def __eq__(self, other):
12144         '''bool QXmlStreamAttribute.__eq__(QXmlStreamAttribute other)'''
12145         return bool()
12146     def isDefault(self):
12147         '''bool QXmlStreamAttribute.isDefault()'''
12148         return bool()
12149     def value(self):
12150         '''QStringRef QXmlStreamAttribute.value()'''
12151         return QStringRef()
12152     def prefix(self):
12153         '''QStringRef QXmlStreamAttribute.prefix()'''
12154         return QStringRef()
12155     def qualifiedName(self):
12156         '''QStringRef QXmlStreamAttribute.qualifiedName()'''
12157         return QStringRef()
12158     def name(self):
12159         '''QStringRef QXmlStreamAttribute.name()'''
12160         return QStringRef()
12161     def namespaceUri(self):
12162         '''QStringRef QXmlStreamAttribute.namespaceUri()'''
12163         return QStringRef()
12164 
12165 
12166 class QXmlStreamAttributes():
12167     """"""
12168     def __init__(self):
12169         '''void QXmlStreamAttributes.__init__()'''
12170     def __init__(self):
12171         '''QXmlStreamAttributes QXmlStreamAttributes.__init__()'''
12172         return QXmlStreamAttributes()
12173     def __contains__(self, value):
12174         '''int QXmlStreamAttributes.__contains__(QXmlStreamAttribute value)'''
12175         return int()
12176     def __delitem__(self, i):
12177         '''void QXmlStreamAttributes.__delitem__(int i)'''
12178     def __delitem__(self, slice):
12179         '''void QXmlStreamAttributes.__delitem__(slice slice)'''
12180     def __setitem__(self, i, value):
12181         '''void QXmlStreamAttributes.__setitem__(int i, QXmlStreamAttribute value)'''
12182     def __setitem__(self, slice, list):
12183         '''void QXmlStreamAttributes.__setitem__(slice slice, QXmlStreamAttributes list)'''
12184     def __getitem__(self, i):
12185         '''QXmlStreamAttribute QXmlStreamAttributes.__getitem__(int i)'''
12186         return QXmlStreamAttribute()
12187     def __getitem__(self, slice):
12188         '''QXmlStreamAttributes QXmlStreamAttributes.__getitem__(slice slice)'''
12189         return QXmlStreamAttributes()
12190     def __eq__(self, other):
12191         '''bool QXmlStreamAttributes.__eq__(QXmlStreamAttributes other)'''
12192         return bool()
12193     def __iadd__(self, other):
12194         '''QXmlStreamAttributes QXmlStreamAttributes.__iadd__(QXmlStreamAttributes other)'''
12195         return QXmlStreamAttributes()
12196     def __iadd__(self, value):
12197         '''QXmlStreamAttributes QXmlStreamAttributes.__iadd__(QXmlStreamAttribute value)'''
12198         return QXmlStreamAttributes()
12199     def __ne__(self, other):
12200         '''bool QXmlStreamAttributes.__ne__(QXmlStreamAttributes other)'''
12201         return bool()
12202     def size(self):
12203         '''int QXmlStreamAttributes.size()'''
12204         return int()
12205     def replace(self, i, value):
12206         '''void QXmlStreamAttributes.replace(int i, QXmlStreamAttribute value)'''
12207     def remove(self, i):
12208         '''void QXmlStreamAttributes.remove(int i)'''
12209     def remove(self, i, count):
12210         '''void QXmlStreamAttributes.remove(int i, int count)'''
12211     def prepend(self, value):
12212         '''void QXmlStreamAttributes.prepend(QXmlStreamAttribute value)'''
12213     def lastIndexOf(self, value, from_ = None):
12214         '''int QXmlStreamAttributes.lastIndexOf(QXmlStreamAttribute value, int from = -1)'''
12215         return int()
12216     def last(self):
12217         '''QXmlStreamAttribute QXmlStreamAttributes.last()'''
12218         return QXmlStreamAttribute()
12219     def isEmpty(self):
12220         '''bool QXmlStreamAttributes.isEmpty()'''
12221         return bool()
12222     def insert(self, i, value):
12223         '''void QXmlStreamAttributes.insert(int i, QXmlStreamAttribute value)'''
12224     def indexOf(self, value, from_ = 0):
12225         '''int QXmlStreamAttributes.indexOf(QXmlStreamAttribute value, int from = 0)'''
12226         return int()
12227     def first(self):
12228         '''QXmlStreamAttribute QXmlStreamAttributes.first()'''
12229         return QXmlStreamAttribute()
12230     def fill(self, value, size = None):
12231         '''void QXmlStreamAttributes.fill(QXmlStreamAttribute value, int size = -1)'''
12232     def data(self):
12233         '''sip.voidptr QXmlStreamAttributes.data()'''
12234         return sip.voidptr()
12235     def __len__(self):
12236         '''None QXmlStreamAttributes.__len__()'''
12237         return None()
12238     def count(self, value):
12239         '''int QXmlStreamAttributes.count(QXmlStreamAttribute value)'''
12240         return int()
12241     def count(self):
12242         '''int QXmlStreamAttributes.count()'''
12243         return int()
12244     def contains(self, value):
12245         '''bool QXmlStreamAttributes.contains(QXmlStreamAttribute value)'''
12246         return bool()
12247     def clear(self):
12248         '''void QXmlStreamAttributes.clear()'''
12249     def at(self, i):
12250         '''QXmlStreamAttribute QXmlStreamAttributes.at(int i)'''
12251         return QXmlStreamAttribute()
12252     def hasAttribute(self, qualifiedName):
12253         '''bool QXmlStreamAttributes.hasAttribute(QString qualifiedName)'''
12254         return bool()
12255     def hasAttribute(self, namespaceUri, name):
12256         '''bool QXmlStreamAttributes.hasAttribute(QString namespaceUri, QString name)'''
12257         return bool()
12258     def append(self, namespaceUri, name, value):
12259         '''void QXmlStreamAttributes.append(QString namespaceUri, QString name, QString value)'''
12260     def append(self, qualifiedName, value):
12261         '''void QXmlStreamAttributes.append(QString qualifiedName, QString value)'''
12262     def append(self, attribute):
12263         '''void QXmlStreamAttributes.append(QXmlStreamAttribute attribute)'''
12264     def value(self, namespaceUri, name):
12265         '''QStringRef QXmlStreamAttributes.value(QString namespaceUri, QString name)'''
12266         return QStringRef()
12267     def value(self, qualifiedName):
12268         '''QStringRef QXmlStreamAttributes.value(QString qualifiedName)'''
12269         return QStringRef()
12270 
12271 
12272 class QXmlStreamNamespaceDeclaration():
12273     """"""
12274     def __init__(self):
12275         '''void QXmlStreamNamespaceDeclaration.__init__()'''
12276     def __init__(self):
12277         '''QXmlStreamNamespaceDeclaration QXmlStreamNamespaceDeclaration.__init__()'''
12278         return QXmlStreamNamespaceDeclaration()
12279     def __init__(self, prefix, namespaceUri):
12280         '''void QXmlStreamNamespaceDeclaration.__init__(QString prefix, QString namespaceUri)'''
12281     def __ne__(self, other):
12282         '''bool QXmlStreamNamespaceDeclaration.__ne__(QXmlStreamNamespaceDeclaration other)'''
12283         return bool()
12284     def __eq__(self, other):
12285         '''bool QXmlStreamNamespaceDeclaration.__eq__(QXmlStreamNamespaceDeclaration other)'''
12286         return bool()
12287     def namespaceUri(self):
12288         '''QStringRef QXmlStreamNamespaceDeclaration.namespaceUri()'''
12289         return QStringRef()
12290     def prefix(self):
12291         '''QStringRef QXmlStreamNamespaceDeclaration.prefix()'''
12292         return QStringRef()
12293 
12294 
12295 class QXmlStreamNotationDeclaration():
12296     """"""
12297     def __init__(self):
12298         '''void QXmlStreamNotationDeclaration.__init__()'''
12299     def __init__(self):
12300         '''QXmlStreamNotationDeclaration QXmlStreamNotationDeclaration.__init__()'''
12301         return QXmlStreamNotationDeclaration()
12302     def __ne__(self, other):
12303         '''bool QXmlStreamNotationDeclaration.__ne__(QXmlStreamNotationDeclaration other)'''
12304         return bool()
12305     def __eq__(self, other):
12306         '''bool QXmlStreamNotationDeclaration.__eq__(QXmlStreamNotationDeclaration other)'''
12307         return bool()
12308     def publicId(self):
12309         '''QStringRef QXmlStreamNotationDeclaration.publicId()'''
12310         return QStringRef()
12311     def systemId(self):
12312         '''QStringRef QXmlStreamNotationDeclaration.systemId()'''
12313         return QStringRef()
12314     def name(self):
12315         '''QStringRef QXmlStreamNotationDeclaration.name()'''
12316         return QStringRef()
12317 
12318 
12319 class QXmlStreamEntityDeclaration():
12320     """"""
12321     def __init__(self):
12322         '''void QXmlStreamEntityDeclaration.__init__()'''
12323     def __init__(self):
12324         '''QXmlStreamEntityDeclaration QXmlStreamEntityDeclaration.__init__()'''
12325         return QXmlStreamEntityDeclaration()
12326     def __ne__(self, other):
12327         '''bool QXmlStreamEntityDeclaration.__ne__(QXmlStreamEntityDeclaration other)'''
12328         return bool()
12329     def __eq__(self, other):
12330         '''bool QXmlStreamEntityDeclaration.__eq__(QXmlStreamEntityDeclaration other)'''
12331         return bool()
12332     def value(self):
12333         '''QStringRef QXmlStreamEntityDeclaration.value()'''
12334         return QStringRef()
12335     def publicId(self):
12336         '''QStringRef QXmlStreamEntityDeclaration.publicId()'''
12337         return QStringRef()
12338     def systemId(self):
12339         '''QStringRef QXmlStreamEntityDeclaration.systemId()'''
12340         return QStringRef()
12341     def notationName(self):
12342         '''QStringRef QXmlStreamEntityDeclaration.notationName()'''
12343         return QStringRef()
12344     def name(self):
12345         '''QStringRef QXmlStreamEntityDeclaration.name()'''
12346         return QStringRef()
12347 
12348 
12349 class QXmlStreamEntityResolver():
12350     """"""
12351     def __init__(self):
12352         '''void QXmlStreamEntityResolver.__init__()'''
12353     def __init__(self):
12354         '''QXmlStreamEntityResolver QXmlStreamEntityResolver.__init__()'''
12355         return QXmlStreamEntityResolver()
12356     def resolveUndeclaredEntity(self, name):
12357         '''QString QXmlStreamEntityResolver.resolveUndeclaredEntity(QString name)'''
12358         return QString()
12359 
12360 
12361 class QXmlStreamReader():
12362     """"""
12363     # Enum QXmlStreamReader.ReadElementTextBehaviour
12364     ErrorOnUnexpectedElement = 0
12365     IncludeChildElements = 0
12366     SkipChildElements = 0
12367 
12368     # Enum QXmlStreamReader.Error
12369     NoError = 0
12370     UnexpectedElementError = 0
12371     CustomError = 0
12372     NotWellFormedError = 0
12373     PrematureEndOfDocumentError = 0
12374 
12375     # Enum QXmlStreamReader.TokenType
12376     NoToken = 0
12377     Invalid = 0
12378     StartDocument = 0
12379     EndDocument = 0
12380     StartElement = 0
12381     EndElement = 0
12382     Characters = 0
12383     Comment = 0
12384     DTD = 0
12385     EntityReference = 0
12386     ProcessingInstruction = 0
12387 
12388     def __init__(self):
12389         '''void QXmlStreamReader.__init__()'''
12390     def __init__(self, device):
12391         '''void QXmlStreamReader.__init__(QIODevice device)'''
12392     def __init__(self, data):
12393         '''void QXmlStreamReader.__init__(QByteArray data)'''
12394     def __init__(self, data):
12395         '''void QXmlStreamReader.__init__(QString data)'''
12396     def skipCurrentElement(self):
12397         '''void QXmlStreamReader.skipCurrentElement()'''
12398     def readNextStartElement(self):
12399         '''bool QXmlStreamReader.readNextStartElement()'''
12400         return bool()
12401     def entityResolver(self):
12402         '''QXmlStreamEntityResolver QXmlStreamReader.entityResolver()'''
12403         return QXmlStreamEntityResolver()
12404     def setEntityResolver(self, resolver):
12405         '''void QXmlStreamReader.setEntityResolver(QXmlStreamEntityResolver resolver)'''
12406     def hasError(self):
12407         '''bool QXmlStreamReader.hasError()'''
12408         return bool()
12409     def error(self):
12410         '''QXmlStreamReader.Error QXmlStreamReader.error()'''
12411         return QXmlStreamReader.Error()
12412     def errorString(self):
12413         '''QString QXmlStreamReader.errorString()'''
12414         return QString()
12415     def raiseError(self, message = QString()):
12416         '''void QXmlStreamReader.raiseError(QString message = QString())'''
12417     def dtdSystemId(self):
12418         '''QStringRef QXmlStreamReader.dtdSystemId()'''
12419         return QStringRef()
12420     def dtdPublicId(self):
12421         '''QStringRef QXmlStreamReader.dtdPublicId()'''
12422         return QStringRef()
12423     def dtdName(self):
12424         '''QStringRef QXmlStreamReader.dtdName()'''
12425         return QStringRef()
12426     def entityDeclarations(self):
12427         '''list-of-QXmlStreamEntityDeclaration QXmlStreamReader.entityDeclarations()'''
12428         return [QXmlStreamEntityDeclaration()]
12429     def notationDeclarations(self):
12430         '''list-of-QXmlStreamNotationDeclaration QXmlStreamReader.notationDeclarations()'''
12431         return [QXmlStreamNotationDeclaration()]
12432     def addExtraNamespaceDeclarations(self, extraNamespaceDeclaractions):
12433         '''void QXmlStreamReader.addExtraNamespaceDeclarations(list-of-QXmlStreamNamespaceDeclaration extraNamespaceDeclaractions)'''
12434     def addExtraNamespaceDeclaration(self, extraNamespaceDeclaraction):
12435         '''void QXmlStreamReader.addExtraNamespaceDeclaration(QXmlStreamNamespaceDeclaration extraNamespaceDeclaraction)'''
12436     def namespaceDeclarations(self):
12437         '''list-of-QXmlStreamNamespaceDeclaration QXmlStreamReader.namespaceDeclarations()'''
12438         return [QXmlStreamNamespaceDeclaration()]
12439     def text(self):
12440         '''QStringRef QXmlStreamReader.text()'''
12441         return QStringRef()
12442     def processingInstructionData(self):
12443         '''QStringRef QXmlStreamReader.processingInstructionData()'''
12444         return QStringRef()
12445     def processingInstructionTarget(self):
12446         '''QStringRef QXmlStreamReader.processingInstructionTarget()'''
12447         return QStringRef()
12448     def prefix(self):
12449         '''QStringRef QXmlStreamReader.prefix()'''
12450         return QStringRef()
12451     def qualifiedName(self):
12452         '''QStringRef QXmlStreamReader.qualifiedName()'''
12453         return QStringRef()
12454     def namespaceUri(self):
12455         '''QStringRef QXmlStreamReader.namespaceUri()'''
12456         return QStringRef()
12457     def name(self):
12458         '''QStringRef QXmlStreamReader.name()'''
12459         return QStringRef()
12460     def readElementText(self):
12461         '''QString QXmlStreamReader.readElementText()'''
12462         return QString()
12463     def readElementText(self, behaviour):
12464         '''QString QXmlStreamReader.readElementText(QXmlStreamReader.ReadElementTextBehaviour behaviour)'''
12465         return QString()
12466     def attributes(self):
12467         '''QXmlStreamAttributes QXmlStreamReader.attributes()'''
12468         return QXmlStreamAttributes()
12469     def characterOffset(self):
12470         '''int QXmlStreamReader.characterOffset()'''
12471         return int()
12472     def columnNumber(self):
12473         '''int QXmlStreamReader.columnNumber()'''
12474         return int()
12475     def lineNumber(self):
12476         '''int QXmlStreamReader.lineNumber()'''
12477         return int()
12478     def documentEncoding(self):
12479         '''QStringRef QXmlStreamReader.documentEncoding()'''
12480         return QStringRef()
12481     def documentVersion(self):
12482         '''QStringRef QXmlStreamReader.documentVersion()'''
12483         return QStringRef()
12484     def isStandaloneDocument(self):
12485         '''bool QXmlStreamReader.isStandaloneDocument()'''
12486         return bool()
12487     def isProcessingInstruction(self):
12488         '''bool QXmlStreamReader.isProcessingInstruction()'''
12489         return bool()
12490     def isEntityReference(self):
12491         '''bool QXmlStreamReader.isEntityReference()'''
12492         return bool()
12493     def isDTD(self):
12494         '''bool QXmlStreamReader.isDTD()'''
12495         return bool()
12496     def isComment(self):
12497         '''bool QXmlStreamReader.isComment()'''
12498         return bool()
12499     def isCDATA(self):
12500         '''bool QXmlStreamReader.isCDATA()'''
12501         return bool()
12502     def isWhitespace(self):
12503         '''bool QXmlStreamReader.isWhitespace()'''
12504         return bool()
12505     def isCharacters(self):
12506         '''bool QXmlStreamReader.isCharacters()'''
12507         return bool()
12508     def isEndElement(self):
12509         '''bool QXmlStreamReader.isEndElement()'''
12510         return bool()
12511     def isStartElement(self):
12512         '''bool QXmlStreamReader.isStartElement()'''
12513         return bool()
12514     def isEndDocument(self):
12515         '''bool QXmlStreamReader.isEndDocument()'''
12516         return bool()
12517     def isStartDocument(self):
12518         '''bool QXmlStreamReader.isStartDocument()'''
12519         return bool()
12520     def namespaceProcessing(self):
12521         '''bool QXmlStreamReader.namespaceProcessing()'''
12522         return bool()
12523     def setNamespaceProcessing(self):
12524         '''bool QXmlStreamReader.setNamespaceProcessing()'''
12525         return bool()
12526     def tokenString(self):
12527         '''QString QXmlStreamReader.tokenString()'''
12528         return QString()
12529     def tokenType(self):
12530         '''QXmlStreamReader.TokenType QXmlStreamReader.tokenType()'''
12531         return QXmlStreamReader.TokenType()
12532     def readNext(self):
12533         '''QXmlStreamReader.TokenType QXmlStreamReader.readNext()'''
12534         return QXmlStreamReader.TokenType()
12535     def atEnd(self):
12536         '''bool QXmlStreamReader.atEnd()'''
12537         return bool()
12538     def clear(self):
12539         '''void QXmlStreamReader.clear()'''
12540     def addData(self, data):
12541         '''void QXmlStreamReader.addData(QByteArray data)'''
12542     def addData(self, data):
12543         '''void QXmlStreamReader.addData(QString data)'''
12544     def device(self):
12545         '''QIODevice QXmlStreamReader.device()'''
12546         return QIODevice()
12547     def setDevice(self, device):
12548         '''void QXmlStreamReader.setDevice(QIODevice device)'''
12549 
12550 
12551 class QXmlStreamWriter():
12552     """"""
12553     def __init__(self):
12554         '''void QXmlStreamWriter.__init__()'''
12555     def __init__(self, device):
12556         '''void QXmlStreamWriter.__init__(QIODevice device)'''
12557     def __init__(self, array):
12558         '''void QXmlStreamWriter.__init__(QByteArray array)'''
12559     def __init__(self, string):
12560         '''void QXmlStreamWriter.__init__(QString string)'''
12561     def hasError(self):
12562         '''bool QXmlStreamWriter.hasError()'''
12563         return bool()
12564     def writeCurrentToken(self, reader):
12565         '''void QXmlStreamWriter.writeCurrentToken(QXmlStreamReader reader)'''
12566     def writeStartElement(self, qualifiedName):
12567         '''void QXmlStreamWriter.writeStartElement(QString qualifiedName)'''
12568     def writeStartElement(self, namespaceUri, name):
12569         '''void QXmlStreamWriter.writeStartElement(QString namespaceUri, QString name)'''
12570     def writeStartDocument(self):
12571         '''void QXmlStreamWriter.writeStartDocument()'''
12572     def writeStartDocument(self, version):
12573         '''void QXmlStreamWriter.writeStartDocument(QString version)'''
12574     def writeStartDocument(self, version, standalone):
12575         '''void QXmlStreamWriter.writeStartDocument(QString version, bool standalone)'''
12576     def writeProcessingInstruction(self, target, data = QString()):
12577         '''void QXmlStreamWriter.writeProcessingInstruction(QString target, QString data = QString())'''
12578     def writeDefaultNamespace(self, namespaceUri):
12579         '''void QXmlStreamWriter.writeDefaultNamespace(QString namespaceUri)'''
12580     def writeNamespace(self, namespaceUri, prefix = QString()):
12581         '''void QXmlStreamWriter.writeNamespace(QString namespaceUri, QString prefix = QString())'''
12582     def writeEntityReference(self, name):
12583         '''void QXmlStreamWriter.writeEntityReference(QString name)'''
12584     def writeEndElement(self):
12585         '''void QXmlStreamWriter.writeEndElement()'''
12586     def writeEndDocument(self):
12587         '''void QXmlStreamWriter.writeEndDocument()'''
12588     def writeTextElement(self, qualifiedName, text):
12589         '''void QXmlStreamWriter.writeTextElement(QString qualifiedName, QString text)'''
12590     def writeTextElement(self, namespaceUri, name, text):
12591         '''void QXmlStreamWriter.writeTextElement(QString namespaceUri, QString name, QString text)'''
12592     def writeEmptyElement(self, qualifiedName):
12593         '''void QXmlStreamWriter.writeEmptyElement(QString qualifiedName)'''
12594     def writeEmptyElement(self, namespaceUri, name):
12595         '''void QXmlStreamWriter.writeEmptyElement(QString namespaceUri, QString name)'''
12596     def writeDTD(self, dtd):
12597         '''void QXmlStreamWriter.writeDTD(QString dtd)'''
12598     def writeComment(self, text):
12599         '''void QXmlStreamWriter.writeComment(QString text)'''
12600     def writeCharacters(self, text):
12601         '''void QXmlStreamWriter.writeCharacters(QString text)'''
12602     def writeCDATA(self, text):
12603         '''void QXmlStreamWriter.writeCDATA(QString text)'''
12604     def writeAttributes(self, attributes):
12605         '''void QXmlStreamWriter.writeAttributes(QXmlStreamAttributes attributes)'''
12606     def writeAttribute(self, qualifiedName, value):
12607         '''void QXmlStreamWriter.writeAttribute(QString qualifiedName, QString value)'''
12608     def writeAttribute(self, namespaceUri, name, value):
12609         '''void QXmlStreamWriter.writeAttribute(QString namespaceUri, QString name, QString value)'''
12610     def writeAttribute(self, attribute):
12611         '''void QXmlStreamWriter.writeAttribute(QXmlStreamAttribute attribute)'''
12612     def autoFormattingIndent(self):
12613         '''int QXmlStreamWriter.autoFormattingIndent()'''
12614         return int()
12615     def setAutoFormattingIndent(self, spaces):
12616         '''void QXmlStreamWriter.setAutoFormattingIndent(int spaces)'''
12617     def autoFormatting(self):
12618         '''bool QXmlStreamWriter.autoFormatting()'''
12619         return bool()
12620     def setAutoFormatting(self):
12621         '''bool QXmlStreamWriter.setAutoFormatting()'''
12622         return bool()
12623     def codec(self):
12624         '''QTextCodec QXmlStreamWriter.codec()'''
12625         return QTextCodec()
12626     def setCodec(self, codec):
12627         '''void QXmlStreamWriter.setCodec(QTextCodec codec)'''
12628     def setCodec(self, codecName):
12629         '''void QXmlStreamWriter.setCodec(str codecName)'''
12630     def device(self):
12631         '''QIODevice QXmlStreamWriter.device()'''
12632         return QIODevice()
12633     def setDevice(self, device):
12634         '''void QXmlStreamWriter.setDevice(QIODevice device)'''
12635 
12636 
12637 class QPyNullVariant():
12638     """"""
12639     def __init__(self, type):
12640         '''void QPyNullVariant.__init__(object type)'''
12641     def __bool__(self):
12642         '''int QPyNullVariant.__bool__()'''
12643         return int()
12644     def isNull(self):
12645         '''bool QPyNullVariant.isNull()'''
12646         return bool()
12647     def typeName(self):
12648         '''str QPyNullVariant.typeName()'''
12649         return str()
12650     def userType(self):
12651         '''int QPyNullVariant.userType()'''
12652         return int()
12653     def type(self):
12654         '''Type QPyNullVariant.type()'''
12655         return Type()
12656 
12657 
12658 # Enum Type
12659 Invalid = 0
12660 Bool = 0
12661 Int = 0
12662 UInt = 0
12663 LongLong = 0
12664 ULongLong = 0
12665 Double = 0
12666 Char = 0
12667 Map = 0
12668 List = 0
12669 String = 0
12670 StringList = 0
12671 ByteArray = 0
12672 BitArray = 0
12673 Date = 0
12674 Time = 0
12675 DateTime = 0
12676 Url = 0
12677 Locale = 0
12678 Rect = 0
12679 RectF = 0
12680 Size = 0
12681 SizeF = 0
12682 Line = 0
12683 LineF = 0
12684 Point = 0
12685 PointF = 0
12686 RegExp = 0
12687 Font = 0
12688 Pixmap = 0
12689 Brush = 0
12690 Color = 0
12691 Palette = 0
12692 Icon = 0
12693 Image = 0
12694 Polygon = 0
12695 Region = 0
12696 Bitmap = 0
12697 Cursor = 0
12698 SizePolicy = 0
12699 KeySequence = 0
12700 Pen = 0
12701 TextLength = 0
12702 TextFormat = 0
12703 Matrix = 0
12704 Transform = 0
12705 Hash = 0
12706 Matrix4x4 = 0
12707 Vector2D = 0
12708 Vector3D = 0
12709 Vector4D = 0
12710 Quaternion = 0
12711 EasingCurve = 0
12712 UserType = 0
12713 
12714 
12715 # Enum QtMsgType
12716 QtDebugMsg = 0
12717 QtWarningMsg = 0
12718 QtCriticalMsg = 0
12719 QtFatalMsg = 0
12720 QtSystemMsg = 0
12721 
12722 
12723 PYQT_VERSION = None # int member
12724 
12725 PYQT_VERSION_STR = None # str member
12726 
12727 QT_VERSION = None # int member
12728 
12729 QT_VERSION_STR = None # str member
12730 
12731 def qSetRealNumberPrecision(precision):
12732     '''static QTextStreamManipulator qSetRealNumberPrecision(int precision)'''
12733     return QTextStreamManipulator()
12734 
12735 def qSetPadChar(ch):
12736     '''static QTextStreamManipulator qSetPadChar(QChar ch)'''
12737     return QTextStreamManipulator()
12738 
12739 def qSetFieldWidth(width):
12740     '''static QTextStreamManipulator qSetFieldWidth(int width)'''
12741     return QTextStreamManipulator()
12742 
12743 def ws(s):
12744     '''static QTextStream ws(QTextStream s)'''
12745     return QTextStream()
12746 
12747 def bom(s):
12748     '''static QTextStream bom(QTextStream s)'''
12749     return QTextStream()
12750 
12751 def reset(s):
12752     '''static QTextStream reset(QTextStream s)'''
12753     return QTextStream()
12754 
12755 def flush(s):
12756     '''static QTextStream flush(QTextStream s)'''
12757     return QTextStream()
12758 
12759 def endl(s):
12760     '''static QTextStream endl(QTextStream s)'''
12761     return QTextStream()
12762 
12763 def center(s):
12764     '''static QTextStream center(QTextStream s)'''
12765     return QTextStream()
12766 
12767 def right(s):
12768     '''static QTextStream right(QTextStream s)'''
12769     return QTextStream()
12770 
12771 def left(s):
12772     '''static QTextStream left(QTextStream s)'''
12773     return QTextStream()
12774 
12775 def scientific(s):
12776     '''static QTextStream scientific(QTextStream s)'''
12777     return QTextStream()
12778 
12779 def fixed(s):
12780     '''static QTextStream fixed(QTextStream s)'''
12781     return QTextStream()
12782 
12783 def lowercasedigits(s):
12784     '''static QTextStream lowercasedigits(QTextStream s)'''
12785     return QTextStream()
12786 
12787 def lowercasebase(s):
12788     '''static QTextStream lowercasebase(QTextStream s)'''
12789     return QTextStream()
12790 
12791 def uppercasedigits(s):
12792     '''static QTextStream uppercasedigits(QTextStream s)'''
12793     return QTextStream()
12794 
12795 def uppercasebase(s):
12796     '''static QTextStream uppercasebase(QTextStream s)'''
12797     return QTextStream()
12798 
12799 def noforcepoint(s):
12800     '''static QTextStream noforcepoint(QTextStream s)'''
12801     return QTextStream()
12802 
12803 def noforcesign(s):
12804     '''static QTextStream noforcesign(QTextStream s)'''
12805     return QTextStream()
12806 
12807 def noshowbase(s):
12808     '''static QTextStream noshowbase(QTextStream s)'''
12809     return QTextStream()
12810 
12811 def forcepoint(s):
12812     '''static QTextStream forcepoint(QTextStream s)'''
12813     return QTextStream()
12814 
12815 def forcesign(s):
12816     '''static QTextStream forcesign(QTextStream s)'''
12817     return QTextStream()
12818 
12819 def showbase(s):
12820     '''static QTextStream showbase(QTextStream s)'''
12821     return QTextStream()
12822 
12823 def hex_(s):
12824     '''static QTextStream hex_(QTextStream s)'''
12825     return QTextStream()
12826 
12827 def hex(s):
12828     '''static QTextStream hex(QTextStream s)'''
12829     return QTextStream()
12830 
12831 def dec(s):
12832     '''static QTextStream dec(QTextStream s)'''
12833     return QTextStream()
12834 
12835 def oct_(s):
12836     '''static QTextStream oct_(QTextStream s)'''
12837     return QTextStream()
12838 
12839 def oct(s):
12840     '''static QTextStream oct(QTextStream s)'''
12841     return QTextStream()
12842 
12843 def bin_(s):
12844     '''static QTextStream bin_(QTextStream s)'''
12845     return QTextStream()
12846 
12847 def bin(s):
12848     '''static QTextStream bin(QTextStream s)'''
12849     return QTextStream()
12850 
12851 def Q_RETURN_ARG(type):
12852     '''static QGenericReturnArgument Q_RETURN_ARG(object type)'''
12853     return QGenericReturnArgument()
12854 
12855 def Q_ARG(type, data):
12856     '''static QGenericArgument Q_ARG(object type, object data)'''
12857     return QGenericArgument()
12858 
12859 def pyqtSignature(signature, result = None):
12860     '''static object pyqtSignature(str signature, str result = None)'''
12861     return object()
12862 
12863 def pyqtSlot(signature, name = None, result = None):
12864     '''static object pyqtSlot(str signature, str name = None, str result = None)'''
12865     return object()
12866 
12867 def SIGNAL():
12868     '''static str SIGNAL()'''
12869     return str()
12870 
12871 def SLOT():
12872     '''static str SLOT()'''
12873     return str()
12874 
12875 def QT_TRANSLATE_NOOP():
12876     '''static str QT_TRANSLATE_NOOP()'''
12877     return str()
12878 
12879 def QT_TR_NOOP_UTF8():
12880     '''static str QT_TR_NOOP_UTF8()'''
12881     return str()
12882 
12883 def QT_TR_NOOP():
12884     '''static str QT_TR_NOOP()'''
12885     return str()
12886 
12887 def Q_FLAGS(*args):
12888     '''static None Q_FLAGS(... *args)'''
12889     return None()
12890 
12891 def Q_ENUMS(*args):
12892     '''static None Q_ENUMS(... *args)'''
12893     return None()
12894 
12895 def Q_CLASSINFO(name, value):
12896     '''static None Q_CLASSINFO(str name, str value)'''
12897     return None()
12898 
12899 def qQNaN():
12900     '''static float qQNaN()'''
12901     return float()
12902 
12903 def qSNaN():
12904     '''static float qSNaN()'''
12905     return float()
12906 
12907 def qInf():
12908     '''static float qInf()'''
12909     return float()
12910 
12911 def qIsNaN(d):
12912     '''static bool qIsNaN(float d)'''
12913     return bool()
12914 
12915 def qIsFinite(d):
12916     '''static bool qIsFinite(float d)'''
12917     return bool()
12918 
12919 def qIsInf(d):
12920     '''static bool qIsInf(float d)'''
12921     return bool()
12922 
12923 def pyqtRestoreInputHook():
12924     '''static void pyqtRestoreInputHook()'''
12925 
12926 
12927 def pyqtRemoveInputHook():
12928     '''static void pyqtRemoveInputHook()'''
12929 
12930 
12931 def qRemovePostRoutine():
12932     '''static callable qRemovePostRoutine()'''
12933     return callable()
12934 
12935 def qAddPostRoutine():
12936     '''static callable qAddPostRoutine()'''
12937     return callable()
12938 
12939 def qUncompress(data):
12940     '''static QByteArray qUncompress(QByteArray data)'''
12941     return QByteArray()
12942 
12943 def qCompress(data, compressionLevel = None):
12944     '''static QByteArray qCompress(QByteArray data, int compressionLevel = -1)'''
12945     return QByteArray()
12946 
12947 def qChecksum(s):
12948     '''static int qChecksum(str s)'''
12949     return int()
12950 
12951 def qSwap(value1, value2):
12952     '''static void qSwap(QBitArray value1, QBitArray value2)'''
12953 
12954 
12955 def qSwap(value1, value2):
12956     '''static void qSwap(QByteArray value1, QByteArray value2)'''
12957 
12958 
12959 def qSwap(value1, value2):
12960     '''static void qSwap(QString value1, QString value2)'''
12961 
12962 
12963 def qSwap(value1, value2):
12964     '''static void qSwap(QUrl value1, QUrl value2)'''
12965 
12966 
12967 def qSwap(value1, value2):
12968     '''static void qSwap(QVariant value1, QVariant value2)'''
12969 
12970 
12971 def qrand():
12972     '''static int qrand()'''
12973     return int()
12974 
12975 def qsrand(seed):
12976     '''static void qsrand(int seed)'''
12977 
12978 
12979 def qIsNull(d):
12980     '''static bool qIsNull(float d)'''
12981     return bool()
12982 
12983 def qFuzzyCompare(p1, p2):
12984     '''static bool qFuzzyCompare(float p1, float p2)'''
12985     return bool()
12986 
12987 def qUnregisterResourceData():
12988     '''static str qUnregisterResourceData()'''
12989     return str()
12990 
12991 def qRegisterResourceData():
12992     '''static str qRegisterResourceData()'''
12993     return str()
12994 
12995 def qInstallMsgHandler():
12996     '''static callable qInstallMsgHandler()'''
12997     return callable()
12998 
12999 def qErrnoWarning(code, msg):
13000     '''static void qErrnoWarning(int code, str msg)'''
13001 
13002 
13003 def qErrnoWarning(msg):
13004     '''static void qErrnoWarning(str msg)'''
13005 
13006 
13007 def qFatal():
13008     '''static str qFatal()'''
13009     return str()
13010 
13011 def qCritical():
13012     '''static str qCritical()'''
13013     return str()
13014 
13015 def qWarning():
13016     '''static str qWarning()'''
13017     return str()
13018 
13019 def qDebug():
13020     '''static str qDebug()'''
13021     return str()
13022 
13023 def qSharedBuild():
13024     '''static bool qSharedBuild()'''
13025     return bool()
13026 
13027 def qVersion():
13028     '''static str qVersion()'''
13029     return str()
13030 
13031 def qRound64(d):
13032     '''static int qRound64(float d)'''
13033     return int()
13034 
13035 def qRound(d):
13036     '''static int qRound(float d)'''
13037     return int()
13038 
13039 def qAbs(t):
13040     '''static float qAbs(float t)'''
13041     return float()
13042