Guest User

Pyside hybrid log

a guest
Aug 6th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 309.92 KB | None | 0 0
  1. cd hybrid;\
  2. qmake;\
  3. make clean;\
  4. make
  5. make[1]: Entering directory `/home/rth/pyside/HybridApp/hybrid'
  6. rm -f build/moc_MainWindow.cpp
  7. rm -f build/MainWindow.o build/moc_MainWindow.o
  8. rm -f *~ core *.core
  9. make[1]: Leaving directory `/home/rth/pyside/HybridApp/hybrid'
  10. make[1]: Entering directory `/home/rth/pyside/HybridApp/hybrid'
  11. g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild -o build/MainWindow.o MainWindow.cpp
  12. /usr/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild MainWindow.h -o build/moc_MainWindow.cpp
  13. g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild -o build/moc_MainWindow.o build/moc_MainWindow.cpp
  14. rm -f libHybrid.so.1.0.0 libHybrid.so libHybrid.so.1 libHybrid.so.1.0
  15. g++ -Wl,-O1 -shared -Wl,-soname,libHybrid.so.1 -o libHybrid.so.1.0.0 build/MainWindow.o build/moc_MainWindow.o -L/usr/lib64/qt4 -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lrt -lglib-2.0 -lpthread
  16. ln -s libHybrid.so.1.0.0 libHybrid.so
  17. ln -s libHybrid.so.1.0.0 libHybrid.so.1
  18. ln -s libHybrid.so.1.0.0 libHybrid.so.1.0
  19. rm -f ../libHybrid.so.1.0.0
  20. rm -f ../libHybrid.so
  21. rm -f ../libHybrid.so.1
  22. rm -f ../libHybrid.so.1.0
  23. mv -f libHybrid.so.1.0.0 libHybrid.so libHybrid.so.1 libHybrid.so.1.0 ../
  24. make[1]: Leaving directory `/home/rth/pyside/HybridApp/hybrid'
  25. cd hybridpy;\
  26. shiboken \
  27. --include-paths=../hybrid:`pkg-config --variable=includedir QtCore`:`pkg-config --variable=includedir QtCore`/..:`pkg-config --variable=includedir QtGui`:/usr/include \
  28. --typesystem-paths=../data:`pkg-config --variable=typesystemdir pyside-python2.7` \
  29. --output-directory=. \
  30. --debug-level=medium\
  31. ../data/global.h \
  32. ../data/typesystem.xml
  33.  
  34. DEBUG :: Parsed: 'typesystem_core_x11.xml', 1 new entries
  35.  
  36. DEBUG :: Parsed: 'typesystem_templates.xml', 0 new entries
  37.  
  38. DEBUG :: Parsed: 'typesystem_core_common.xml', 329 new entries
  39.  
  40. DEBUG :: Parsed: 'typesystem_core.xml', 331 new entries
  41.  
  42. DEBUG :: Parsed: 'typesystem_gui_x11.xml', 6 new entries
  43.  
  44. DEBUG :: Parsed: 'typesystem_gui_common.xml', 673 new entries
  45.  
  46. DEBUG :: Parsed: 'typesystem_gui.xml', 680 new entries
  47.  
  48. DEBUG :: Parsed: '../data/typesystem.xml', 1013 new entries
  49. Generating class model...
  50. DEBUG :: class: 'PySide.QtCore.QSysInfo'
  51.  
  52. DEBUG :: - traversing enum PySide.QtCore.QSysInfo.Endian
  53.  
  54. DEBUG :: - traversing enum PySide.QtCore.QSysInfo.Sizes
  55.  
  56. DEBUG :: class: 'PySide.QtCore.QByteArray'
  57.  
  58. DEBUG :: class: 'PySide.QtCore.QLine'
  59.  
  60. DEBUG :: container: 'QList'
  61.  
  62. DEBUG :: class: 'PySide.QtCore.QObject'
  63.  
  64. DEBUG :: class: 'PySide.QtCore.QSize'
  65.  
  66. DEBUG :: class: 'PySide.QtCore.QSizeF'
  67.  
  68. DEBUG :: class: 'PySide.QtCore.QPoint'
  69.  
  70. DEBUG :: class: 'PySide.QtCore.QPointF'
  71.  
  72. DEBUG :: class: 'PySide.QtCore.QRect'
  73.  
  74. DEBUG :: class: 'PySide.QtCore.QRectF'
  75.  
  76. DEBUG :: class: 'PySide.QtGui.QPaintDevice'
  77.  
  78. DEBUG :: - traversing enum PySide.QtGui.QPaintDevice.PaintDeviceMetric
  79.  
  80. DEBUG :: class: 'PySide.QtCore.QIODevice'
  81.  
  82. DEBUG :: - traversing enum PySide.QtCore.QIODevice.OpenModeFlag
  83.  
  84. DEBUG :: class: 'PySide.QtCore.QDataStream'
  85.  
  86. DEBUG :: - traversing enum PySide.QtCore.QDataStream.ByteOrder
  87.  
  88. DEBUG :: - traversing enum PySide.QtCore.QDataStream.Version
  89.  
  90. DEBUG :: - traversing enum PySide.QtCore.QDataStream.Status
  91.  
  92. DEBUG :: class: 'PySide.QtCore.QRegExp'
  93.  
  94. DEBUG :: - traversing enum PySide.QtCore.QRegExp.PatternSyntax
  95.  
  96. DEBUG :: - traversing enum PySide.QtCore.QRegExp.CaretMode
  97.  
  98. DEBUG :: class: 'PySide.QtGui.QColor'
  99.  
  100. DEBUG :: - traversing enum PySide.QtGui.QColor.Spec
  101.  
  102. DEBUG :: container: 'QPair'
  103.  
  104. DEBUG :: container: 'QVector'
  105.  
  106. DEBUG :: class: 'PySide.QtGui.QPolygon'
  107.  
  108. DEBUG :: class: 'PySide.QtGui.QPolygonF'
  109.  
  110. DEBUG :: class: 'PySide.QtGui.QRegion'
  111.  
  112. DEBUG :: - traversing enum PySide.QtGui.QRegion.RegionType
  113.  
  114. DEBUG :: class: 'PySide.QtCore.QLineF'
  115.  
  116. DEBUG :: - traversing enum PySide.QtCore.QLineF.IntersectType
  117.  
  118. DEBUG :: class: 'PySide.QtGui.QMatrix'
  119.  
  120. DEBUG :: class: 'PySide.QtGui.QPainterPath'
  121.  
  122. DEBUG :: - traversing enum PySide.QtGui.QPainterPath.ElementType
  123.  
  124. DEBUG :: class: 'PySide.QtGui.Element'
  125.  
  126. DEBUG :: class: 'PySide.QtGui.QPainterPathStroker'
  127.  
  128. DEBUG :: class: 'PySide.QtGui.QTransform'
  129.  
  130. DEBUG :: - traversing enum PySide.QtGui.QTransform.TransformationType
  131.  
  132. DEBUG :: class: 'PySide.QtGui.QImage'
  133.  
  134. DEBUG :: - traversing enum PySide.QtGui.QImage.InvertMode
  135.  
  136. DEBUG :: - traversing enum PySide.QtGui.QImage.Format
  137.  
  138. DEBUG :: class: 'PySide.QtGui.QPixmap'
  139.  
  140. DEBUG :: - traversing enum .QPixmap.Type
  141.  
  142. DEBUG :: class: 'PySide.QtGui.QBrush'
  143.  
  144. DEBUG :: class: 'PySide.QtGui.QGradient'
  145.  
  146. DEBUG :: - traversing enum PySide.QtGui.QGradient.CoordinateMode
  147.  
  148. DEBUG :: - traversing enum PySide.QtGui.QGradient.Spread
  149.  
  150. DEBUG :: - traversing enum PySide.QtGui.QGradient.Type
  151.  
  152. DEBUG :: - traversing enum PySide.QtGui.QGradient.InterpolationMode
  153.  
  154. DEBUG :: class: 'PySide.QtGui.QLinearGradient'
  155.  
  156. DEBUG :: class: 'PySide.QtGui.QRadialGradient'
  157.  
  158. DEBUG :: class: 'PySide.QtGui.QConicalGradient'
  159.  
  160. DEBUG :: class: 'PySide.QtGui.QPalette'
  161.  
  162. DEBUG :: - traversing enum PySide.QtGui.QPalette.ColorGroup
  163.  
  164. DEBUG :: - traversing enum PySide.QtGui.QPalette.ColorRole
  165.  
  166. DEBUG :: class: 'PySide.QtGui.QFont'
  167.  
  168. DEBUG :: - traversing enum PySide.QtGui.QFont.StyleStrategy
  169.  
  170. DEBUG :: - traversing enum PySide.QtGui.QFont.SpacingType
  171.  
  172. DEBUG :: - traversing enum PySide.QtGui.QFont.StyleHint
  173.  
  174. DEBUG :: - traversing enum PySide.QtGui.QFont.Weight
  175.  
  176. DEBUG :: - traversing enum PySide.QtGui.QFont.Capitalization
  177.  
  178. DEBUG :: - traversing enum PySide.QtGui.QFont.Stretch
  179.  
  180. DEBUG :: - traversing enum PySide.QtGui.QFont.Style
  181.  
  182. DEBUG :: class: 'PySide.QtGui.QFontMetrics'
  183.  
  184. DEBUG :: class: 'PySide.QtGui.QFontMetricsF'
  185.  
  186. DEBUG :: class: 'PySide.QtGui.QFontInfo'
  187.  
  188. DEBUG :: class: 'PySide.QtGui.QSizePolicy'
  189.  
  190. DEBUG :: - traversing enum PySide.QtGui.QSizePolicy.ControlType
  191.  
  192. DEBUG :: - traversing enum PySide.QtGui.QSizePolicy.PolicyFlag
  193.  
  194. DEBUG :: - traversing enum .QSizePolicy.SizePolicyMasks
  195.  
  196. DEBUG :: - traversing enum PySide.QtGui.QSizePolicy.Policy
  197.  
  198. DEBUG :: class: 'PySide.QtGui.QCursor'
  199.  
  200. DEBUG :: class: 'PySide.QtGui.QKeySequence'
  201.  
  202. DEBUG :: - traversing enum PySide.QtGui.QKeySequence.SequenceFormat
  203.  
  204. DEBUG :: - traversing enum PySide.QtGui.QKeySequence.StandardKey
  205.  
  206. DEBUG :: - traversing enum PySide.QtGui.QKeySequence.SequenceMatch
  207.  
  208. DEBUG :: class: 'PySide.QtGui.QWidget'
  209.  
  210. DEBUG :: - traversing enum PySide.QtGui.QWidget.RenderFlag
  211.  
  212. DEBUG :: class: 'PySide.QtGui.QIcon'
  213.  
  214. DEBUG :: - traversing enum PySide.QtGui.QIcon.Mode
  215.  
  216. DEBUG :: - traversing enum PySide.QtGui.QIcon.State
  217.  
  218. DEBUG :: class: 'PySide.QtGui.QTabWidget'
  219.  
  220. DEBUG :: - traversing enum PySide.QtGui.QTabWidget.TabShape
  221.  
  222. DEBUG :: - traversing enum PySide.QtGui.QTabWidget.TabPosition
  223.  
  224. DEBUG :: class: 'PySide.QtGui.QMainWindow'
  225.  
  226. DEBUG :: - traversing enum PySide.QtGui.QMainWindow.DockOption
  227. [WARNING]
  228.  
  229. DEBUG :: class: 'PyHybrid.MainWindow'
  230. enum 'QFont::HintingPreference' does not have a type entry or is not an enum
  231. enum 'QDataStream::FloatingPointPrecision' does not have a type entry or is not an enum
  232. Unable to decide type of property: 'Qt::InputMethodHints' in class 'QWidget'
  233.  
  234.  
  235. Generating enum model...
  236. DEBUG :: - traversing enum PySide.QtCore..QtValidLicenseForOpenVGModule
  237.  
  238. DEBUG :: - traversing enum PySide.QtCore..QtValidLicenseForDeclarativeModule
  239.  
  240. DEBUG :: - traversing enum PySide.QtCore..QtValidLicenseForMultimediaModule
  241.  
  242. DEBUG :: - traversing enum PySide.QtCore..QtMsgType
  243. [OK]
  244. Generating namespace model...
  245. DEBUG :: namespace 'PySide.QtCore.Qt'
  246.  
  247. DEBUG :: - traversing enum PySide.QtCore.Qt.ShortcutContext
  248.  
  249. DEBUG :: - traversing enum PySide.QtCore.Qt.CheckState
  250.  
  251. DEBUG :: - traversing enum PySide.QtCore.Qt.FocusPolicy
  252.  
  253. DEBUG :: - traversing enum PySide.QtCore.Qt.DropAction
  254.  
  255. DEBUG :: - traversing enum PySide.QtCore.Qt.WindowType
  256.  
  257. DEBUG :: - traversing enum PySide.QtCore.Qt.DateFormat
  258.  
  259. DEBUG :: - traversing enum PySide.QtCore.Qt.TextFormat
  260.  
  261. DEBUG :: - traversing enum PySide.QtCore.Qt.PenJoinStyle
  262.  
  263. DEBUG :: - traversing enum PySide.QtCore.Qt.CaseSensitivity
  264.  
  265. DEBUG :: - traversing enum PySide.QtCore.Qt.EventPriority
  266.  
  267. DEBUG :: - traversing enum PySide.QtCore.Qt.ImageConversionFlag
  268.  
  269. DEBUG :: - traversing enum PySide.QtCore.Qt.BGMode
  270.  
  271. DEBUG :: - traversing enum PySide.QtCore.Qt.ConnectionType
  272.  
  273. DEBUG :: - traversing enum PySide.QtCore.Qt.ToolBarArea
  274.  
  275. DEBUG :: - traversing enum PySide.QtCore.Qt.SizeMode
  276.  
  277. DEBUG :: - traversing enum PySide.QtCore.Qt.FocusReason
  278.  
  279. DEBUG :: - traversing enum PySide.QtCore.Qt.Modifier
  280.  
  281. DEBUG :: - traversing enum PySide.QtCore.Qt.AspectRatioMode
  282.  
  283. DEBUG :: - traversing enum PySide.QtCore.Qt.SizeHint
  284.  
  285. DEBUG :: - traversing enum PySide.QtCore.Qt.AlignmentFlag
  286.  
  287. DEBUG :: - traversing enum PySide.QtCore.Qt.ContextMenuPolicy
  288.  
  289. DEBUG :: - traversing enum PySide.QtCore.Qt.DockWidgetArea
  290.  
  291. DEBUG :: - traversing enum PySide.QtCore.Qt.UIEffect
  292.  
  293. DEBUG :: - traversing enum PySide.QtCore.Qt.GlobalColor
  294.  
  295. DEBUG :: - traversing enum PySide.QtCore.Qt.KeyboardModifier
  296.  
  297. DEBUG :: - traversing enum PySide.QtCore.Qt.ItemDataRole
  298.  
  299. DEBUG :: - traversing enum PySide.QtCore.Qt.ScrollBarPolicy
  300.  
  301. DEBUG :: - traversing enum PySide.QtCore.Qt.AnchorAttribute
  302.  
  303. DEBUG :: - traversing enum PySide.QtCore.Qt.WindowModality
  304.  
  305. DEBUG :: - traversing enum PySide.QtCore.Qt.SortOrder
  306.  
  307. DEBUG :: - traversing enum PySide.QtCore.Qt.PenStyle
  308.  
  309. DEBUG :: - traversing enum PySide.QtCore.Qt.ItemFlag
  310.  
  311. DEBUG :: - traversing enum PySide.QtCore.Qt.Axis
  312.  
  313. DEBUG :: - traversing enum PySide.QtCore.Qt.TransformationMode
  314.  
  315. DEBUG :: - traversing enum PySide.QtCore.Qt.WindowFrameSection
  316.  
  317. DEBUG :: - traversing enum PySide.QtCore.Qt.CursorShape
  318.  
  319. DEBUG :: - traversing enum PySide.QtCore.Qt.ItemSelectionMode
  320.  
  321. DEBUG :: - traversing enum PySide.QtCore.Qt.Orientation
  322.  
  323. DEBUG :: - traversing enum PySide.QtCore.Qt.InputMethodQuery
  324.  
  325. DEBUG :: - traversing enum PySide.QtCore.Qt.TimeSpec
  326.  
  327. DEBUG :: - traversing enum PySide.QtCore.Qt.ArrowType
  328.  
  329. DEBUG :: - traversing enum PySide.QtCore.Qt.FillRule
  330.  
  331. DEBUG :: - traversing enum PySide.QtCore.Qt.MaskMode
  332.  
  333. DEBUG :: - traversing enum PySide.QtCore.Qt.WindowState
  334.  
  335. DEBUG :: - traversing enum PySide.QtCore.Qt.ToolBarAreaSizes
  336.  
  337. DEBUG :: - traversing enum PySide.QtCore.Qt.Corner
  338.  
  339. DEBUG :: - traversing enum PySide.QtCore.Qt.DayOfWeek
  340.  
  341. DEBUG :: - traversing enum PySide.QtCore.Qt.ClipOperation
  342.  
  343. DEBUG :: - traversing enum PySide.QtCore.Qt.LayoutDirection
  344.  
  345. DEBUG :: - traversing enum PySide.QtCore.Qt.ToolButtonStyle
  346.  
  347. DEBUG :: - traversing enum PySide.QtCore.Qt.DockWidgetAreaSizes
  348.  
  349. DEBUG :: - traversing enum PySide.QtCore.Qt.Key
  350.  
  351. DEBUG :: - traversing enum PySide.QtCore.Qt.ApplicationAttribute
  352.  
  353. DEBUG :: - traversing enum PySide.QtCore.Qt.TextFlag
  354.  
  355. DEBUG :: - traversing enum PySide.QtCore.Qt.BrushStyle
  356.  
  357. DEBUG :: - traversing enum PySide.QtCore.Qt.WidgetAttribute
  358.  
  359. DEBUG :: - traversing enum PySide.QtCore.Qt.TextInteractionFlag
  360.  
  361. DEBUG :: - traversing enum PySide.QtCore.Qt.MouseButton
  362.  
  363. DEBUG :: - traversing enum PySide.QtCore.Qt.MatchFlag
  364.  
  365. DEBUG :: - traversing enum PySide.QtCore.Qt.PenCapStyle
  366.  
  367. DEBUG :: - traversing enum PySide.QtCore.Qt.TextElideMode
  368. [WARNING]
  369. enum 'Qt::GestureState' does not have a type entry or is not an enum
  370. enum 'Qt::CursorMoveStyle' does not have a type entry or is not an enum
  371. enum 'Qt::TouchPointState' does not have a type entry or is not an enum
  372. enum 'Qt::GestureFlag' does not have a type entry or is not an enum
  373. enum 'Qt::TileRule' does not have a type entry or is not an enum
  374. enum 'Qt::NavigationMode' does not have a type entry or is not an enum
  375. enum 'Qt::AnchorPoint' does not have a type entry or is not an enum
  376. enum 'Qt::GestureType' does not have a type entry or is not an enum
  377. enum 'Qt::CoordinateSystem' does not have a type entry or is not an enum
  378. enum 'Qt::InputMethodHint' does not have a type entry or is not an enum
  379.  
  380.  
  381. Resolving typedefs... [OK]
  382.  
  383. DEBUG :: - nulTerminated()
  384.  
  385. DEBUG :: - remove()
  386.  
  387. DEBUG :: - toHex()
  388.  
  389. DEBUG :: - toLongLong()
  390.  
  391. DEBUG :: - split()
  392.  
  393. DEBUG :: - replace()
  394.  
  395. DEBUG :: - replace()
  396.  
  397. DEBUG :: - replace()
  398.  
  399. DEBUG :: - replace()
  400.  
  401. DEBUG :: - replace()
  402.  
  403. DEBUG :: - replace()
  404.  
  405. DEBUG :: - replace()
  406.  
  407. DEBUG :: - replace()
  408.  
  409. DEBUG :: - replace()
  410.  
  411. DEBUG :: - replace()
  412.  
  413. DEBUG :: - replace()
  414.  
  415. DEBUG :: - replace()
  416.  
  417. DEBUG :: - replace()
  418.  
  419. DEBUG :: - replace()
  420.  
  421. DEBUG :: - operator const void *()
  422.  
  423. DEBUG :: - operator const char *()
  424.  
  425. DEBUG :: - reserve()
  426.  
  427. DEBUG :: - isSharedWith()
  428.  
  429. DEBUG :: - rightJustified()
  430.  
  431. DEBUG :: - realloc()
  432.  
  433. DEBUG :: - indexOf()
  434.  
  435. DEBUG :: - indexOf()
  436.  
  437. DEBUG :: - indexOf()
  438.  
  439. DEBUG :: - indexOf()
  440.  
  441. DEBUG :: - toULongLong()
  442.  
  443. DEBUG :: - operator+=()
  444.  
  445. DEBUG :: - operator+=()
  446.  
  447. DEBUG :: - operator+=()
  448.  
  449. DEBUG :: - operator+=()
  450.  
  451. DEBUG :: - toDouble()
  452.  
  453. DEBUG :: - push_front()
  454.  
  455. DEBUG :: - push_front()
  456.  
  457. DEBUG :: - push_front()
  458.  
  459. DEBUG :: - capacity()
  460.  
  461. DEBUG :: - lastIndexOf()
  462.  
  463. DEBUG :: - lastIndexOf()
  464.  
  465. DEBUG :: - lastIndexOf()
  466.  
  467. DEBUG :: - lastIndexOf()
  468.  
  469. DEBUG :: - operator<=()
  470.  
  471. DEBUG :: - count()
  472.  
  473. DEBUG :: - count()
  474.  
  475. DEBUG :: - count()
  476.  
  477. DEBUG :: - count()
  478.  
  479. DEBUG :: - toPercentEncoding()
  480.  
  481. DEBUG :: - append()
  482.  
  483. DEBUG :: - append()
  484.  
  485. DEBUG :: - append()
  486.  
  487. DEBUG :: - append()
  488.  
  489. DEBUG :: - append()
  490.  
  491. DEBUG :: - operator[]()
  492.  
  493. DEBUG :: - operator[]()
  494.  
  495. DEBUG :: - operator[]()
  496.  
  497. DEBUG :: - operator[]()
  498.  
  499. DEBUG :: - operator==()
  500.  
  501. DEBUG :: - toUInt()
  502.  
  503. DEBUG :: - toFloat()
  504.  
  505. DEBUG :: - fill()
  506.  
  507. DEBUG :: - setRawData()
  508.  
  509. DEBUG :: - size()
  510.  
  511. DEBUG :: - right()
  512.  
  513. DEBUG :: - operator>=()
  514.  
  515. DEBUG :: - fromHex()
  516.  
  517. DEBUG :: - operator QNoImplicitBoolCast()
  518.  
  519. DEBUG :: - at()
  520.  
  521. DEBUG :: - length()
  522.  
  523. DEBUG :: - mid()
  524.  
  525. DEBUG :: - constData()
  526.  
  527. DEBUG :: - isEmpty()
  528.  
  529. DEBUG :: - repeated()
  530.  
  531. DEBUG :: - toInt()
  532.  
  533. DEBUG :: - push_back()
  534.  
  535. DEBUG :: - push_back()
  536.  
  537. DEBUG :: - push_back()
  538.  
  539. DEBUG :: - fromPercentEncoding()
  540.  
  541. DEBUG :: - trimmed()
  542.  
  543. DEBUG :: - toUShort()
  544.  
  545. DEBUG :: - operator!=()
  546.  
  547. DEBUG :: - startsWith()
  548.  
  549. DEBUG :: - startsWith()
  550.  
  551. DEBUG :: - startsWith()
  552.  
  553. DEBUG :: - fromRawData()
  554.  
  555. DEBUG :: - expand()
  556.  
  557. DEBUG :: - squeeze()
  558.  
  559. DEBUG :: - begin()
  560.  
  561. DEBUG :: - begin()
  562.  
  563. DEBUG :: - fromBase64()
  564.  
  565. DEBUG :: - toULong()
  566.  
  567. DEBUG :: - left()
  568.  
  569. DEBUG :: - prepend()
  570.  
  571. DEBUG :: - prepend()
  572.  
  573. DEBUG :: - prepend()
  574.  
  575. DEBUG :: - prepend()
  576.  
  577. DEBUG :: - toShort()
  578.  
  579. DEBUG :: - setNum()
  580.  
  581. DEBUG :: - setNum()
  582.  
  583. DEBUG :: - setNum()
  584.  
  585. DEBUG :: - setNum()
  586.  
  587. DEBUG :: - setNum()
  588.  
  589. DEBUG :: - setNum()
  590.  
  591. DEBUG :: - setNum()
  592.  
  593. DEBUG :: - setNum()
  594.  
  595. DEBUG :: - operator<()
  596.  
  597. DEBUG :: - toLong()
  598.  
  599. DEBUG :: - simplified()
  600.  
  601. DEBUG :: - operator=()
  602.  
  603. DEBUG :: - operator=()
  604.  
  605. DEBUG :: - operator>()
  606.  
  607. DEBUG :: - clear()
  608.  
  609. DEBUG :: - chop()
  610.  
  611. DEBUG :: - leftJustified()
  612.  
  613. DEBUG :: - constEnd()
  614.  
  615. DEBUG :: - isNull()
  616.  
  617. DEBUG :: - end()
  618.  
  619. DEBUG :: - end()
  620.  
  621. DEBUG :: - swap()
  622.  
  623. DEBUG :: - number()
  624.  
  625. DEBUG :: - number()
  626.  
  627. DEBUG :: - number()
  628.  
  629. DEBUG :: - number()
  630.  
  631. DEBUG :: - number()
  632.  
  633. DEBUG :: - toBase64()
  634.  
  635. DEBUG :: - QByteArray()
  636.  
  637. DEBUG :: - QByteArray()
  638.  
  639. DEBUG :: - QByteArray()
  640.  
  641. DEBUG :: - QByteArray()
  642.  
  643. DEBUG :: - QByteArray()
  644.  
  645. DEBUG :: - QByteArray()
  646.  
  647. DEBUG :: - QByteArray()
  648.  
  649. DEBUG :: - truncate()
  650.  
  651. DEBUG :: - constBegin()
  652.  
  653. DEBUG :: - resize()
  654.  
  655. DEBUG :: - toLower()
  656.  
  657. DEBUG :: - toUpper()
  658.  
  659. DEBUG :: - ~QByteArray()
  660.  
  661. DEBUG :: - endsWith()
  662.  
  663. DEBUG :: - endsWith()
  664.  
  665. DEBUG :: - endsWith()
  666.  
  667. DEBUG :: - contains()
  668.  
  669. DEBUG :: - contains()
  670.  
  671. DEBUG :: - contains()
  672.  
  673. DEBUG :: - insert()
  674.  
  675. DEBUG :: - insert()
  676.  
  677. DEBUG :: - insert()
  678.  
  679. DEBUG :: - insert()
  680.  
  681. DEBUG :: - insert()
  682.  
  683. DEBUG :: - data()
  684.  
  685. DEBUG :: - data()
  686.  
  687. DEBUG :: - x1()
  688.  
  689. DEBUG :: - x2()
  690.  
  691. DEBUG :: - operator!=()
  692.  
  693. DEBUG :: - translate()
  694.  
  695. DEBUG :: - translate()
  696.  
  697. DEBUG :: - setP1()
  698.  
  699. DEBUG :: - operator==()
  700.  
  701. DEBUG :: - dx()
  702.  
  703. DEBUG :: - setP2()
  704.  
  705. DEBUG :: - dy()
  706.  
  707. DEBUG :: - isNull()
  708.  
  709. DEBUG :: - y1()
  710.  
  711. DEBUG :: - y2()
  712.  
  713. DEBUG :: - p1()
  714.  
  715. DEBUG :: - p2()
  716.  
  717. DEBUG :: - QLine()
  718.  
  719. DEBUG :: - QLine()
  720.  
  721. DEBUG :: - QLine()
  722.  
  723. DEBUG :: - setPoints()
  724.  
  725. DEBUG :: - setLine()
  726.  
  727. DEBUG :: - translated()
  728.  
  729. DEBUG :: - translated()
  730.  
  731. DEBUG :: - setSharable()
  732.  
  733. DEBUG :: - lastIndexOf()
  734.  
  735. DEBUG :: - pop_front()
  736.  
  737. DEBUG :: - reserve()
  738.  
  739. DEBUG :: - free()
  740.  
  741. DEBUG :: - clear()
  742.  
  743. DEBUG :: - toStdList()
  744.  
  745. DEBUG :: - operator!=()
  746.  
  747. DEBUG :: - detach_helper_grow()
  748.  
  749. DEBUG :: - takeFirst()
  750.  
  751. DEBUG :: - fromVector()
  752.  
  753. DEBUG :: - move()
  754.  
  755. DEBUG :: - prepend()
  756.  
  757. DEBUG :: - length()
  758.  
  759. DEBUG :: - fromStdList()
  760.  
  761. DEBUG :: - indexOf()
  762.  
  763. DEBUG :: - last()
  764.  
  765. DEBUG :: - last()
  766.  
  767. DEBUG :: - removeAt()
  768.  
  769. DEBUG :: - removeLast()
  770.  
  771. DEBUG :: - endsWith()
  772.  
  773. DEBUG :: - detach_helper()
  774.  
  775. DEBUG :: - detach_helper()
  776.  
  777. DEBUG :: - startsWith()
  778.  
  779. DEBUG :: - operator+=()
  780.  
  781. DEBUG :: - operator+=()
  782.  
  783. DEBUG :: - value()
  784.  
  785. DEBUG :: - value()
  786.  
  787. DEBUG :: - takeAt()
  788.  
  789. DEBUG :: - node_copy()
  790.  
  791. DEBUG :: - isEmpty()
  792.  
  793. DEBUG :: - isSharedWith()
  794.  
  795. DEBUG :: - operator[]()
  796.  
  797. DEBUG :: - operator[]()
  798.  
  799. DEBUG :: - push_front()
  800.  
  801. DEBUG :: - pop_back()
  802.  
  803. DEBUG :: - operator+()
  804.  
  805. DEBUG :: - push_back()
  806.  
  807. DEBUG :: - end()
  808.  
  809. DEBUG :: - end()
  810.  
  811. DEBUG :: - size()
  812.  
  813. DEBUG :: - removeAll()
  814.  
  815. DEBUG :: - erase()
  816.  
  817. DEBUG :: - erase()
  818.  
  819. DEBUG :: - erase()
  820.  
  821. DEBUG :: - node_destruct()
  822.  
  823. DEBUG :: - node_destruct()
  824.  
  825. DEBUG :: - mid()
  826.  
  827. DEBUG :: - constEnd()
  828.  
  829. DEBUG :: - operator==()
  830.  
  831. DEBUG :: - replace()
  832.  
  833. DEBUG :: - operator<<()
  834.  
  835. DEBUG :: - operator<<()
  836.  
  837. DEBUG :: - contains()
  838.  
  839. DEBUG :: - back()
  840.  
  841. DEBUG :: - back()
  842.  
  843. DEBUG :: - operator=()
  844.  
  845. DEBUG :: - removeOne()
  846.  
  847. DEBUG :: - QList()
  848.  
  849. DEBUG :: - QList()
  850.  
  851. DEBUG :: - toVector()
  852.  
  853. DEBUG :: - detachShared()
  854.  
  855. DEBUG :: - ~QList()
  856.  
  857. DEBUG :: - front()
  858.  
  859. DEBUG :: - front()
  860.  
  861. DEBUG :: - at()
  862.  
  863. DEBUG :: - constBegin()
  864.  
  865. DEBUG :: - removeFirst()
  866.  
  867. DEBUG :: - append()
  868.  
  869. DEBUG :: - append()
  870.  
  871. DEBUG :: - first()
  872.  
  873. DEBUG :: - first()
  874.  
  875. DEBUG :: - insert()
  876.  
  877. DEBUG :: - insert()
  878.  
  879. DEBUG :: - node_construct()
  880.  
  881. DEBUG :: - count()
  882.  
  883. DEBUG :: - count()
  884.  
  885. DEBUG :: - empty()
  886.  
  887. DEBUG :: - begin()
  888.  
  889. DEBUG :: - begin()
  890.  
  891. DEBUG :: - takeLast()
  892.  
  893. DEBUG :: - fromSet()
  894.  
  895. DEBUG :: - toSet()
  896.  
  897. DEBUG :: - swap()
  898.  
  899. DEBUG :: - swap()
  900.  
  901. DEBUG :: - installEventFilter()
  902.  
  903. DEBUG :: - userData()
  904.  
  905. DEBUG :: - operator=()
  906.  
  907. DEBUG :: - senderSignalIndex()
  908.  
  909. DEBUG :: - disconnect()
  910.  
  911. DEBUG :: - disconnect()
  912.  
  913. DEBUG :: - disconnect()
  914.  
  915. DEBUG :: - disconnect()
  916.  
  917. DEBUG :: - dumpObjectInfo()
  918.  
  919. DEBUG :: - moveToThread()
  920.  
  921. DEBUG :: - removeEventFilter()
  922.  
  923. DEBUG :: - isWidgetType()
  924.  
  925. DEBUG :: - findChild()
  926.  
  927. DEBUG :: - setProperty()
  928.  
  929. DEBUG :: - deleteLater()
  930.  
  931. DEBUG :: - destroyed()
  932.  
  933. DEBUG :: - parent()
  934.  
  935. DEBUG :: - connect()
  936.  
  937. DEBUG :: - connect()
  938.  
  939. DEBUG :: - connect()
  940.  
  941. DEBUG :: - receivers()
  942.  
  943. DEBUG :: - dumpObjectTree()
  944.  
  945. DEBUG :: - timerEvent()
  946.  
  947. DEBUG :: - findChildren()
  948.  
  949. DEBUG :: - findChildren()
  950.  
  951. DEBUG :: - children()
  952.  
  953. DEBUG :: - sender()
  954.  
  955. DEBUG :: - killTimer()
  956.  
  957. DEBUG :: - setObjectName()
  958.  
  959. DEBUG :: - thread()
  960.  
  961. DEBUG :: - inherits()
  962.  
  963. DEBUG :: - signalsBlocked()
  964.  
  965. DEBUG :: - setParent()
  966.  
  967. DEBUG :: - ~QObject()
  968.  
  969. DEBUG :: - QObject()
  970.  
  971. DEBUG :: - QObject()
  972.  
  973. DEBUG :: - QObject()
  974.  
  975. DEBUG :: - connectNotify()
  976.  
  977. DEBUG :: - customEvent()
  978.  
  979. DEBUG :: - disconnectNotify()
  980.  
  981. DEBUG :: - registerUserData()
  982.  
  983. DEBUG :: - startTimer()
  984.  
  985. DEBUG :: - setUserData()
  986.  
  987. DEBUG :: - blockSignals()
  988.  
  989. DEBUG :: - property()
  990.  
  991. DEBUG :: - event()
  992.  
  993. DEBUG :: - eventFilter()
  994.  
  995. DEBUG :: - childEvent()
  996.  
  997. DEBUG :: - dynamicPropertyNames()
  998.  
  999. DEBUG :: - objectName()
  1000.  
  1001. DEBUG :: - QSize()
  1002.  
  1003. DEBUG :: - QSize()
  1004.  
  1005. DEBUG :: - isValid()
  1006.  
  1007. DEBUG :: - scale()
  1008.  
  1009. DEBUG :: - scale()
  1010.  
  1011. DEBUG :: - rwidth()
  1012.  
  1013. DEBUG :: - expandedTo()
  1014.  
  1015. DEBUG :: - setWidth()
  1016.  
  1017. DEBUG :: - setHeight()
  1018.  
  1019. DEBUG :: - operator*=()
  1020.  
  1021. DEBUG :: - rheight()
  1022.  
  1023. DEBUG :: - isNull()
  1024.  
  1025. DEBUG :: - boundedTo()
  1026.  
  1027. DEBUG :: - operator/=()
  1028.  
  1029. DEBUG :: - width()
  1030.  
  1031. DEBUG :: - transpose()
  1032.  
  1033. DEBUG :: - operator-=()
  1034.  
  1035. DEBUG :: - operator+=()
  1036.  
  1037. DEBUG :: - isEmpty()
  1038.  
  1039. DEBUG :: - height()
  1040.  
  1041. DEBUG :: - isValid()
  1042.  
  1043. DEBUG :: - scale()
  1044.  
  1045. DEBUG :: - scale()
  1046.  
  1047. DEBUG :: - rwidth()
  1048.  
  1049. DEBUG :: - expandedTo()
  1050.  
  1051. DEBUG :: - setWidth()
  1052.  
  1053. DEBUG :: - setHeight()
  1054.  
  1055. DEBUG :: - operator*=()
  1056.  
  1057. DEBUG :: - rheight()
  1058.  
  1059. DEBUG :: - isNull()
  1060.  
  1061. DEBUG :: - boundedTo()
  1062.  
  1063. DEBUG :: - operator/=()
  1064.  
  1065. DEBUG :: - width()
  1066.  
  1067. DEBUG :: - transpose()
  1068.  
  1069. DEBUG :: - operator-=()
  1070.  
  1071. DEBUG :: - operator+=()
  1072.  
  1073. DEBUG :: - toSize()
  1074.  
  1075. DEBUG :: - isEmpty()
  1076.  
  1077. DEBUG :: - height()
  1078.  
  1079. DEBUG :: - QSizeF()
  1080.  
  1081. DEBUG :: - QSizeF()
  1082.  
  1083. DEBUG :: - QSizeF()
  1084.  
  1085. DEBUG :: - setX()
  1086.  
  1087. DEBUG :: - setY()
  1088.  
  1089. DEBUG :: - x()
  1090.  
  1091. DEBUG :: - y()
  1092.  
  1093. DEBUG :: - operator*=()
  1094.  
  1095. DEBUG :: - operator*=()
  1096.  
  1097. DEBUG :: - operator*=()
  1098.  
  1099. DEBUG :: - rx()
  1100.  
  1101. DEBUG :: - operator/=()
  1102.  
  1103. DEBUG :: - ry()
  1104.  
  1105. DEBUG :: - isNull()
  1106.  
  1107. DEBUG :: - manhattanLength()
  1108.  
  1109. DEBUG :: - operator-=()
  1110.  
  1111. DEBUG :: - operator+=()
  1112.  
  1113. DEBUG :: - QPoint()
  1114.  
  1115. DEBUG :: - QPoint()
  1116.  
  1117. DEBUG :: - setX()
  1118.  
  1119. DEBUG :: - setY()
  1120.  
  1121. DEBUG :: - x()
  1122.  
  1123. DEBUG :: - y()
  1124.  
  1125. DEBUG :: - operator*=()
  1126.  
  1127. DEBUG :: - toPoint()
  1128.  
  1129. DEBUG :: - rx()
  1130.  
  1131. DEBUG :: - operator/=()
  1132.  
  1133. DEBUG :: - ry()
  1134.  
  1135. DEBUG :: - isNull()
  1136.  
  1137. DEBUG :: - manhattanLength()
  1138.  
  1139. DEBUG :: - operator-=()
  1140.  
  1141. DEBUG :: - operator+=()
  1142.  
  1143. DEBUG :: - QPointF()
  1144.  
  1145. DEBUG :: - QPointF()
  1146.  
  1147. DEBUG :: - QPointF()
  1148.  
  1149. DEBUG :: - bottomRight()
  1150.  
  1151. DEBUG :: - setTopLeft()
  1152.  
  1153. DEBUG :: - moveCenter()
  1154.  
  1155. DEBUG :: - topLeft()
  1156.  
  1157. DEBUG :: - top()
  1158.  
  1159. DEBUG :: - width()
  1160.  
  1161. DEBUG :: - intersect()
  1162.  
  1163. DEBUG :: - moveBottom()
  1164.  
  1165. DEBUG :: - operator|()
  1166.  
  1167. DEBUG :: - translated()
  1168.  
  1169. DEBUG :: - translated()
  1170.  
  1171. DEBUG :: - setTopRight()
  1172.  
  1173. DEBUG :: - getRect()
  1174.  
  1175. DEBUG :: - setWidth()
  1176.  
  1177. DEBUG :: - moveTop()
  1178.  
  1179. DEBUG :: - right()
  1180.  
  1181. DEBUG :: - normalized()
  1182.  
  1183. DEBUG :: - topRight()
  1184.  
  1185. DEBUG :: - center()
  1186.  
  1187. DEBUG :: - setBottom()
  1188.  
  1189. DEBUG :: - intersects()
  1190.  
  1191. DEBUG :: - bottomLeft()
  1192.  
  1193. DEBUG :: - bottom()
  1194.  
  1195. DEBUG :: - operator&()
  1196.  
  1197. DEBUG :: - isEmpty()
  1198.  
  1199. DEBUG :: - united()
  1200.  
  1201. DEBUG :: - setRight()
  1202.  
  1203. DEBUG :: - QRect()
  1204.  
  1205. DEBUG :: - QRect()
  1206.  
  1207. DEBUG :: - QRect()
  1208.  
  1209. DEBUG :: - QRect()
  1210.  
  1211. DEBUG :: - setRect()
  1212.  
  1213. DEBUG :: - moveLeft()
  1214.  
  1215. DEBUG :: - left()
  1216.  
  1217. DEBUG :: - moveBottomLeft()
  1218.  
  1219. DEBUG :: - size()
  1220.  
  1221. DEBUG :: - translate()
  1222.  
  1223. DEBUG :: - translate()
  1224.  
  1225. DEBUG :: - moveBottomRight()
  1226.  
  1227. DEBUG :: - adjusted()
  1228.  
  1229. DEBUG :: - getCoords()
  1230.  
  1231. DEBUG :: - contains()
  1232.  
  1233. DEBUG :: - contains()
  1234.  
  1235. DEBUG :: - contains()
  1236.  
  1237. DEBUG :: - contains()
  1238.  
  1239. DEBUG :: - setHeight()
  1240.  
  1241. DEBUG :: - moveTopLeft()
  1242.  
  1243. DEBUG :: - unite()
  1244.  
  1245. DEBUG :: - isValid()
  1246.  
  1247. DEBUG :: - setBottomRight()
  1248.  
  1249. DEBUG :: - moveTopRight()
  1250.  
  1251. DEBUG :: - setCoords()
  1252.  
  1253. DEBUG :: - setSize()
  1254.  
  1255. DEBUG :: - moveTo()
  1256.  
  1257. DEBUG :: - moveTo()
  1258.  
  1259. DEBUG :: - isNull()
  1260.  
  1261. DEBUG :: - operator|=()
  1262.  
  1263. DEBUG :: - moveRight()
  1264.  
  1265. DEBUG :: - setLeft()
  1266.  
  1267. DEBUG :: - operator&=()
  1268.  
  1269. DEBUG :: - adjust()
  1270.  
  1271. DEBUG :: - setBottomLeft()
  1272.  
  1273. DEBUG :: - x()
  1274.  
  1275. DEBUG :: - y()
  1276.  
  1277. DEBUG :: - setX()
  1278.  
  1279. DEBUG :: - intersected()
  1280.  
  1281. DEBUG :: - setY()
  1282.  
  1283. DEBUG :: - setTop()
  1284.  
  1285. DEBUG :: - height()
  1286.  
  1287. DEBUG :: - bottomRight()
  1288.  
  1289. DEBUG :: - setTopLeft()
  1290.  
  1291. DEBUG :: - moveCenter()
  1292.  
  1293. DEBUG :: - topLeft()
  1294.  
  1295. DEBUG :: - top()
  1296.  
  1297. DEBUG :: - width()
  1298.  
  1299. DEBUG :: - intersect()
  1300.  
  1301. DEBUG :: - moveBottom()
  1302.  
  1303. DEBUG :: - operator|()
  1304.  
  1305. DEBUG :: - translated()
  1306.  
  1307. DEBUG :: - translated()
  1308.  
  1309. DEBUG :: - setTopRight()
  1310.  
  1311. DEBUG :: - getRect()
  1312.  
  1313. DEBUG :: - toAlignedRect()
  1314.  
  1315. DEBUG :: - setWidth()
  1316.  
  1317. DEBUG :: - moveTop()
  1318.  
  1319. DEBUG :: - right()
  1320.  
  1321. DEBUG :: - normalized()
  1322.  
  1323. DEBUG :: - topRight()
  1324.  
  1325. DEBUG :: - center()
  1326.  
  1327. DEBUG :: - setBottom()
  1328.  
  1329. DEBUG :: - intersects()
  1330.  
  1331. DEBUG :: - bottomLeft()
  1332.  
  1333. DEBUG :: - bottom()
  1334.  
  1335. DEBUG :: - operator&()
  1336.  
  1337. DEBUG :: - isEmpty()
  1338.  
  1339. DEBUG :: - united()
  1340.  
  1341. DEBUG :: - setRight()
  1342.  
  1343. DEBUG :: - setRect()
  1344.  
  1345. DEBUG :: - moveLeft()
  1346.  
  1347. DEBUG :: - left()
  1348.  
  1349. DEBUG :: - moveBottomLeft()
  1350.  
  1351. DEBUG :: - size()
  1352.  
  1353. DEBUG :: - translate()
  1354.  
  1355. DEBUG :: - translate()
  1356.  
  1357. DEBUG :: - moveBottomRight()
  1358.  
  1359. DEBUG :: - adjusted()
  1360.  
  1361. DEBUG :: - getCoords()
  1362.  
  1363. DEBUG :: - contains()
  1364.  
  1365. DEBUG :: - contains()
  1366.  
  1367. DEBUG :: - contains()
  1368.  
  1369. DEBUG :: - setHeight()
  1370.  
  1371. DEBUG :: - moveTopLeft()
  1372.  
  1373. DEBUG :: - unite()
  1374.  
  1375. DEBUG :: - isValid()
  1376.  
  1377. DEBUG :: - setBottomRight()
  1378.  
  1379. DEBUG :: - moveTopRight()
  1380.  
  1381. DEBUG :: - setCoords()
  1382.  
  1383. DEBUG :: - setSize()
  1384.  
  1385. DEBUG :: - moveTo()
  1386.  
  1387. DEBUG :: - moveTo()
  1388.  
  1389. DEBUG :: - isNull()
  1390.  
  1391. DEBUG :: - operator|=()
  1392.  
  1393. DEBUG :: - toRect()
  1394.  
  1395. DEBUG :: - moveRight()
  1396.  
  1397. DEBUG :: - setLeft()
  1398.  
  1399. DEBUG :: - QRectF()
  1400.  
  1401. DEBUG :: - QRectF()
  1402.  
  1403. DEBUG :: - QRectF()
  1404.  
  1405. DEBUG :: - QRectF()
  1406.  
  1407. DEBUG :: - QRectF()
  1408.  
  1409. DEBUG :: - operator&=()
  1410.  
  1411. DEBUG :: - adjust()
  1412.  
  1413. DEBUG :: - setBottomLeft()
  1414.  
  1415. DEBUG :: - x()
  1416.  
  1417. DEBUG :: - y()
  1418.  
  1419. DEBUG :: - setX()
  1420.  
  1421. DEBUG :: - intersected()
  1422.  
  1423. DEBUG :: - setY()
  1424.  
  1425. DEBUG :: - setTop()
  1426.  
  1427. DEBUG :: - height()
  1428.  
  1429. DEBUG :: - logicalDpiY()
  1430.  
  1431. DEBUG :: - metric()
  1432.  
  1433. DEBUG :: - ~QPaintDevice()
  1434.  
  1435. DEBUG :: - depth()
  1436.  
  1437. DEBUG :: - numColors()
  1438.  
  1439. DEBUG :: - operator=()
  1440.  
  1441. DEBUG :: - widthMM()
  1442.  
  1443. DEBUG :: - width()
  1444.  
  1445. DEBUG :: - physicalDpiX()
  1446.  
  1447. DEBUG :: - physicalDpiY()
  1448.  
  1449. DEBUG :: - heightMM()
  1450.  
  1451. DEBUG :: - paintEngine()
  1452.  
  1453. DEBUG :: - QPaintDevice()
  1454.  
  1455. DEBUG :: - QPaintDevice()
  1456.  
  1457. DEBUG :: - paintingActive()
  1458.  
  1459. DEBUG :: - colorCount()
  1460.  
  1461. DEBUG :: - height()
  1462.  
  1463. DEBUG :: - devType()
  1464.  
  1465. DEBUG :: - logicalDpiX()
  1466.  
  1467. DEBUG :: - canReadLine()
  1468.  
  1469. DEBUG :: - bytesWritten()
  1470.  
  1471. DEBUG :: - operator=()
  1472.  
  1473. DEBUG :: - readLineData()
  1474.  
  1475. DEBUG :: - seek()
  1476.  
  1477. DEBUG :: - readLine()
  1478.  
  1479. DEBUG :: - readLine()
  1480.  
  1481. DEBUG :: - pos()
  1482.  
  1483. DEBUG :: - bytesAvailable()
  1484.  
  1485. DEBUG :: - isOpen()
  1486.  
  1487. DEBUG :: - getChar()
  1488.  
  1489. DEBUG :: - isWritable()
  1490.  
  1491. DEBUG :: - readyRead()
  1492.  
  1493. DEBUG :: - size()
  1494.  
  1495. DEBUG :: - waitForReadyRead()
  1496.  
  1497. DEBUG :: - ungetChar()
  1498.  
  1499. DEBUG :: - close()
  1500.  
  1501. DEBUG :: - openMode()
  1502.  
  1503. DEBUG :: - readChannelFinished()
  1504.  
  1505. DEBUG :: - atEnd()
  1506.  
  1507. DEBUG :: - errorString()
  1508.  
  1509. DEBUG :: - putChar()
  1510.  
  1511. DEBUG :: - write()
  1512.  
  1513. DEBUG :: - write()
  1514.  
  1515. DEBUG :: - write()
  1516.  
  1517. DEBUG :: - isReadable()
  1518.  
  1519. DEBUG :: - setErrorString()
  1520.  
  1521. DEBUG :: - ~QIODevice()
  1522.  
  1523. DEBUG :: - open()
  1524.  
  1525. DEBUG :: - isTextModeEnabled()
  1526.  
  1527. DEBUG :: - setTextModeEnabled()
  1528.  
  1529. DEBUG :: - QIODevice()
  1530.  
  1531. DEBUG :: - QIODevice()
  1532.  
  1533. DEBUG :: - QIODevice()
  1534.  
  1535. DEBUG :: - QIODevice()
  1536.  
  1537. DEBUG :: - peek()
  1538.  
  1539. DEBUG :: - peek()
  1540.  
  1541. DEBUG :: - isSequential()
  1542.  
  1543. DEBUG :: - readAll()
  1544.  
  1545. DEBUG :: - waitForBytesWritten()
  1546.  
  1547. DEBUG :: - readData()
  1548.  
  1549. DEBUG :: - aboutToClose()
  1550.  
  1551. DEBUG :: - reset()
  1552.  
  1553. DEBUG :: - read()
  1554.  
  1555. DEBUG :: - read()
  1556.  
  1557. DEBUG :: - writeData()
  1558.  
  1559. DEBUG :: - bytesToWrite()
  1560.  
  1561. DEBUG :: - setOpenMode()
  1562.  
  1563. DEBUG :: - operator=()
  1564.  
  1565. DEBUG :: - device()
  1566.  
  1567. DEBUG :: - skipRawData()
  1568.  
  1569. DEBUG :: - QDataStream()
  1570.  
  1571. DEBUG :: - QDataStream()
  1572.  
  1573. DEBUG :: - QDataStream()
  1574.  
  1575. DEBUG :: - QDataStream()
  1576.  
  1577. DEBUG :: - QDataStream()
  1578.  
  1579. DEBUG :: - writeBytes()
  1580.  
  1581. DEBUG :: - resetStatus()
  1582.  
  1583. DEBUG :: - readRawData()
  1584.  
  1585. DEBUG :: - operator>>()
  1586.  
  1587. DEBUG :: - operator>>()
  1588.  
  1589. DEBUG :: - operator>>()
  1590.  
  1591. DEBUG :: - operator>>()
  1592.  
  1593. DEBUG :: - operator>>()
  1594.  
  1595. DEBUG :: - operator>>()
  1596.  
  1597. DEBUG :: - operator>>()
  1598.  
  1599. DEBUG :: - operator>>()
  1600.  
  1601. DEBUG :: - operator>>()
  1602.  
  1603. DEBUG :: - operator>>()
  1604.  
  1605. DEBUG :: - operator>>()
  1606.  
  1607. DEBUG :: - operator>>()
  1608.  
  1609. DEBUG :: - writeRawData()
  1610.  
  1611. DEBUG :: - operator<<()
  1612.  
  1613. DEBUG :: - operator<<()
  1614.  
  1615. DEBUG :: - operator<<()
  1616.  
  1617. DEBUG :: - operator<<()
  1618.  
  1619. DEBUG :: - operator<<()
  1620.  
  1621. DEBUG :: - operator<<()
  1622.  
  1623. DEBUG :: - operator<<()
  1624.  
  1625. DEBUG :: - operator<<()
  1626.  
  1627. DEBUG :: - operator<<()
  1628.  
  1629. DEBUG :: - operator<<()
  1630.  
  1631. DEBUG :: - operator<<()
  1632.  
  1633. DEBUG :: - operator<<()
  1634.  
  1635. DEBUG :: - ~QDataStream()
  1636.  
  1637. DEBUG :: - unsetDevice()
  1638.  
  1639. DEBUG :: - atEnd()
  1640.  
  1641. DEBUG :: - readBytes()
  1642.  
  1643. DEBUG :: - setVersion()
  1644.  
  1645. DEBUG :: - version()
  1646.  
  1647. DEBUG :: - floatingPointPrecision()
  1648.  
  1649. DEBUG :: - setStatus()
  1650.  
  1651. DEBUG :: - status()
  1652.  
  1653. DEBUG :: - setDevice()
  1654.  
  1655. DEBUG :: - setByteOrder()
  1656.  
  1657. DEBUG :: - byteOrder()
  1658.  
  1659. DEBUG :: - setFloatingPointPrecision()
  1660.  
  1661. DEBUG :: - setPatternSyntax()
  1662.  
  1663. DEBUG :: - pos()
  1664.  
  1665. DEBUG :: - pos()
  1666.  
  1667. DEBUG :: - isValid()
  1668.  
  1669. DEBUG :: - capturedTexts()
  1670.  
  1671. DEBUG :: - capturedTexts()
  1672.  
  1673. DEBUG :: - swap()
  1674.  
  1675. DEBUG :: - numCaptures()
  1676.  
  1677. DEBUG :: - operator=()
  1678.  
  1679. DEBUG :: - indexIn()
  1680.  
  1681. DEBUG :: - setPattern()
  1682.  
  1683. DEBUG :: - QRegExp()
  1684.  
  1685. DEBUG :: - QRegExp()
  1686.  
  1687. DEBUG :: - QRegExp()
  1688.  
  1689. DEBUG :: - operator!=()
  1690.  
  1691. DEBUG :: - ~QRegExp()
  1692.  
  1693. DEBUG :: - caseSensitivity()
  1694.  
  1695. DEBUG :: - setCaseSensitivity()
  1696.  
  1697. DEBUG :: - pattern()
  1698.  
  1699. DEBUG :: - operator==()
  1700.  
  1701. DEBUG :: - captureCount()
  1702.  
  1703. DEBUG :: - matchedLength()
  1704.  
  1705. DEBUG :: - exactMatch()
  1706.  
  1707. DEBUG :: - isMinimal()
  1708.  
  1709. DEBUG :: - isEmpty()
  1710.  
  1711. DEBUG :: - errorString()
  1712.  
  1713. DEBUG :: - errorString()
  1714.  
  1715. DEBUG :: - patternSyntax()
  1716.  
  1717. DEBUG :: - escape()
  1718.  
  1719. DEBUG :: - cap()
  1720.  
  1721. DEBUG :: - cap()
  1722.  
  1723. DEBUG :: - setMinimal()
  1724.  
  1725. DEBUG :: - lastIndexIn()
  1726.  
  1727. DEBUG :: - dark()
  1728.  
  1729. DEBUG :: - name()
  1730.  
  1731. DEBUG :: - setBlue()
  1732.  
  1733. DEBUG :: - yellowF()
  1734.  
  1735. DEBUG :: - lighter()
  1736.  
  1737. DEBUG :: - setHsv()
  1738.  
  1739. DEBUG :: - toCmyk()
  1740.  
  1741. DEBUG :: - cyanF()
  1742.  
  1743. DEBUG :: - fromHsl()
  1744.  
  1745. DEBUG :: - isValidColor()
  1746.  
  1747. DEBUG :: - fromRgb()
  1748.  
  1749. DEBUG :: - fromRgb()
  1750.  
  1751. DEBUG :: - rgb()
  1752.  
  1753. DEBUG :: - toRgb()
  1754.  
  1755. DEBUG :: - toHsl()
  1756.  
  1757. DEBUG :: - fromCmykF()
  1758.  
  1759. DEBUG :: - darker()
  1760.  
  1761. DEBUG :: - convertTo()
  1762.  
  1763. DEBUG :: - hsvHueF()
  1764.  
  1765. DEBUG :: - setNamedColor()
  1766.  
  1767. DEBUG :: - fromHsv()
  1768.  
  1769. DEBUG :: - yellow()
  1770.  
  1771. DEBUG :: - hsvHue()
  1772.  
  1773. DEBUG :: - toHsv()
  1774.  
  1775. DEBUG :: - operator!=()
  1776.  
  1777. DEBUG :: - lightnessF()
  1778.  
  1779. DEBUG :: - getRgb()
  1780.  
  1781. DEBUG :: - setHsvF()
  1782.  
  1783. DEBUG :: - getHsl()
  1784.  
  1785. DEBUG :: - hsvSaturation()
  1786.  
  1787. DEBUG :: - black()
  1788.  
  1789. DEBUG :: - setAlphaF()
  1790.  
  1791. DEBUG :: - setColorFromString()
  1792.  
  1793. DEBUG :: - getHsv()
  1794.  
  1795. DEBUG :: - hueF()
  1796.  
  1797. DEBUG :: - blue()
  1798.  
  1799. DEBUG :: - blueF()
  1800.  
  1801. DEBUG :: - hue()
  1802.  
  1803. DEBUG :: - green()
  1804.  
  1805. DEBUG :: - lightness()
  1806.  
  1807. DEBUG :: - hsvSaturationF()
  1808.  
  1809. DEBUG :: - setGreenF()
  1810.  
  1811. DEBUG :: - hslHueF()
  1812.  
  1813. DEBUG :: - setGreen()
  1814.  
  1815. DEBUG :: - hslSaturationF()
  1816.  
  1817. DEBUG :: - saturation()
  1818.  
  1819. DEBUG :: - setHslF()
  1820.  
  1821. DEBUG :: - setAlpha()
  1822.  
  1823. DEBUG :: - rgba()
  1824.  
  1825. DEBUG :: - value()
  1826.  
  1827. DEBUG :: - getCmyk()
  1828.  
  1829. DEBUG :: - magentaF()
  1830.  
  1831. DEBUG :: - fromRgba()
  1832.  
  1833. DEBUG :: - hslHue()
  1834.  
  1835. DEBUG :: - greenF()
  1836.  
  1837. DEBUG :: - fromHsvF()
  1838.  
  1839. DEBUG :: - blackF()
  1840.  
  1841. DEBUG :: - redF()
  1842.  
  1843. DEBUG :: - getHslF()
  1844.  
  1845. DEBUG :: - cyan()
  1846.  
  1847. DEBUG :: - light()
  1848.  
  1849. DEBUG :: - operator==()
  1850.  
  1851. DEBUG :: - getRgbF()
  1852.  
  1853. DEBUG :: - saturationF()
  1854.  
  1855. DEBUG :: - operator=()
  1856.  
  1857. DEBUG :: - operator=()
  1858.  
  1859. DEBUG :: - isValid()
  1860.  
  1861. DEBUG :: - setRgba()
  1862.  
  1863. DEBUG :: - spec()
  1864.  
  1865. DEBUG :: - invalidate()
  1866.  
  1867. DEBUG :: - QColor()
  1868.  
  1869. DEBUG :: - QColor()
  1870.  
  1871. DEBUG :: - QColor()
  1872.  
  1873. DEBUG :: - QColor()
  1874.  
  1875. DEBUG :: - QColor()
  1876.  
  1877. DEBUG :: - QColor()
  1878.  
  1879. DEBUG :: - QColor()
  1880.  
  1881. DEBUG :: - QColor()
  1882.  
  1883. DEBUG :: - QColor()
  1884.  
  1885. DEBUG :: - hslSaturation()
  1886.  
  1887. DEBUG :: - alphaF()
  1888.  
  1889. DEBUG :: - setRed()
  1890.  
  1891. DEBUG :: - fromRgbF()
  1892.  
  1893. DEBUG :: - getCmykF()
  1894.  
  1895. DEBUG :: - fromCmyk()
  1896.  
  1897. DEBUG :: - fromHslF()
  1898.  
  1899. DEBUG :: - setRedF()
  1900.  
  1901. DEBUG :: - setCmyk()
  1902.  
  1903. DEBUG :: - alpha()
  1904.  
  1905. DEBUG :: - operator QVariant()
  1906.  
  1907. DEBUG :: - setCmykF()
  1908.  
  1909. DEBUG :: - getHsvF()
  1910.  
  1911. DEBUG :: - valueF()
  1912.  
  1913. DEBUG :: - setBlueF()
  1914.  
  1915. DEBUG :: - red()
  1916.  
  1917. DEBUG :: - magenta()
  1918.  
  1919. DEBUG :: - setRgbF()
  1920.  
  1921. DEBUG :: - setRgb()
  1922.  
  1923. DEBUG :: - setRgb()
  1924.  
  1925. DEBUG :: - setHsl()
  1926.  
  1927. DEBUG :: - colorNames()
  1928.  
  1929. DEBUG :: - operator=()
  1930.  
  1931. DEBUG :: - QPair()
  1932.  
  1933. DEBUG :: - QPair()
  1934.  
  1935. DEBUG :: - setSharable()
  1936.  
  1937. DEBUG :: - lastIndexOf()
  1938.  
  1939. DEBUG :: - pop_front()
  1940.  
  1941. DEBUG :: - reserve()
  1942.  
  1943. DEBUG :: - free()
  1944.  
  1945. DEBUG :: - free()
  1946.  
  1947. DEBUG :: - malloc()
  1948.  
  1949. DEBUG :: - clear()
  1950.  
  1951. DEBUG :: - data()
  1952.  
  1953. DEBUG :: - data()
  1954.  
  1955. DEBUG :: - operator!=()
  1956.  
  1957. DEBUG :: - remove()
  1958.  
  1959. DEBUG :: - remove()
  1960.  
  1961. DEBUG :: - prepend()
  1962.  
  1963. DEBUG :: - alignOfTypedData()
  1964.  
  1965. DEBUG :: - sizeOfTypedData()
  1966.  
  1967. DEBUG :: - fromList()
  1968.  
  1969. DEBUG :: - indexOf()
  1970.  
  1971. DEBUG :: - ~QVector()
  1972.  
  1973. DEBUG :: - last()
  1974.  
  1975. DEBUG :: - last()
  1976.  
  1977. DEBUG :: - toStdVector()
  1978.  
  1979. DEBUG :: - capacity()
  1980.  
  1981. DEBUG :: - realloc()
  1982.  
  1983. DEBUG :: - endsWith()
  1984.  
  1985. DEBUG :: - detach_helper()
  1986.  
  1987. DEBUG :: - startsWith()
  1988.  
  1989. DEBUG :: - operator+=()
  1990.  
  1991. DEBUG :: - operator+=()
  1992.  
  1993. DEBUG :: - operator+=()
  1994.  
  1995. DEBUG :: - fill()
  1996.  
  1997. DEBUG :: - value()
  1998.  
  1999. DEBUG :: - value()
  2000.  
  2001. DEBUG :: - fromStdVector()
  2002.  
  2003. DEBUG :: - isEmpty()
  2004.  
  2005. DEBUG :: - isSharedWith()
  2006.  
  2007. DEBUG :: - operator[]()
  2008.  
  2009. DEBUG :: - operator[]()
  2010.  
  2011. DEBUG :: - push_front()
  2012.  
  2013. DEBUG :: - pop_back()
  2014.  
  2015. DEBUG :: - operator+()
  2016.  
  2017. DEBUG :: - push_back()
  2018.  
  2019. DEBUG :: - QVector()
  2020.  
  2021. DEBUG :: - QVector()
  2022.  
  2023. DEBUG :: - QVector()
  2024.  
  2025. DEBUG :: - QVector()
  2026.  
  2027. DEBUG :: - end()
  2028.  
  2029. DEBUG :: - end()
  2030.  
  2031. DEBUG :: - size()
  2032.  
  2033. DEBUG :: - erase()
  2034.  
  2035. DEBUG :: - erase()
  2036.  
  2037. DEBUG :: - erase()
  2038.  
  2039. DEBUG :: - mid()
  2040.  
  2041. DEBUG :: - constEnd()
  2042.  
  2043. DEBUG :: - resize()
  2044.  
  2045. DEBUG :: - operator==()
  2046.  
  2047. DEBUG :: - replace()
  2048.  
  2049. DEBUG :: - operator<<()
  2050.  
  2051. DEBUG :: - operator<<()
  2052.  
  2053. DEBUG :: - contains()
  2054.  
  2055. DEBUG :: - back()
  2056.  
  2057. DEBUG :: - back()
  2058.  
  2059. DEBUG :: - operator=()
  2060.  
  2061. DEBUG :: - front()
  2062.  
  2063. DEBUG :: - front()
  2064.  
  2065. DEBUG :: - at()
  2066.  
  2067. DEBUG :: - constBegin()
  2068.  
  2069. DEBUG :: - append()
  2070.  
  2071. DEBUG :: - first()
  2072.  
  2073. DEBUG :: - first()
  2074.  
  2075. DEBUG :: - squeeze()
  2076.  
  2077. DEBUG :: - insert()
  2078.  
  2079. DEBUG :: - insert()
  2080.  
  2081. DEBUG :: - insert()
  2082.  
  2083. DEBUG :: - insert()
  2084.  
  2085. DEBUG :: - insert()
  2086.  
  2087. DEBUG :: - count()
  2088.  
  2089. DEBUG :: - count()
  2090.  
  2091. DEBUG :: - empty()
  2092.  
  2093. DEBUG :: - begin()
  2094.  
  2095. DEBUG :: - begin()
  2096.  
  2097. DEBUG :: - swap()
  2098.  
  2099. DEBUG :: - toList()
  2100.  
  2101. DEBUG :: - constData()
  2102.  
  2103. DEBUG :: - operator QVariant()
  2104.  
  2105. DEBUG :: - QPolygon()
  2106.  
  2107. DEBUG :: - QPolygon()
  2108.  
  2109. DEBUG :: - QPolygon()
  2110.  
  2111. DEBUG :: - QPolygon()
  2112.  
  2113. DEBUG :: - QPolygon()
  2114.  
  2115. DEBUG :: - QPolygon()
  2116.  
  2117. DEBUG :: - swap()
  2118.  
  2119. DEBUG :: - intersected()
  2120.  
  2121. DEBUG :: - translate()
  2122.  
  2123. DEBUG :: - translate()
  2124.  
  2125. DEBUG :: - subtracted()
  2126.  
  2127. DEBUG :: - ~QPolygon()
  2128.  
  2129. DEBUG :: - united()
  2130.  
  2131. DEBUG :: - containsPoint()
  2132.  
  2133. DEBUG :: - boundingRect()
  2134.  
  2135. DEBUG :: - translated()
  2136.  
  2137. DEBUG :: - translated()
  2138.  
  2139. DEBUG :: - toPolygon()
  2140.  
  2141. DEBUG :: - ~QPolygonF()
  2142.  
  2143. DEBUG :: - isClosed()
  2144.  
  2145. DEBUG :: - QPolygonF()
  2146.  
  2147. DEBUG :: - QPolygonF()
  2148.  
  2149. DEBUG :: - QPolygonF()
  2150.  
  2151. DEBUG :: - QPolygonF()
  2152.  
  2153. DEBUG :: - QPolygonF()
  2154.  
  2155. DEBUG :: - QPolygonF()
  2156.  
  2157. DEBUG :: - swap()
  2158.  
  2159. DEBUG :: - intersected()
  2160.  
  2161. DEBUG :: - translate()
  2162.  
  2163. DEBUG :: - translate()
  2164.  
  2165. DEBUG :: - subtracted()
  2166.  
  2167. DEBUG :: - united()
  2168.  
  2169. DEBUG :: - containsPoint()
  2170.  
  2171. DEBUG :: - boundingRect()
  2172.  
  2173. DEBUG :: - translated()
  2174.  
  2175. DEBUG :: - translated()
  2176.  
  2177. DEBUG :: - operator==()
  2178.  
  2179. DEBUG :: - xored()
  2180.  
  2181. DEBUG :: - contains()
  2182.  
  2183. DEBUG :: - contains()
  2184.  
  2185. DEBUG :: - operator|=()
  2186.  
  2187. DEBUG :: - operator=()
  2188.  
  2189. DEBUG :: - operator QVariant()
  2190.  
  2191. DEBUG :: - operator|()
  2192.  
  2193. DEBUG :: - intersect()
  2194.  
  2195. DEBUG :: - intersect()
  2196.  
  2197. DEBUG :: - isEmpty()
  2198.  
  2199. DEBUG :: - eor()
  2200.  
  2201. DEBUG :: - rects()
  2202.  
  2203. DEBUG :: - operator!=()
  2204.  
  2205. DEBUG :: - rectCount()
  2206.  
  2207. DEBUG :: - intersected()
  2208.  
  2209. DEBUG :: - intersected()
  2210.  
  2211. DEBUG :: - subtract()
  2212.  
  2213. DEBUG :: - subtracted()
  2214.  
  2215. DEBUG :: - numRects()
  2216.  
  2217. DEBUG :: - operator^()
  2218.  
  2219. DEBUG :: - operator-=()
  2220.  
  2221. DEBUG :: - boundingRect()
  2222.  
  2223. DEBUG :: - translated()
  2224.  
  2225. DEBUG :: - translated()
  2226.  
  2227. DEBUG :: - translate()
  2228.  
  2229. DEBUG :: - translate()
  2230.  
  2231. DEBUG :: - unite()
  2232.  
  2233. DEBUG :: - unite()
  2234.  
  2235. DEBUG :: - QRegion()
  2236.  
  2237. DEBUG :: - QRegion()
  2238.  
  2239. DEBUG :: - QRegion()
  2240.  
  2241. DEBUG :: - QRegion()
  2242.  
  2243. DEBUG :: - QRegion()
  2244.  
  2245. DEBUG :: - QRegion()
  2246.  
  2247. DEBUG :: - ~QRegion()
  2248.  
  2249. DEBUG :: - exec()
  2250.  
  2251. DEBUG :: - operator&()
  2252.  
  2253. DEBUG :: - operator&()
  2254.  
  2255. DEBUG :: - operator&=()
  2256.  
  2257. DEBUG :: - operator&=()
  2258.  
  2259. DEBUG :: - operator+()
  2260.  
  2261. DEBUG :: - operator+()
  2262.  
  2263. DEBUG :: - united()
  2264.  
  2265. DEBUG :: - united()
  2266.  
  2267. DEBUG :: - operator-()
  2268.  
  2269. DEBUG :: - operator+=()
  2270.  
  2271. DEBUG :: - operator+=()
  2272.  
  2273. DEBUG :: - operator^=()
  2274.  
  2275. DEBUG :: - swap()
  2276.  
  2277. DEBUG :: - intersects()
  2278.  
  2279. DEBUG :: - intersects()
  2280.  
  2281. DEBUG :: - setRects()
  2282.  
  2283. DEBUG :: - copy()
  2284.  
  2285. DEBUG :: - unitVector()
  2286.  
  2287. DEBUG :: - QLineF()
  2288.  
  2289. DEBUG :: - QLineF()
  2290.  
  2291. DEBUG :: - QLineF()
  2292.  
  2293. DEBUG :: - QLineF()
  2294.  
  2295. DEBUG :: - normalVector()
  2296.  
  2297. DEBUG :: - x1()
  2298.  
  2299. DEBUG :: - x2()
  2300.  
  2301. DEBUG :: - operator!=()
  2302.  
  2303. DEBUG :: - translate()
  2304.  
  2305. DEBUG :: - translate()
  2306.  
  2307. DEBUG :: - setP1()
  2308.  
  2309. DEBUG :: - operator==()
  2310.  
  2311. DEBUG :: - fromPolar()
  2312.  
  2313. DEBUG :: - dx()
  2314.  
  2315. DEBUG :: - setP2()
  2316.  
  2317. DEBUG :: - dy()
  2318.  
  2319. DEBUG :: - isNull()
  2320.  
  2321. DEBUG :: - y1()
  2322.  
  2323. DEBUG :: - toLine()
  2324.  
  2325. DEBUG :: - y2()
  2326.  
  2327. DEBUG :: - angleTo()
  2328.  
  2329. DEBUG :: - intersect()
  2330.  
  2331. DEBUG :: - p1()
  2332.  
  2333. DEBUG :: - p2()
  2334.  
  2335. DEBUG :: - length()
  2336.  
  2337. DEBUG :: - pointAt()
  2338.  
  2339. DEBUG :: - setAngle()
  2340.  
  2341. DEBUG :: - setLength()
  2342.  
  2343. DEBUG :: - setPoints()
  2344.  
  2345. DEBUG :: - setLine()
  2346.  
  2347. DEBUG :: - translated()
  2348.  
  2349. DEBUG :: - translated()
  2350.  
  2351. DEBUG :: - angle()
  2352.  
  2353. DEBUG :: - angle()
  2354.  
  2355. DEBUG :: - operator==()
  2356.  
  2357. DEBUG :: - setMatrix()
  2358.  
  2359. DEBUG :: - operator=()
  2360.  
  2361. DEBUG :: - operator QVariant()
  2362.  
  2363. DEBUG :: - isInvertible()
  2364.  
  2365. DEBUG :: - m21()
  2366.  
  2367. DEBUG :: - m22()
  2368.  
  2369. DEBUG :: - rotate()
  2370.  
  2371. DEBUG :: - determinant()
  2372.  
  2373. DEBUG :: - map()
  2374.  
  2375. DEBUG :: - map()
  2376.  
  2377. DEBUG :: - map()
  2378.  
  2379. DEBUG :: - map()
  2380.  
  2381. DEBUG :: - map()
  2382.  
  2383. DEBUG :: - map()
  2384.  
  2385. DEBUG :: - map()
  2386.  
  2387. DEBUG :: - map()
  2388.  
  2389. DEBUG :: - map()
  2390.  
  2391. DEBUG :: - map()
  2392.  
  2393. DEBUG :: - operator!=()
  2394.  
  2395. DEBUG :: - scale()
  2396.  
  2397. DEBUG :: - isIdentity()
  2398.  
  2399. DEBUG :: - mapRect()
  2400.  
  2401. DEBUG :: - mapRect()
  2402.  
  2403. DEBUG :: - translate()
  2404.  
  2405. DEBUG :: - operator*=()
  2406.  
  2407. DEBUG :: - dx()
  2408.  
  2409. DEBUG :: - inverted()
  2410.  
  2411. DEBUG :: - dy()
  2412.  
  2413. DEBUG :: - operator*()
  2414.  
  2415. DEBUG :: - reset()
  2416.  
  2417. DEBUG :: - m11()
  2418.  
  2419. DEBUG :: - shear()
  2420.  
  2421. DEBUG :: - m12()
  2422.  
  2423. DEBUG :: - det()
  2424.  
  2425. DEBUG :: - mapToPolygon()
  2426.  
  2427. DEBUG :: - QMatrix()
  2428.  
  2429. DEBUG :: - QMatrix()
  2430.  
  2431. DEBUG :: - QMatrix()
  2432.  
  2433. DEBUG :: - QMatrix()
  2434.  
  2435. DEBUG :: - QMatrix()
  2436.  
  2437. DEBUG :: - QMatrix()
  2438.  
  2439. DEBUG :: - QPainterPath()
  2440.  
  2441. DEBUG :: - QPainterPath()
  2442.  
  2443. DEBUG :: - QPainterPath()
  2444.  
  2445. DEBUG :: - boundingRect()
  2446.  
  2447. DEBUG :: - connectPath()
  2448.  
  2449. DEBUG :: - simplified()
  2450.  
  2451. DEBUG :: - subtractedInverted()
  2452.  
  2453. DEBUG :: - arcMoveTo()
  2454.  
  2455. DEBUG :: - arcMoveTo()
  2456.  
  2457. DEBUG :: - ~QPainterPath()
  2458.  
  2459. DEBUG :: - operator|()
  2460.  
  2461. DEBUG :: - translated()
  2462.  
  2463. DEBUG :: - translated()
  2464.  
  2465. DEBUG :: - toReversed()
  2466.  
  2467. DEBUG :: - operator!=()
  2468.  
  2469. DEBUG :: - ensureData_helper()
  2470.  
  2471. DEBUG :: - length()
  2472.  
  2473. DEBUG :: - addRect()
  2474.  
  2475. DEBUG :: - addRect()
  2476.  
  2477. DEBUG :: - setDirty()
  2478.  
  2479. DEBUG :: - currentPosition()
  2480.  
  2481. DEBUG :: - elementAt()
  2482.  
  2483. DEBUG :: - toFillPolygons()
  2484.  
  2485. DEBUG :: - toFillPolygons()
  2486.  
  2487. DEBUG :: - controlPointRect()
  2488.  
  2489. DEBUG :: - addText()
  2490.  
  2491. DEBUG :: - addText()
  2492.  
  2493. DEBUG :: - addPolygon()
  2494.  
  2495. DEBUG :: - toFillPolygon()
  2496.  
  2497. DEBUG :: - toFillPolygon()
  2498.  
  2499. DEBUG :: - detach_helper()
  2500.  
  2501. DEBUG :: - quadTo()
  2502.  
  2503. DEBUG :: - quadTo()
  2504.  
  2505. DEBUG :: - operator+=()
  2506.  
  2507. DEBUG :: - intersects()
  2508.  
  2509. DEBUG :: - intersects()
  2510.  
  2511. DEBUG :: - fillRule()
  2512.  
  2513. DEBUG :: - operator&()
  2514.  
  2515. DEBUG :: - isEmpty()
  2516.  
  2517. DEBUG :: - pointAtPercent()
  2518.  
  2519. DEBUG :: - united()
  2520.  
  2521. DEBUG :: - angleAtPercent()
  2522.  
  2523. DEBUG :: - operator+()
  2524.  
  2525. DEBUG :: - operator-()
  2526.  
  2527. DEBUG :: - cubicTo()
  2528.  
  2529. DEBUG :: - cubicTo()
  2530.  
  2531. DEBUG :: - addEllipse()
  2532.  
  2533. DEBUG :: - addEllipse()
  2534.  
  2535. DEBUG :: - addEllipse()
  2536.  
  2537. DEBUG :: - translate()
  2538.  
  2539. DEBUG :: - translate()
  2540.  
  2541. DEBUG :: - lineTo()
  2542.  
  2543. DEBUG :: - lineTo()
  2544.  
  2545. DEBUG :: - elementCount()
  2546.  
  2547. DEBUG :: - operator==()
  2548.  
  2549. DEBUG :: - ensureData()
  2550.  
  2551. DEBUG :: - contains()
  2552.  
  2553. DEBUG :: - contains()
  2554.  
  2555. DEBUG :: - contains()
  2556.  
  2557. DEBUG :: - operator=()
  2558.  
  2559. DEBUG :: - computeControlPointRect()
  2560.  
  2561. DEBUG :: - arcTo()
  2562.  
  2563. DEBUG :: - arcTo()
  2564.  
  2565. DEBUG :: - addRegion()
  2566.  
  2567. DEBUG :: - setFillRule()
  2568.  
  2569. DEBUG :: - closeSubpath()
  2570.  
  2571. DEBUG :: - operator-=()
  2572.  
  2573. DEBUG :: - addRoundRect()
  2574.  
  2575. DEBUG :: - addRoundRect()
  2576.  
  2577. DEBUG :: - addRoundRect()
  2578.  
  2579. DEBUG :: - addRoundRect()
  2580.  
  2581. DEBUG :: - moveTo()
  2582.  
  2583. DEBUG :: - moveTo()
  2584.  
  2585. DEBUG :: - subtracted()
  2586.  
  2587. DEBUG :: - operator|=()
  2588.  
  2589. DEBUG :: - toSubpathPolygons()
  2590.  
  2591. DEBUG :: - toSubpathPolygons()
  2592.  
  2593. DEBUG :: - computeBoundingRect()
  2594.  
  2595. DEBUG :: - addRoundedRect()
  2596.  
  2597. DEBUG :: - addRoundedRect()
  2598.  
  2599. DEBUG :: - operator&=()
  2600.  
  2601. DEBUG :: - setElementPositionAt()
  2602.  
  2603. DEBUG :: - slopeAtPercent()
  2604.  
  2605. DEBUG :: - addPath()
  2606.  
  2607. DEBUG :: - intersected()
  2608.  
  2609. DEBUG :: - percentAtLength()
  2610.  
  2611. DEBUG :: - swap()
  2612.  
  2613. DEBUG :: - operator!=()
  2614.  
  2615. DEBUG :: - isMoveTo()
  2616.  
  2617. DEBUG :: - isCurveTo()
  2618.  
  2619. DEBUG :: - isLineTo()
  2620.  
  2621. DEBUG :: - operator==()
  2622.  
  2623. DEBUG :: - operator QPointF()
  2624.  
  2625. DEBUG :: - curveThreshold()
  2626.  
  2627. DEBUG :: - ~QPainterPathStroker()
  2628.  
  2629. DEBUG :: - QPainterPathStroker()
  2630.  
  2631. DEBUG :: - QPainterPathStroker()
  2632.  
  2633. DEBUG :: - dashPattern()
  2634.  
  2635. DEBUG :: - setMiterLimit()
  2636.  
  2637. DEBUG :: - createStroke()
  2638.  
  2639. DEBUG :: - operator=()
  2640.  
  2641. DEBUG :: - setWidth()
  2642.  
  2643. DEBUG :: - setJoinStyle()
  2644.  
  2645. DEBUG :: - dashOffset()
  2646.  
  2647. DEBUG :: - setCapStyle()
  2648.  
  2649. DEBUG :: - miterLimit()
  2650.  
  2651. DEBUG :: - setCurveThreshold()
  2652.  
  2653. DEBUG :: - capStyle()
  2654.  
  2655. DEBUG :: - setDashPattern()
  2656.  
  2657. DEBUG :: - setDashPattern()
  2658.  
  2659. DEBUG :: - width()
  2660.  
  2661. DEBUG :: - setDashOffset()
  2662.  
  2663. DEBUG :: - joinStyle()
  2664.  
  2665. DEBUG :: - isRotating()
  2666.  
  2667. DEBUG :: - rotateRadians()
  2668.  
  2669. DEBUG :: - operator==()
  2670.  
  2671. DEBUG :: - setMatrix()
  2672.  
  2673. DEBUG :: - operator/=()
  2674.  
  2675. DEBUG :: - operator=()
  2676.  
  2677. DEBUG :: - operator QVariant()
  2678.  
  2679. DEBUG :: - isInvertible()
  2680.  
  2681. DEBUG :: - m21()
  2682.  
  2683. DEBUG :: - m22()
  2684.  
  2685. DEBUG :: - type()
  2686.  
  2687. DEBUG :: - m23()
  2688.  
  2689. DEBUG :: - squareToQuad()
  2690.  
  2691. DEBUG :: - isScaling()
  2692.  
  2693. DEBUG :: - rotate()
  2694.  
  2695. DEBUG :: - isAffine()
  2696.  
  2697. DEBUG :: - fromTranslate()
  2698.  
  2699. DEBUG :: - determinant()
  2700.  
  2701. DEBUG :: - fromScale()
  2702.  
  2703. DEBUG :: - operator!=()
  2704.  
  2705. DEBUG :: - map()
  2706.  
  2707. DEBUG :: - map()
  2708.  
  2709. DEBUG :: - map()
  2710.  
  2711. DEBUG :: - map()
  2712.  
  2713. DEBUG :: - map()
  2714.  
  2715. DEBUG :: - map()
  2716.  
  2717. DEBUG :: - map()
  2718.  
  2719. DEBUG :: - map()
  2720.  
  2721. DEBUG :: - map()
  2722.  
  2723. DEBUG :: - map()
  2724.  
  2725. DEBUG :: - inline_type()
  2726.  
  2727. DEBUG :: - scale()
  2728.  
  2729. DEBUG :: - m31()
  2730.  
  2731. DEBUG :: - m32()
  2732.  
  2733. DEBUG :: - m33()
  2734.  
  2735. DEBUG :: - isIdentity()
  2736.  
  2737. DEBUG :: - transposed()
  2738.  
  2739. DEBUG :: - operator-=()
  2740.  
  2741. DEBUG :: - mapRect()
  2742.  
  2743. DEBUG :: - mapRect()
  2744.  
  2745. DEBUG :: - translate()
  2746.  
  2747. DEBUG :: - quadToSquare()
  2748.  
  2749. DEBUG :: - operator*=()
  2750.  
  2751. DEBUG :: - operator*=()
  2752.  
  2753. DEBUG :: - dx()
  2754.  
  2755. DEBUG :: - inverted()
  2756.  
  2757. DEBUG :: - dy()
  2758.  
  2759. DEBUG :: - isTranslating()
  2760.  
  2761. DEBUG :: - operator*()
  2762.  
  2763. DEBUG :: - toAffine()
  2764.  
  2765. DEBUG :: - reset()
  2766.  
  2767. DEBUG :: - quadToQuad()
  2768.  
  2769. DEBUG :: - operator+=()
  2770.  
  2771. DEBUG :: - adjoint()
  2772.  
  2773. DEBUG :: - m11()
  2774.  
  2775. DEBUG :: - shear()
  2776.  
  2777. DEBUG :: - m12()
  2778.  
  2779. DEBUG :: - det()
  2780.  
  2781. DEBUG :: - m13()
  2782.  
  2783. DEBUG :: - mapToPolygon()
  2784.  
  2785. DEBUG :: - QTransform()
  2786.  
  2787. DEBUG :: - QTransform()
  2788.  
  2789. DEBUG :: - QTransform()
  2790.  
  2791. DEBUG :: - QTransform()
  2792.  
  2793. DEBUG :: - QTransform()
  2794.  
  2795. DEBUG :: - QTransform()
  2796.  
  2797. DEBUG :: - QTransform()
  2798.  
  2799. DEBUG :: - loadFromData()
  2800.  
  2801. DEBUG :: - loadFromData()
  2802.  
  2803. DEBUG :: - setNumColors()
  2804.  
  2805. DEBUG :: - scaledToWidth()
  2806.  
  2807. DEBUG :: - setOffset()
  2808.  
  2809. DEBUG :: - invertPixels()
  2810.  
  2811. DEBUG :: - width()
  2812.  
  2813. DEBUG :: - paintEngine()
  2814.  
  2815. DEBUG :: - trueMatrix()
  2816.  
  2817. DEBUG :: - trueMatrix()
  2818.  
  2819. DEBUG :: - operator!=()
  2820.  
  2821. DEBUG :: - format()
  2822.  
  2823. DEBUG :: - setColorTable()
  2824.  
  2825. DEBUG :: - QImage()
  2826.  
  2827. DEBUG :: - QImage()
  2828.  
  2829. DEBUG :: - QImage()
  2830.  
  2831. DEBUG :: - QImage()
  2832.  
  2833. DEBUG :: - QImage()
  2834.  
  2835. DEBUG :: - QImage()
  2836.  
  2837. DEBUG :: - QImage()
  2838.  
  2839. DEBUG :: - QImage()
  2840.  
  2841. DEBUG :: - QImage()
  2842.  
  2843. DEBUG :: - QImage()
  2844.  
  2845. DEBUG :: - QImage()
  2846.  
  2847. DEBUG :: - constScanLine()
  2848.  
  2849. DEBUG :: - fromData()
  2850.  
  2851. DEBUG :: - fromData()
  2852.  
  2853. DEBUG :: - dotsPerMeterX()
  2854.  
  2855. DEBUG :: - dotsPerMeterY()
  2856.  
  2857. DEBUG :: - rgbSwapped()
  2858.  
  2859. DEBUG :: - depth()
  2860.  
  2861. DEBUG :: - offset()
  2862.  
  2863. DEBUG :: - scanLine()
  2864.  
  2865. DEBUG :: - scanLine()
  2866.  
  2867. DEBUG :: - textKeys()
  2868.  
  2869. DEBUG :: - color()
  2870.  
  2871. DEBUG :: - serialNumber()
  2872.  
  2873. DEBUG :: - createAlphaMask()
  2874.  
  2875. DEBUG :: - metric()
  2876.  
  2877. DEBUG :: - transformed()
  2878.  
  2879. DEBUG :: - transformed()
  2880.  
  2881. DEBUG :: - load()
  2882.  
  2883. DEBUG :: - load()
  2884.  
  2885. DEBUG :: - hasAlphaChannel()
  2886.  
  2887. DEBUG :: - bits()
  2888.  
  2889. DEBUG :: - bits()
  2890.  
  2891. DEBUG :: - textLanguages()
  2892.  
  2893. DEBUG :: - fill()
  2894.  
  2895. DEBUG :: - fill()
  2896.  
  2897. DEBUG :: - fill()
  2898.  
  2899. DEBUG :: - createMaskFromColor()
  2900.  
  2901. DEBUG :: - save()
  2902.  
  2903. DEBUG :: - save()
  2904.  
  2905. DEBUG :: - setColorCount()
  2906.  
  2907. DEBUG :: - isGrayscale()
  2908.  
  2909. DEBUG :: - pixel()
  2910.  
  2911. DEBUG :: - pixel()
  2912.  
  2913. DEBUG :: - alphaChannel()
  2914.  
  2915. DEBUG :: - textList()
  2916.  
  2917. DEBUG :: - setAlphaChannel()
  2918.  
  2919. DEBUG :: - size()
  2920.  
  2921. DEBUG :: - ~QImage()
  2922.  
  2923. DEBUG :: - convertToFormat()
  2924.  
  2925. DEBUG :: - convertToFormat()
  2926.  
  2927. DEBUG :: - operator==()
  2928.  
  2929. DEBUG :: - operator=()
  2930.  
  2931. DEBUG :: - setDotsPerMeterX()
  2932.  
  2933. DEBUG :: - bytesPerLine()
  2934.  
  2935. DEBUG :: - scaledToHeight()
  2936.  
  2937. DEBUG :: - setDotsPerMeterY()
  2938.  
  2939. DEBUG :: - setText()
  2940.  
  2941. DEBUG :: - setText()
  2942.  
  2943. DEBUG :: - byteCount()
  2944.  
  2945. DEBUG :: - constBits()
  2946.  
  2947. DEBUG :: - setColor()
  2948.  
  2949. DEBUG :: - createHeuristicMask()
  2950.  
  2951. DEBUG :: - devType()
  2952.  
  2953. DEBUG :: - mirrored()
  2954.  
  2955. DEBUG :: - isNull()
  2956.  
  2957. DEBUG :: - cacheKey()
  2958.  
  2959. DEBUG :: - bitPlaneCount()
  2960.  
  2961. DEBUG :: - rect()
  2962.  
  2963. DEBUG :: - operator QVariant()
  2964.  
  2965. DEBUG :: - setPixel()
  2966.  
  2967. DEBUG :: - setPixel()
  2968.  
  2969. DEBUG :: - colorTable()
  2970.  
  2971. DEBUG :: - text()
  2972.  
  2973. DEBUG :: - text()
  2974.  
  2975. DEBUG :: - text()
  2976.  
  2977. DEBUG :: - scaled()
  2978.  
  2979. DEBUG :: - scaled()
  2980.  
  2981. DEBUG :: - numBytes()
  2982.  
  2983. DEBUG :: - allGray()
  2984.  
  2985. DEBUG :: - height()
  2986.  
  2987. DEBUG :: - copy()
  2988.  
  2989. DEBUG :: - copy()
  2990.  
  2991. DEBUG :: - colorCount()
  2992.  
  2993. DEBUG :: - swap()
  2994.  
  2995. DEBUG :: - valid()
  2996.  
  2997. DEBUG :: - valid()
  2998.  
  2999. DEBUG :: - pixelIndex()
  3000.  
  3001. DEBUG :: - pixelIndex()
  3002.  
  3003. DEBUG :: - numColors()
  3004.  
  3005. DEBUG :: - loadFromData()
  3006.  
  3007. DEBUG :: - loadFromData()
  3008.  
  3009. DEBUG :: - QPixmap()
  3010.  
  3011. DEBUG :: - QPixmap()
  3012.  
  3013. DEBUG :: - QPixmap()
  3014.  
  3015. DEBUG :: - QPixmap()
  3016.  
  3017. DEBUG :: - QPixmap()
  3018.  
  3019. DEBUG :: - QPixmap()
  3020.  
  3021. DEBUG :: - QPixmap()
  3022.  
  3023. DEBUG :: - QPixmap()
  3024.  
  3025. DEBUG :: - QPixmap()
  3026.  
  3027. DEBUG :: - defaultDepth()
  3028.  
  3029. DEBUG :: - scaledToWidth()
  3030.  
  3031. DEBUG :: - pixmapData()
  3032.  
  3033. DEBUG :: - width()
  3034.  
  3035. DEBUG :: - paintEngine()
  3036.  
  3037. DEBUG :: - doImageIO()
  3038.  
  3039. DEBUG :: - convertFromImage()
  3040.  
  3041. DEBUG :: - trueMatrix()
  3042.  
  3043. DEBUG :: - trueMatrix()
  3044.  
  3045. DEBUG :: - ~QPixmap()
  3046.  
  3047. DEBUG :: - scroll()
  3048.  
  3049. DEBUG :: - scroll()
  3050.  
  3051. DEBUG :: - depth()
  3052.  
  3053. DEBUG :: - hasAlpha()
  3054.  
  3055. DEBUG :: - toImage()
  3056.  
  3057. DEBUG :: - deref()
  3058.  
  3059. DEBUG :: - serialNumber()
  3060.  
  3061. DEBUG :: - metric()
  3062.  
  3063. DEBUG :: - load()
  3064.  
  3065. DEBUG :: - transformed()
  3066.  
  3067. DEBUG :: - transformed()
  3068.  
  3069. DEBUG :: - hasAlphaChannel()
  3070.  
  3071. DEBUG :: - fromImageReader()
  3072.  
  3073. DEBUG :: - operator!()
  3074.  
  3075. DEBUG :: - fill()
  3076.  
  3077. DEBUG :: - fill()
  3078.  
  3079. DEBUG :: - fill()
  3080.  
  3081. DEBUG :: - createMaskFromColor()
  3082.  
  3083. DEBUG :: - createMaskFromColor()
  3084.  
  3085. DEBUG :: - save()
  3086.  
  3087. DEBUG :: - save()
  3088.  
  3089. DEBUG :: - alphaChannel()
  3090.  
  3091. DEBUG :: - mask()
  3092.  
  3093. DEBUG :: - isQBitmap()
  3094.  
  3095. DEBUG :: - setAlphaChannel()
  3096.  
  3097. DEBUG :: - size()
  3098.  
  3099. DEBUG :: - operator=()
  3100.  
  3101. DEBUG :: - scaledToHeight()
  3102.  
  3103. DEBUG :: - createHeuristicMask()
  3104.  
  3105. DEBUG :: - grabWidget()
  3106.  
  3107. DEBUG :: - grabWidget()
  3108.  
  3109. DEBUG :: - init()
  3110.  
  3111. DEBUG :: - init()
  3112.  
  3113. DEBUG :: - devType()
  3114.  
  3115. DEBUG :: - setMask()
  3116.  
  3117. DEBUG :: - cacheKey()
  3118.  
  3119. DEBUG :: - isNull()
  3120.  
  3121. DEBUG :: - rect()
  3122.  
  3123. DEBUG :: - operator QVariant()
  3124.  
  3125. DEBUG :: - grabWindow()
  3126.  
  3127. DEBUG :: - scaled()
  3128.  
  3129. DEBUG :: - scaled()
  3130.  
  3131. DEBUG :: - fromImage()
  3132.  
  3133. DEBUG :: - height()
  3134.  
  3135. DEBUG :: - copy()
  3136.  
  3137. DEBUG :: - copy()
  3138.  
  3139. DEBUG :: - swap()
  3140.  
  3141. DEBUG :: - isOpaque()
  3142.  
  3143. DEBUG :: - operator QVariant()
  3144.  
  3145. DEBUG :: - setTexture()
  3146.  
  3147. DEBUG :: - style()
  3148.  
  3149. DEBUG :: - swap()
  3150.  
  3151. DEBUG :: - operator=()
  3152.  
  3153. DEBUG :: - setStyle()
  3154.  
  3155. DEBUG :: - operator!=()
  3156.  
  3157. DEBUG :: - color()
  3158.  
  3159. DEBUG :: - init()
  3160.  
  3161. DEBUG :: - QBrush()
  3162.  
  3163. DEBUG :: - QBrush()
  3164.  
  3165. DEBUG :: - QBrush()
  3166.  
  3167. DEBUG :: - QBrush()
  3168.  
  3169. DEBUG :: - QBrush()
  3170.  
  3171. DEBUG :: - QBrush()
  3172.  
  3173. DEBUG :: - QBrush()
  3174.  
  3175. DEBUG :: - QBrush()
  3176.  
  3177. DEBUG :: - QBrush()
  3178.  
  3179. DEBUG :: - QBrush()
  3180.  
  3181. DEBUG :: - operator==()
  3182.  
  3183. DEBUG :: - textureImage()
  3184.  
  3185. DEBUG :: - texture()
  3186.  
  3187. DEBUG :: - setTextureImage()
  3188.  
  3189. DEBUG :: - gradient()
  3190.  
  3191. DEBUG :: - matrix()
  3192.  
  3193. DEBUG :: - setMatrix()
  3194.  
  3195. DEBUG :: - ~QBrush()
  3196.  
  3197. DEBUG :: - setColor()
  3198.  
  3199. DEBUG :: - setColor()
  3200.  
  3201. DEBUG :: - setTransform()
  3202.  
  3203. DEBUG :: - transform()
  3204.  
  3205. DEBUG :: - setCoordinateMode()
  3206.  
  3207. DEBUG :: - setInterpolationMode()
  3208.  
  3209. DEBUG :: - QGradient()
  3210.  
  3211. DEBUG :: - spread()
  3212.  
  3213. DEBUG :: - setColorAt()
  3214.  
  3215. DEBUG :: - operator!=()
  3216.  
  3217. DEBUG :: - setStops()
  3218.  
  3219. DEBUG :: - interpolationMode()
  3220.  
  3221. DEBUG :: - coordinateMode()
  3222.  
  3223. DEBUG :: - type()
  3224.  
  3225. DEBUG :: - stops()
  3226.  
  3227. DEBUG :: - operator==()
  3228.  
  3229. DEBUG :: - operator==()
  3230.  
  3231. DEBUG :: - setSpread()
  3232.  
  3233. DEBUG :: - finalStop()
  3234.  
  3235. DEBUG :: - setStart()
  3236.  
  3237. DEBUG :: - setStart()
  3238.  
  3239. DEBUG :: - QLinearGradient()
  3240.  
  3241. DEBUG :: - QLinearGradient()
  3242.  
  3243. DEBUG :: - QLinearGradient()
  3244.  
  3245. DEBUG :: - start()
  3246.  
  3247. DEBUG :: - setFinalStop()
  3248.  
  3249. DEBUG :: - setFinalStop()
  3250.  
  3251. DEBUG :: - setFocalRadius()
  3252.  
  3253. DEBUG :: - QRadialGradient()
  3254.  
  3255. DEBUG :: - QRadialGradient()
  3256.  
  3257. DEBUG :: - QRadialGradient()
  3258.  
  3259. DEBUG :: - QRadialGradient()
  3260.  
  3261. DEBUG :: - QRadialGradient()
  3262.  
  3263. DEBUG :: - QRadialGradient()
  3264.  
  3265. DEBUG :: - QRadialGradient()
  3266.  
  3267. DEBUG :: - setCenter()
  3268.  
  3269. DEBUG :: - setCenter()
  3270.  
  3271. DEBUG :: - setCenterRadius()
  3272.  
  3273. DEBUG :: - center()
  3274.  
  3275. DEBUG :: - setFocalPoint()
  3276.  
  3277. DEBUG :: - setFocalPoint()
  3278.  
  3279. DEBUG :: - centerRadius()
  3280.  
  3281. DEBUG :: - focalPoint()
  3282.  
  3283. DEBUG :: - setRadius()
  3284.  
  3285. DEBUG :: - radius()
  3286.  
  3287. DEBUG :: - focalRadius()
  3288.  
  3289. DEBUG :: - setAngle()
  3290.  
  3291. DEBUG :: - center()
  3292.  
  3293. DEBUG :: - setCenter()
  3294.  
  3295. DEBUG :: - setCenter()
  3296.  
  3297. DEBUG :: - QConicalGradient()
  3298.  
  3299. DEBUG :: - QConicalGradient()
  3300.  
  3301. DEBUG :: - QConicalGradient()
  3302.  
  3303. DEBUG :: - angle()
  3304.  
  3305. DEBUG :: - brush()
  3306.  
  3307. DEBUG :: - brush()
  3308.  
  3309. DEBUG :: - window()
  3310.  
  3311. DEBUG :: - operator==()
  3312.  
  3313. DEBUG :: - operator=()
  3314.  
  3315. DEBUG :: - operator QVariant()
  3316.  
  3317. DEBUG :: - mid()
  3318.  
  3319. DEBUG :: - init()
  3320.  
  3321. DEBUG :: - linkVisited()
  3322.  
  3323. DEBUG :: - buttonText()
  3324.  
  3325. DEBUG :: - brightText()
  3326.  
  3327. DEBUG :: - operator!=()
  3328.  
  3329. DEBUG :: - light()
  3330.  
  3331. DEBUG :: - foreground()
  3332.  
  3333. DEBUG :: - alternateBase()
  3334.  
  3335. DEBUG :: - setBrush()
  3336.  
  3337. DEBUG :: - setBrush()
  3338.  
  3339. DEBUG :: - midlight()
  3340.  
  3341. DEBUG :: - highlight()
  3342.  
  3343. DEBUG :: - button()
  3344.  
  3345. DEBUG :: - windowText()
  3346.  
  3347. DEBUG :: - highlightedText()
  3348.  
  3349. DEBUG :: - currentColorGroup()
  3350.  
  3351. DEBUG :: - toolTipText()
  3352.  
  3353. DEBUG :: - color()
  3354.  
  3355. DEBUG :: - color()
  3356.  
  3357. DEBUG :: - shadow()
  3358.  
  3359. DEBUG :: - link()
  3360.  
  3361. DEBUG :: - QPalette()
  3362.  
  3363. DEBUG :: - QPalette()
  3364.  
  3365. DEBUG :: - QPalette()
  3366.  
  3367. DEBUG :: - QPalette()
  3368.  
  3369. DEBUG :: - QPalette()
  3370.  
  3371. DEBUG :: - QPalette()
  3372.  
  3373. DEBUG :: - QPalette()
  3374.  
  3375. DEBUG :: - ~QPalette()
  3376.  
  3377. DEBUG :: - resolve()
  3378.  
  3379. DEBUG :: - resolve()
  3380.  
  3381. DEBUG :: - resolve()
  3382.  
  3383. DEBUG :: - isBrushSet()
  3384.  
  3385. DEBUG :: - cacheKey()
  3386.  
  3387. DEBUG :: - setColor()
  3388.  
  3389. DEBUG :: - setColor()
  3390.  
  3391. DEBUG :: - isCopyOf()
  3392.  
  3393. DEBUG :: - base()
  3394.  
  3395. DEBUG :: - setColorGroup()
  3396.  
  3397. DEBUG :: - setColorGroup()
  3398.  
  3399. DEBUG :: - setColorGroup()
  3400.  
  3401. DEBUG :: - background()
  3402.  
  3403. DEBUG :: - text()
  3404.  
  3405. DEBUG :: - dark()
  3406.  
  3407. DEBUG :: - serialNumber()
  3408.  
  3409. DEBUG :: - isEqual()
  3410.  
  3411. DEBUG :: - toolTipBase()
  3412.  
  3413. DEBUG :: - setCurrentColorGroup()
  3414.  
  3415. DEBUG :: - setKerning()
  3416.  
  3417. DEBUG :: - style()
  3418.  
  3419. DEBUG :: - fixedPitch()
  3420.  
  3421. DEBUG :: - bold()
  3422.  
  3423. DEBUG :: - letterSpacingType()
  3424.  
  3425. DEBUG :: - resolve()
  3426.  
  3427. DEBUG :: - resolve()
  3428.  
  3429. DEBUG :: - resolve()
  3430.  
  3431. DEBUG :: - setStretch()
  3432.  
  3433. DEBUG :: - setFixedPitch()
  3434.  
  3435. DEBUG :: - setLetterSpacing()
  3436.  
  3437. DEBUG :: - italic()
  3438.  
  3439. DEBUG :: - setUnderline()
  3440.  
  3441. DEBUG :: - pointSizeF()
  3442.  
  3443. DEBUG :: - setRawName()
  3444.  
  3445. DEBUG :: - insertSubstitutions()
  3446.  
  3447. DEBUG :: - setRawMode()
  3448.  
  3449. DEBUG :: - wordSpacing()
  3450.  
  3451. DEBUG :: - operator!=()
  3452.  
  3453. DEBUG :: - substitutes()
  3454.  
  3455. DEBUG :: - setStrikeOut()
  3456.  
  3457. DEBUG :: - kerning()
  3458.  
  3459. DEBUG :: - QFont()
  3460.  
  3461. DEBUG :: - QFont()
  3462.  
  3463. DEBUG :: - QFont()
  3464.  
  3465. DEBUG :: - QFont()
  3466.  
  3467. DEBUG :: - QFont()
  3468.  
  3469. DEBUG :: - setPointSize()
  3470.  
  3471. DEBUG :: - ~QFont()
  3472.  
  3473. DEBUG :: - cleanup()
  3474.  
  3475. DEBUG :: - substitute()
  3476.  
  3477. DEBUG :: - hintingPreference()
  3478.  
  3479. DEBUG :: - removeSubstitution()
  3480.  
  3481. DEBUG :: - setWordSpacing()
  3482.  
  3483. DEBUG :: - underline()
  3484.  
  3485. DEBUG :: - key()
  3486.  
  3487. DEBUG :: - substitutions()
  3488.  
  3489. DEBUG :: - setStyle()
  3490.  
  3491. DEBUG :: - setCapitalization()
  3492.  
  3493. DEBUG :: - pointSize()
  3494.  
  3495. DEBUG :: - isCopyOf()
  3496.  
  3497. DEBUG :: - pixelSize()
  3498.  
  3499. DEBUG :: - setStyleStrategy()
  3500.  
  3501. DEBUG :: - setHintingPreference()
  3502.  
  3503. DEBUG :: - setOverline()
  3504.  
  3505. DEBUG :: - setPixelSize()
  3506.  
  3507. DEBUG :: - fromString()
  3508.  
  3509. DEBUG :: - initialize()
  3510.  
  3511. DEBUG :: - styleHint()
  3512.  
  3513. DEBUG :: - setStyleName()
  3514.  
  3515. DEBUG :: - family()
  3516.  
  3517. DEBUG :: - setWeight()
  3518.  
  3519. DEBUG :: - operator==()
  3520.  
  3521. DEBUG :: - rawName()
  3522.  
  3523. DEBUG :: - defaultFamily()
  3524.  
  3525. DEBUG :: - styleName()
  3526.  
  3527. DEBUG :: - rawMode()
  3528.  
  3529. DEBUG :: - operator<()
  3530.  
  3531. DEBUG :: - operator=()
  3532.  
  3533. DEBUG :: - setItalic()
  3534.  
  3535. DEBUG :: - toString()
  3536.  
  3537. DEBUG :: - setFamily()
  3538.  
  3539. DEBUG :: - handle()
  3540.  
  3541. DEBUG :: - setStyleHint()
  3542.  
  3543. DEBUG :: - stretch()
  3544.  
  3545. DEBUG :: - setBold()
  3546.  
  3547. DEBUG :: - lastResortFamily()
  3548.  
  3549. DEBUG :: - letterSpacing()
  3550.  
  3551. DEBUG :: - operator QVariant()
  3552.  
  3553. DEBUG :: - capitalization()
  3554.  
  3555. DEBUG :: - setPointSizeF()
  3556.  
  3557. DEBUG :: - exactMatch()
  3558.  
  3559. DEBUG :: - overline()
  3560.  
  3561. DEBUG :: - weight()
  3562.  
  3563. DEBUG :: - strikeOut()
  3564.  
  3565. DEBUG :: - lastResortFont()
  3566.  
  3567. DEBUG :: - cacheStatistics()
  3568.  
  3569. DEBUG :: - styleStrategy()
  3570.  
  3571. DEBUG :: - insertSubstitution()
  3572.  
  3573. DEBUG :: - operator==()
  3574.  
  3575. DEBUG :: - operator==()
  3576.  
  3577. DEBUG :: - ascent()
  3578.  
  3579. DEBUG :: - operator=()
  3580.  
  3581. DEBUG :: - lineSpacing()
  3582.  
  3583. DEBUG :: - averageCharWidth()
  3584.  
  3585. DEBUG :: - tightBoundingRect()
  3586.  
  3587. DEBUG :: - width()
  3588.  
  3589. DEBUG :: - width()
  3590.  
  3591. DEBUG :: - width()
  3592.  
  3593. DEBUG :: - underlinePos()
  3594.  
  3595. DEBUG :: - size()
  3596.  
  3597. DEBUG :: - rightBearing()
  3598.  
  3599. DEBUG :: - operator!=()
  3600.  
  3601. DEBUG :: - operator!=()
  3602.  
  3603. DEBUG :: - minRightBearing()
  3604.  
  3605. DEBUG :: - ~QFontMetrics()
  3606.  
  3607. DEBUG :: - descent()
  3608.  
  3609. DEBUG :: - leftBearing()
  3610.  
  3611. DEBUG :: - overlinePos()
  3612.  
  3613. DEBUG :: - QFontMetrics()
  3614.  
  3615. DEBUG :: - QFontMetrics()
  3616.  
  3617. DEBUG :: - QFontMetrics()
  3618.  
  3619. DEBUG :: - xHeight()
  3620.  
  3621. DEBUG :: - boundingRect()
  3622.  
  3623. DEBUG :: - boundingRect()
  3624.  
  3625. DEBUG :: - boundingRect()
  3626.  
  3627. DEBUG :: - boundingRect()
  3628.  
  3629. DEBUG :: - height()
  3630.  
  3631. DEBUG :: - inFont()
  3632.  
  3633. DEBUG :: - leading()
  3634.  
  3635. DEBUG :: - charWidth()
  3636.  
  3637. DEBUG :: - maxWidth()
  3638.  
  3639. DEBUG :: - minLeftBearing()
  3640.  
  3641. DEBUG :: - elidedText()
  3642.  
  3643. DEBUG :: - strikeOutPos()
  3644.  
  3645. DEBUG :: - inFontUcs4()
  3646.  
  3647. DEBUG :: - lineWidth()
  3648.  
  3649. DEBUG :: - underlinePos()
  3650.  
  3651. DEBUG :: - ~QFontMetricsF()
  3652.  
  3653. DEBUG :: - QFontMetricsF()
  3654.  
  3655. DEBUG :: - QFontMetricsF()
  3656.  
  3657. DEBUG :: - QFontMetricsF()
  3658.  
  3659. DEBUG :: - QFontMetricsF()
  3660.  
  3661. DEBUG :: - operator=()
  3662.  
  3663. DEBUG :: - operator=()
  3664.  
  3665. DEBUG :: - leading()
  3666.  
  3667. DEBUG :: - inFont()
  3668.  
  3669. DEBUG :: - rightBearing()
  3670.  
  3671. DEBUG :: - overlinePos()
  3672.  
  3673. DEBUG :: - lineWidth()
  3674.  
  3675. DEBUG :: - operator!=()
  3676.  
  3677. DEBUG :: - operator!=()
  3678.  
  3679. DEBUG :: - xHeight()
  3680.  
  3681. DEBUG :: - maxWidth()
  3682.  
  3683. DEBUG :: - operator==()
  3684.  
  3685. DEBUG :: - operator==()
  3686.  
  3687. DEBUG :: - ascent()
  3688.  
  3689. DEBUG :: - inFontUcs4()
  3690.  
  3691. DEBUG :: - width()
  3692.  
  3693. DEBUG :: - width()
  3694.  
  3695. DEBUG :: - leftBearing()
  3696.  
  3697. DEBUG :: - averageCharWidth()
  3698.  
  3699. DEBUG :: - elidedText()
  3700.  
  3701. DEBUG :: - strikeOutPos()
  3702.  
  3703. DEBUG :: - size()
  3704.  
  3705. DEBUG :: - tightBoundingRect()
  3706.  
  3707. DEBUG :: - height()
  3708.  
  3709. DEBUG :: - minLeftBearing()
  3710.  
  3711. DEBUG :: - lineSpacing()
  3712.  
  3713. DEBUG :: - minRightBearing()
  3714.  
  3715. DEBUG :: - descent()
  3716.  
  3717. DEBUG :: - boundingRect()
  3718.  
  3719. DEBUG :: - boundingRect()
  3720.  
  3721. DEBUG :: - boundingRect()
  3722.  
  3723. DEBUG :: - QFontInfo()
  3724.  
  3725. DEBUG :: - QFontInfo()
  3726.  
  3727. DEBUG :: - style()
  3728.  
  3729. DEBUG :: - strikeOut()
  3730.  
  3731. DEBUG :: - weight()
  3732.  
  3733. DEBUG :: - operator=()
  3734.  
  3735. DEBUG :: - bold()
  3736.  
  3737. DEBUG :: - pixelSize()
  3738.  
  3739. DEBUG :: - italic()
  3740.  
  3741. DEBUG :: - styleHint()
  3742.  
  3743. DEBUG :: - pointSize()
  3744.  
  3745. DEBUG :: - underline()
  3746.  
  3747. DEBUG :: - styleName()
  3748.  
  3749. DEBUG :: - rawMode()
  3750.  
  3751. DEBUG :: - exactMatch()
  3752.  
  3753. DEBUG :: - family()
  3754.  
  3755. DEBUG :: - ~QFontInfo()
  3756.  
  3757. DEBUG :: - pointSizeF()
  3758.  
  3759. DEBUG :: - fixedPitch()
  3760.  
  3761. DEBUG :: - overline()
  3762.  
  3763. DEBUG :: - operator QVariant()
  3764.  
  3765. DEBUG :: - setControlType()
  3766.  
  3767. DEBUG :: - horizontalPolicy()
  3768.  
  3769. DEBUG :: - horizontalStretch()
  3770.  
  3771. DEBUG :: - verticalStretch()
  3772.  
  3773. DEBUG :: - setHorizontalPolicy()
  3774.  
  3775. DEBUG :: - controlType()
  3776.  
  3777. DEBUG :: - operator!=()
  3778.  
  3779. DEBUG :: - setVerticalStretch()
  3780.  
  3781. DEBUG :: - expandingDirections()
  3782.  
  3783. DEBUG :: - hasHeightForWidth()
  3784.  
  3785. DEBUG :: - operator==()
  3786.  
  3787. DEBUG :: - verticalPolicy()
  3788.  
  3789. DEBUG :: - transpose()
  3790.  
  3791. DEBUG :: - setWidthForHeight()
  3792.  
  3793. DEBUG :: - hasWidthForHeight()
  3794.  
  3795. DEBUG :: - QSizePolicy()
  3796.  
  3797. DEBUG :: - QSizePolicy()
  3798.  
  3799. DEBUG :: - QSizePolicy()
  3800.  
  3801. DEBUG :: - QSizePolicy()
  3802.  
  3803. DEBUG :: - setHeightForWidth()
  3804.  
  3805. DEBUG :: - setVerticalPolicy()
  3806.  
  3807. DEBUG :: - setHorizontalStretch()
  3808.  
  3809. DEBUG :: - operator QVariant()
  3810.  
  3811. DEBUG :: - operator=()
  3812.  
  3813. DEBUG :: - setPos()
  3814.  
  3815. DEBUG :: - setPos()
  3816.  
  3817. DEBUG :: - setShape()
  3818.  
  3819. DEBUG :: - hotSpot()
  3820.  
  3821. DEBUG :: - ~QCursor()
  3822.  
  3823. DEBUG :: - shape()
  3824.  
  3825. DEBUG :: - mask()
  3826.  
  3827. DEBUG :: - pixmap()
  3828.  
  3829. DEBUG :: - pos()
  3830.  
  3831. DEBUG :: - QCursor()
  3832.  
  3833. DEBUG :: - QCursor()
  3834.  
  3835. DEBUG :: - QCursor()
  3836.  
  3837. DEBUG :: - QCursor()
  3838.  
  3839. DEBUG :: - QCursor()
  3840.  
  3841. DEBUG :: - bitmap()
  3842.  
  3843. DEBUG :: - operator QVariant()
  3844.  
  3845. DEBUG :: - toString()
  3846.  
  3847. DEBUG :: - operator QString()
  3848.  
  3849. DEBUG :: - swap()
  3850.  
  3851. DEBUG :: - encodeString()
  3852.  
  3853. DEBUG :: - operator<()
  3854.  
  3855. DEBUG :: - decodeString()
  3856.  
  3857. DEBUG :: - mnemonic()
  3858.  
  3859. DEBUG :: - operator=()
  3860.  
  3861. DEBUG :: - operator<=()
  3862.  
  3863. DEBUG :: - count()
  3864.  
  3865. DEBUG :: - operator[]()
  3866.  
  3867. DEBUG :: - operator>()
  3868.  
  3869. DEBUG :: - assign()
  3870.  
  3871. DEBUG :: - assign()
  3872.  
  3873. DEBUG :: - operator!=()
  3874.  
  3875. DEBUG :: - operator==()
  3876.  
  3877. DEBUG :: - keyBindings()
  3878.  
  3879. DEBUG :: - matches()
  3880.  
  3881. DEBUG :: - setKey()
  3882.  
  3883. DEBUG :: - fromString()
  3884.  
  3885. DEBUG :: - ~QKeySequence()
  3886.  
  3887. DEBUG :: - QKeySequence()
  3888.  
  3889. DEBUG :: - QKeySequence()
  3890.  
  3891. DEBUG :: - QKeySequence()
  3892.  
  3893. DEBUG :: - QKeySequence()
  3894.  
  3895. DEBUG :: - QKeySequence()
  3896.  
  3897. DEBUG :: - QKeySequence()
  3898.  
  3899. DEBUG :: - isEmpty()
  3900.  
  3901. DEBUG :: - operator int()
  3902.  
  3903. DEBUG :: - operator>=()
  3904.  
  3905. DEBUG :: - setMaximumHeight()
  3906.  
  3907. DEBUG :: - isEnabledToTLW()
  3908.  
  3909. DEBUG :: - setBaseSize()
  3910.  
  3911. DEBUG :: - setBaseSize()
  3912.  
  3913. DEBUG :: - getContentsMargins()
  3914.  
  3915. DEBUG :: - setAttribute()
  3916.  
  3917. DEBUG :: - grabKeyboard()
  3918.  
  3919. DEBUG :: - setWindowFlags()
  3920.  
  3921. DEBUG :: - repaint()
  3922.  
  3923. DEBUG :: - repaint()
  3924.  
  3925. DEBUG :: - repaint()
  3926.  
  3927. DEBUG :: - repaint()
  3928.  
  3929. DEBUG :: - setFixedWidth()
  3930.  
  3931. DEBUG :: - keyboardGrabber()
  3932.  
  3933. DEBUG :: - setInputContext()
  3934.  
  3935. DEBUG :: - font()
  3936.  
  3937. DEBUG :: - setStatusTip()
  3938.  
  3939. DEBUG :: - previousInFocusChain()
  3940.  
  3941. DEBUG :: - setMinimumWidth()
  3942.  
  3943. DEBUG :: - mapToParent()
  3944.  
  3945. DEBUG :: - destroy()
  3946.  
  3947. DEBUG :: - grabGesture()
  3948.  
  3949. DEBUG :: - setSizeIncrement()
  3950.  
  3951. DEBUG :: - setSizeIncrement()
  3952.  
  3953. DEBUG :: - setPalette()
  3954.  
  3955. DEBUG :: - setTabOrder()
  3956.  
  3957. DEBUG :: - dropEvent()
  3958.  
  3959. DEBUG :: - setWindowOpacity()
  3960.  
  3961. DEBUG :: - windowRole()
  3962.  
  3963. DEBUG :: - setShortcutEnabled()
  3964.  
  3965. DEBUG :: - isMinimized()
  3966.  
  3967. DEBUG :: - focusNextChild()
  3968.  
  3969. DEBUG :: - windowOpacity()
  3970.  
  3971. DEBUG :: - palette()
  3972.  
  3973. DEBUG :: - rect()
  3974.  
  3975. DEBUG :: - isMaximized()
  3976.  
  3977. DEBUG :: - isHidden()
  3978.  
  3979. DEBUG :: - keyReleaseEvent()
  3980.  
  3981. DEBUG :: - setMouseTracking()
  3982.  
  3983. DEBUG :: - setAutoFillBackground()
  3984.  
  3985. DEBUG :: - backgroundRole()
  3986.  
  3987. DEBUG :: - saveGeometry()
  3988.  
  3989. DEBUG :: - grabShortcut()
  3990.  
  3991. DEBUG :: - styleSheet()
  3992.  
  3993. DEBUG :: - windowFilePath()
  3994.  
  3995. DEBUG :: - setMaximumWidth()
  3996.  
  3997. DEBUG :: - focusPolicy()
  3998.  
  3999. DEBUG :: - windowIconText()
  4000.  
  4001. DEBUG :: - hideEvent()
  4002.  
  4003. DEBUG :: - setBackgroundRole()
  4004.  
  4005. DEBUG :: - windowTitle()
  4006.  
  4007. DEBUG :: - setToolTip()
  4008.  
  4009. DEBUG :: - releaseKeyboard()
  4010.  
  4011. DEBUG :: - resize()
  4012.  
  4013. DEBUG :: - resize()
  4014.  
  4015. DEBUG :: - operator=()
  4016.  
  4017. DEBUG :: - locale()
  4018.  
  4019. DEBUG :: - paintEvent()
  4020.  
  4021. DEBUG :: - x()
  4022.  
  4023. DEBUG :: - y()
  4024.  
  4025. DEBUG :: - topLevelWidget()
  4026.  
  4027. DEBUG :: - cursor()
  4028.  
  4029. DEBUG :: - mouseMoveEvent()
  4030.  
  4031. DEBUG :: - mapFromGlobal()
  4032.  
  4033. DEBUG :: - minimumSizeHint()
  4034.  
  4035. DEBUG :: - customContextMenuRequested()
  4036.  
  4037. DEBUG :: - setFocusProxy()
  4038.  
  4039. DEBUG :: - width()
  4040.  
  4041. DEBUG :: - insertAction()
  4042.  
  4043. DEBUG :: - windowIcon()
  4044.  
  4045. DEBUG :: - windowActivationChange()
  4046.  
  4047. DEBUG :: - inputMethodEvent()
  4048.  
  4049. DEBUG :: - isActiveWindow()
  4050.  
  4051. DEBUG :: - setCursor()
  4052.  
  4053. DEBUG :: - setLayout()
  4054.  
  4055. DEBUG :: - isFullScreen()
  4056.  
  4057. DEBUG :: - releaseMouse()
  4058.  
  4059. DEBUG :: - setLocale()
  4060.  
  4061. DEBUG :: - isTopLevel()
  4062.  
  4063. DEBUG :: - sizeIncrement()
  4064.  
  4065. DEBUG :: - move()
  4066.  
  4067. DEBUG :: - move()
  4068.  
  4069. DEBUG :: - setWindowModified()
  4070.  
  4071. DEBUG :: - devType()
  4072.  
  4073. DEBUG :: - setFocusPolicy()
  4074.  
  4075. DEBUG :: - frameSize()
  4076.  
  4077. DEBUG :: - isVisible()
  4078.  
  4079. DEBUG :: - focusInEvent()
  4080.  
  4081. DEBUG :: - setAccessibleDescription()
  4082.  
  4083. DEBUG :: - layout()
  4084.  
  4085. DEBUG :: - wheelEvent()
  4086.  
  4087. DEBUG :: - setMinimumSize()
  4088.  
  4089. DEBUG :: - setMinimumSize()
  4090.  
  4091. DEBUG :: - mapToGlobal()
  4092.  
  4093. DEBUG :: - clearMask()
  4094.  
  4095. DEBUG :: - setUpdatesEnabled()
  4096.  
  4097. DEBUG :: - heightForWidth()
  4098.  
  4099. DEBUG :: - mask()
  4100.  
  4101. DEBUG :: - maximumSize()
  4102.  
  4103. DEBUG :: - insertActions()
  4104.  
  4105. DEBUG :: - setFixedHeight()
  4106.  
  4107. DEBUG :: - testAttribute_helper()
  4108.  
  4109. DEBUG :: - isWindowModified()
  4110.  
  4111. DEBUG :: - showEvent()
  4112.  
  4113. DEBUG :: - setWindowIcon()
  4114.  
  4115. DEBUG :: - languageChange()
  4116.  
  4117. DEBUG :: - restoreGeometry()
  4118.  
  4119. DEBUG :: - overrideWindowState()
  4120.  
  4121. DEBUG :: - resizeEvent()
  4122.  
  4123. DEBUG :: - inputContext()
  4124.  
  4125. DEBUG :: - updateMicroFocus()
  4126.  
  4127. DEBUG :: - whatsThis()
  4128.  
  4129. DEBUG :: - nextInFocusChain()
  4130.  
  4131. DEBUG :: - isVisibleTo()
  4132.  
  4133. DEBUG :: - mapTo()
  4134.  
  4135. DEBUG :: - window()
  4136.  
  4137. DEBUG :: - childrenRegion()
  4138.  
  4139. DEBUG :: - isWindow()
  4140.  
  4141. DEBUG :: - unsetCursor()
  4142.  
  4143. DEBUG :: - grabMouse()
  4144.  
  4145. DEBUG :: - grabMouse()
  4146.  
  4147. DEBUG :: - showMinimized()
  4148.  
  4149. DEBUG :: - dragMoveEvent()
  4150.  
  4151. DEBUG :: - setVisible()
  4152.  
  4153. DEBUG :: - overrideWindowFlags()
  4154.  
  4155. DEBUG :: - setParent()
  4156.  
  4157. DEBUG :: - setParent()
  4158.  
  4159. DEBUG :: - updateGeometry()
  4160.  
  4161. DEBUG :: - moveEvent()
  4162.  
  4163. DEBUG :: - accessibleDescription()
  4164.  
  4165. DEBUG :: - close()
  4166.  
  4167. DEBUG :: - windowSurface()
  4168.  
  4169. DEBUG :: - setContextMenuPolicy()
  4170.  
  4171. DEBUG :: - minimumSize()
  4172.  
  4173. DEBUG :: - maximumHeight()
  4174.  
  4175. DEBUG :: - focusOutEvent()
  4176.  
  4177. DEBUG :: - focusWidget()
  4178.  
  4179. DEBUG :: - setForegroundRole()
  4180.  
  4181. DEBUG :: - accessibleName()
  4182.  
  4183. DEBUG :: - setWindowState()
  4184.  
  4185. DEBUG :: - hide()
  4186.  
  4187. DEBUG :: - visibleRegion()
  4188.  
  4189. DEBUG :: - setWhatsThis()
  4190.  
  4191. DEBUG :: - unsetLayoutDirection()
  4192.  
  4193. DEBUG :: - underMouse()
  4194.  
  4195. DEBUG :: - minimumHeight()
  4196.  
  4197. DEBUG :: - focusNextPrevChild()
  4198.  
  4199. DEBUG :: - setShortcutAutoRepeat()
  4200.  
  4201. DEBUG :: - showFullScreen()
  4202.  
  4203. DEBUG :: - addAction()
  4204.  
  4205. DEBUG :: - fontInfo()
  4206.  
  4207. DEBUG :: - isAncestorOf()
  4208.  
  4209. DEBUG :: - setMaximumSize()
  4210.  
  4211. DEBUG :: - setMaximumSize()
  4212.  
  4213. DEBUG :: - normalGeometry()
  4214.  
  4215. DEBUG :: - setSizePolicy()
  4216.  
  4217. DEBUG :: - setSizePolicy()
  4218.  
  4219. DEBUG :: - setEnabled()
  4220.  
  4221. DEBUG :: - actionEvent()
  4222.  
  4223. DEBUG :: - mouseReleaseEvent()
  4224.  
  4225. DEBUG :: - isEnabled()
  4226.  
  4227. DEBUG :: - releaseShortcut()
  4228.  
  4229. DEBUG :: - mouseGrabber()
  4230.  
  4231. DEBUG :: - focusProxy()
  4232.  
  4233. DEBUG :: - event()
  4234.  
  4235. DEBUG :: - setAcceptDrops()
  4236.  
  4237. DEBUG :: - tabletEvent()
  4238.  
  4239. DEBUG :: - isEnabledTo()
  4240.  
  4241. DEBUG :: - baseSize()
  4242.  
  4243. DEBUG :: - toolTip()
  4244.  
  4245. DEBUG :: - setWindowModality()
  4246.  
  4247. DEBUG :: - windowModality()
  4248.  
  4249. DEBUG :: - removeAction()
  4250.  
  4251. DEBUG :: - isLeftToRight()
  4252.  
  4253. DEBUG :: - contentsRect()
  4254.  
  4255. DEBUG :: - maximumWidth()
  4256.  
  4257. DEBUG :: - mousePressEvent()
  4258.  
  4259. DEBUG :: - enabledChange()
  4260.  
  4261. DEBUG :: - sizeHint()
  4262.  
  4263. DEBUG :: - setWindowIconText()
  4264.  
  4265. DEBUG :: - setMinimumHeight()
  4266.  
  4267. DEBUG :: - size()
  4268.  
  4269. DEBUG :: - contextMenuPolicy()
  4270.  
  4271. DEBUG :: - setWindowRole()
  4272.  
  4273. DEBUG :: - setGraphicsEffect()
  4274.  
  4275. DEBUG :: - lower()
  4276.  
  4277. DEBUG :: - ungrabGesture()
  4278.  
  4279. DEBUG :: - isModal()
  4280.  
  4281. DEBUG :: - style()
  4282.  
  4283. DEBUG :: - focusPreviousChild()
  4284.  
  4285. DEBUG :: - pos()
  4286.  
  4287. DEBUG :: - childAt()
  4288.  
  4289. DEBUG :: - childAt()
  4290.  
  4291. DEBUG :: - mapFromParent()
  4292.  
  4293. DEBUG :: - testAttribute()
  4294.  
  4295. DEBUG :: - hasMouseTracking()
  4296.  
  4297. DEBUG :: - setWindowFilePath()
  4298.  
  4299. DEBUG :: - contentsMargins()
  4300.  
  4301. DEBUG :: - foregroundRole()
  4302.  
  4303. DEBUG :: - activateWindow()
  4304.  
  4305. DEBUG :: - autoFillBackground()
  4306.  
  4307. DEBUG :: - update()
  4308.  
  4309. DEBUG :: - update()
  4310.  
  4311. DEBUG :: - update()
  4312.  
  4313. DEBUG :: - update()
  4314.  
  4315. DEBUG :: - setAccessibleName()
  4316.  
  4317. DEBUG :: - updatesEnabled()
  4318.  
  4319. DEBUG :: - createWinId()
  4320.  
  4321. DEBUG :: - setInputMethodHints()
  4322.  
  4323. DEBUG :: - unsetLocale()
  4324.  
  4325. DEBUG :: - inputMethodQuery()
  4326.  
  4327. DEBUG :: - effectiveWinId()
  4328.  
  4329. DEBUG :: - frameGeometry()
  4330.  
  4331. DEBUG :: - setDisabled()
  4332.  
  4333. DEBUG :: - actions()
  4334.  
  4335. DEBUG :: - keyPressEvent()
  4336.  
  4337. DEBUG :: - setLayoutDirection()
  4338.  
  4339. DEBUG :: - fontChange()
  4340.  
  4341. DEBUG :: - windowState()
  4342.  
  4343. DEBUG :: - ~QWidget()
  4344.  
  4345. DEBUG :: - contextMenuEvent()
  4346.  
  4347. DEBUG :: - QWidget()
  4348.  
  4349. DEBUG :: - QWidget()
  4350.  
  4351. DEBUG :: - QWidget()
  4352.  
  4353. DEBUG :: - setGeometry()
  4354.  
  4355. DEBUG :: - setGeometry()
  4356.  
  4357. DEBUG :: - setFixedSize()
  4358.  
  4359. DEBUG :: - setFixedSize()
  4360.  
  4361. DEBUG :: - setFont()
  4362.  
  4363. DEBUG :: - addActions()
  4364.  
  4365. DEBUG :: - parentWidget()
  4366.  
  4367. DEBUG :: - render()
  4368.  
  4369. DEBUG :: - render()
  4370.  
  4371. DEBUG :: - stackUnder()
  4372.  
  4373. DEBUG :: - adjustSize()
  4374.  
  4375. DEBUG :: - windowFlags()
  4376.  
  4377. DEBUG :: - graphicsEffect()
  4378.  
  4379. DEBUG :: - setFocus()
  4380.  
  4381. DEBUG :: - setFocus()
  4382.  
  4383. DEBUG :: - acceptDrops()
  4384.  
  4385. DEBUG :: - changeEvent()
  4386.  
  4387. DEBUG :: - dragEnterEvent()
  4388.  
  4389. DEBUG :: - raise()
  4390.  
  4391. DEBUG :: - show()
  4392.  
  4393. DEBUG :: - winId()
  4394.  
  4395. DEBUG :: - setStyle()
  4396.  
  4397. DEBUG :: - takeLayout()
  4398.  
  4399. DEBUG :: - metric()
  4400.  
  4401. DEBUG :: - leaveEvent()
  4402.  
  4403. DEBUG :: - setMask()
  4404.  
  4405. DEBUG :: - setMask()
  4406.  
  4407. DEBUG :: - height()
  4408.  
  4409. DEBUG :: - showMaximized()
  4410.  
  4411. DEBUG :: - paletteChange()
  4412.  
  4413. DEBUG :: - clearFocus()
  4414.  
  4415. DEBUG :: - resetInputContext()
  4416.  
  4417. DEBUG :: - enterEvent()
  4418.  
  4419. DEBUG :: - inputMethodHints()
  4420.  
  4421. DEBUG :: - nativeParentWidget()
  4422.  
  4423. DEBUG :: - windowType()
  4424.  
  4425. DEBUG :: - setContentsMargins()
  4426.  
  4427. DEBUG :: - setContentsMargins()
  4428.  
  4429. DEBUG :: - setStyleSheet()
  4430.  
  4431. DEBUG :: - graphicsProxyWidget()
  4432.  
  4433. DEBUG :: - geometry()
  4434.  
  4435. DEBUG :: - ensurePolished()
  4436.  
  4437. DEBUG :: - scroll()
  4438.  
  4439. DEBUG :: - scroll()
  4440.  
  4441. DEBUG :: - fontMetrics()
  4442.  
  4443. DEBUG :: - isRightToLeft()
  4444.  
  4445. DEBUG :: - setWindowTitle()
  4446.  
  4447. DEBUG :: - setShown()
  4448.  
  4449. DEBUG :: - paintEngine()
  4450.  
  4451. DEBUG :: - statusTip()
  4452.  
  4453. DEBUG :: - dragLeaveEvent()
  4454.  
  4455. DEBUG :: - hasFocus()
  4456.  
  4457. DEBUG :: - layoutDirection()
  4458.  
  4459. DEBUG :: - minimumWidth()
  4460.  
  4461. DEBUG :: - mouseDoubleClickEvent()
  4462.  
  4463. DEBUG :: - mapFrom()
  4464.  
  4465. DEBUG :: - showNormal()
  4466.  
  4467. DEBUG :: - setWindowSurface()
  4468.  
  4469. DEBUG :: - setHidden()
  4470.  
  4471. DEBUG :: - sizePolicy()
  4472.  
  4473. DEBUG :: - closeEvent()
  4474.  
  4475. DEBUG :: - childrenRect()
  4476.  
  4477. DEBUG :: - actualSize()
  4478.  
  4479. DEBUG :: - addPixmap()
  4480.  
  4481. DEBUG :: - availableSizes()
  4482.  
  4483. DEBUG :: - operator QVariant()
  4484.  
  4485. DEBUG :: - addFile()
  4486.  
  4487. DEBUG :: - setThemeSearchPaths()
  4488.  
  4489. DEBUG :: - swap()
  4490.  
  4491. DEBUG :: - operator=()
  4492.  
  4493. DEBUG :: - fromTheme()
  4494.  
  4495. DEBUG :: - name()
  4496.  
  4497. DEBUG :: - themeName()
  4498.  
  4499. DEBUG :: - ~QIcon()
  4500.  
  4501. DEBUG :: - serialNumber()
  4502.  
  4503. DEBUG :: - isNull()
  4504.  
  4505. DEBUG :: - paint()
  4506.  
  4507. DEBUG :: - paint()
  4508.  
  4509. DEBUG :: - cacheKey()
  4510.  
  4511. DEBUG :: - hasThemeIcon()
  4512.  
  4513. DEBUG :: - setThemeName()
  4514.  
  4515. DEBUG :: - themeSearchPaths()
  4516.  
  4517. DEBUG :: - pixmap()
  4518.  
  4519. DEBUG :: - pixmap()
  4520.  
  4521. DEBUG :: - pixmap()
  4522.  
  4523. DEBUG :: - QIcon()
  4524.  
  4525. DEBUG :: - QIcon()
  4526.  
  4527. DEBUG :: - QIcon()
  4528.  
  4529. DEBUG :: - QIcon()
  4530.  
  4531. DEBUG :: - QIcon()
  4532.  
  4533. DEBUG :: - QIcon()
  4534.  
  4535. DEBUG :: - operator=()
  4536.  
  4537. DEBUG :: - tabWhatsThis()
  4538.  
  4539. DEBUG :: - indexOf()
  4540.  
  4541. DEBUG :: - clear()
  4542.  
  4543. DEBUG :: - setUpLayout()
  4544.  
  4545. DEBUG :: - setTabBar()
  4546.  
  4547. DEBUG :: - setTabIcon()
  4548.  
  4549. DEBUG :: - currentIndex()
  4550.  
  4551. DEBUG :: - QTabWidget()
  4552.  
  4553. DEBUG :: - QTabWidget()
  4554.  
  4555. DEBUG :: - setCurrentWidget()
  4556.  
  4557. DEBUG :: - setTabsClosable()
  4558.  
  4559. DEBUG :: - insertTab()
  4560.  
  4561. DEBUG :: - insertTab()
  4562.  
  4563. DEBUG :: - documentMode()
  4564.  
  4565. DEBUG :: - sizeHint()
  4566.  
  4567. DEBUG :: - setMovable()
  4568.  
  4569. DEBUG :: - cornerWidget()
  4570.  
  4571. DEBUG :: - removeTab()
  4572.  
  4573. DEBUG :: - isMovable()
  4574.  
  4575. DEBUG :: - tabsClosable()
  4576.  
  4577. DEBUG :: - currentChanged()
  4578.  
  4579. DEBUG :: - tabText()
  4580.  
  4581. DEBUG :: - tabPosition()
  4582.  
  4583. DEBUG :: - isTabEnabled()
  4584.  
  4585. DEBUG :: - showEvent()
  4586.  
  4587. DEBUG :: - setTabText()
  4588.  
  4589. DEBUG :: - iconSize()
  4590.  
  4591. DEBUG :: - tabInserted()
  4592.  
  4593. DEBUG :: - setTabWhatsThis()
  4594.  
  4595. DEBUG :: - ~QTabWidget()
  4596.  
  4597. DEBUG :: - currentWidget()
  4598.  
  4599. DEBUG :: - usesScrollButtons()
  4600.  
  4601. DEBUG :: - setTabEnabled()
  4602.  
  4603. DEBUG :: - setTabShape()
  4604.  
  4605. DEBUG :: - addTab()
  4606.  
  4607. DEBUG :: - addTab()
  4608.  
  4609. DEBUG :: - changeEvent()
  4610.  
  4611. DEBUG :: - heightForWidth()
  4612.  
  4613. DEBUG :: - widget()
  4614.  
  4615. DEBUG :: - tabToolTip()
  4616.  
  4617. DEBUG :: - setCurrentIndex()
  4618.  
  4619. DEBUG :: - paintEvent()
  4620.  
  4621. DEBUG :: - setElideMode()
  4622.  
  4623. DEBUG :: - tabShape()
  4624.  
  4625. DEBUG :: - tabBar()
  4626.  
  4627. DEBUG :: - count()
  4628.  
  4629. DEBUG :: - tabRemoved()
  4630.  
  4631. DEBUG :: - tabIcon()
  4632.  
  4633. DEBUG :: - setUsesScrollButtons()
  4634.  
  4635. DEBUG :: - setTabToolTip()
  4636.  
  4637. DEBUG :: - resizeEvent()
  4638.  
  4639. DEBUG :: - minimumSizeHint()
  4640.  
  4641. DEBUG :: - event()
  4642.  
  4643. DEBUG :: - initStyleOption()
  4644.  
  4645. DEBUG :: - setDocumentMode()
  4646.  
  4647. DEBUG :: - keyPressEvent()
  4648.  
  4649. DEBUG :: - elideMode()
  4650.  
  4651. DEBUG :: - setTabPosition()
  4652.  
  4653. DEBUG :: - tabCloseRequested()
  4654.  
  4655. DEBUG :: - setCornerWidget()
  4656.  
  4657. DEBUG :: - setIconSize()
  4658.  
  4659. DEBUG :: - tabifyDockWidget()
  4660.  
  4661. DEBUG :: - operator=()
  4662.  
  4663. DEBUG :: - centralWidget()
  4664.  
  4665. DEBUG :: - saveState()
  4666.  
  4667. DEBUG :: - isSeparator()
  4668.  
  4669. DEBUG :: - insertToolBar()
  4670.  
  4671. DEBUG :: - toolButtonStyleChanged()
  4672.  
  4673. DEBUG :: - documentMode()
  4674.  
  4675. DEBUG :: - addToolBarBreak()
  4676.  
  4677. DEBUG :: - restoreState()
  4678.  
  4679. DEBUG :: - unifiedTitleAndToolBarOnMac()
  4680.  
  4681. DEBUG :: - addToolBar()
  4682.  
  4683. DEBUG :: - addToolBar()
  4684.  
  4685. DEBUG :: - addToolBar()
  4686.  
  4687. DEBUG :: - menuBar()
  4688.  
  4689. DEBUG :: - insertToolBarBreak()
  4690.  
  4691. DEBUG :: - setMenuBar()
  4692.  
  4693. DEBUG :: - tabPosition()
  4694.  
  4695. DEBUG :: - setMenuWidget()
  4696.  
  4697. DEBUG :: - statusBar()
  4698.  
  4699. DEBUG :: - dockWidgetArea()
  4700.  
  4701. DEBUG :: - contextMenuEvent()
  4702.  
  4703. DEBUG :: - setStatusBar()
  4704.  
  4705. DEBUG :: - corner()
  4706.  
  4707. DEBUG :: - setUnifiedTitleAndToolBarOnMac()
  4708.  
  4709. DEBUG :: - iconSize()
  4710.  
  4711. DEBUG :: - toolButtonStyle()
  4712.  
  4713. DEBUG :: - setDockNestingEnabled()
  4714.  
  4715. DEBUG :: - setTabShape()
  4716.  
  4717. DEBUG :: - menuWidget()
  4718.  
  4719. DEBUG :: - restoreDockWidget()
  4720.  
  4721. DEBUG :: - removeDockWidget()
  4722.  
  4723. DEBUG :: - tabShape()
  4724.  
  4725. DEBUG :: - setCentralWidget()
  4726.  
  4727. DEBUG :: - removeToolBarBreak()
  4728.  
  4729. DEBUG :: - dockOptions()
  4730.  
  4731. DEBUG :: - addDockWidget()
  4732.  
  4733. DEBUG :: - addDockWidget()
  4734.  
  4735. DEBUG :: - setDockOptions()
  4736.  
  4737. DEBUG :: - createPopupMenu()
  4738.  
  4739. DEBUG :: - toolBarBreak()
  4740.  
  4741. DEBUG :: - splitDockWidget()
  4742.  
  4743. DEBUG :: - tabifiedDockWidgets()
  4744.  
  4745. DEBUG :: - event()
  4746.  
  4747. DEBUG :: - isAnimated()
  4748.  
  4749. DEBUG :: - toolBarArea()
  4750.  
  4751. DEBUG :: - setAnimated()
  4752.  
  4753. DEBUG :: - removeToolBar()
  4754.  
  4755. DEBUG :: - setDocumentMode()
  4756.  
  4757. DEBUG :: - isDockNestingEnabled()
  4758.  
  4759. DEBUG :: - setTabPosition()
  4760.  
  4761. DEBUG :: - QMainWindow()
  4762.  
  4763. DEBUG :: - QMainWindow()
  4764.  
  4765. DEBUG :: - setIconSize()
  4766.  
  4767. DEBUG :: - iconSizeChanged()
  4768.  
  4769. DEBUG :: - ~QMainWindow()
  4770.  
  4771. DEBUG :: - setToolButtonStyle()
  4772.  
  4773. DEBUG :: - setCorner()
  4774.  
  4775. DEBUG :: - runPythonCode()
  4776.  
  4777. DEBUG :: - runPythonCode()
  4778.  
  4779. DEBUG :: - MainWindow()
  4780.  
  4781. DEBUG :: - ~MainWindow()
  4782. Fixing class inheritance... [OK]
  4783. Detecting inconsistencies in class model... [OK]
  4784. [OK]
  4785. enum 'QFileSystemModel::Roles' is specified in typesystem, but not declared
  4786. enum 'QSlider::TickPosition' is specified in typesystem, but not declared
  4787. type 'QItemSelection' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4788. type 'QTextDocumentFragment' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4789. enum 'QInputDialog::InputMode' is specified in typesystem, but not declared
  4790. enum 'QApplication::ColorSpec' is specified in typesystem, but not declared
  4791. type 'QXmlStreamEntityResolver' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4792. type 'QGtkStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4793. type 'QLineEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4794. enum 'QStackedLayout::StackingMode' is specified in typesystem, but not declared
  4795. enum 'QX11EmbedWidget::Error' is specified in typesystem, but not declared
  4796. type 'QWriteLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4797. enum 'QStyleOptionRubberBand::StyleOptionType' is specified in typesystem, but not declared
  4798. enum 'QDialog::DialogCode' is specified in typesystem, but not declared
  4799. enum 'QStyleOptionTab::StyleOptionVersion' is specified in typesystem, but not declared
  4800. type 'QButtonGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4801. enum 'QAbstractFileEngine::Extension' is specified in typesystem, but not declared
  4802. type 'QItemDelegate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4803. type 'QWorkspace' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4804. enum 'QAbstractPrintDialog::PrintRange' is specified in typesystem, but not declared
  4805. type 'QGraphicsItemGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4806. enum 'QMutex::RecursionMode' is specified in typesystem, but not declared
  4807. enum 'QStyleOptionSlider::StyleOptionVersion' is specified in typesystem, but not declared
  4808. enum 'QStyleOptionToolBoxV2::StyleOptionVersion' is specified in typesystem, but not declared
  4809. type 'QSessionManager' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4810. type 'QDirModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4811. type 'QStandardItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4812. enum 'QTabBar::Shape' is specified in typesystem, but not declared
  4813. type 'QStyleOptionComboBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4814. enum 'QTextFrameFormat::Position' is specified in typesystem, but not declared
  4815. type 'QAbstractSpinBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4816. type 'QAbstractFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4817. enum 'QDirModel::Roles' is specified in typesystem, but not declared
  4818. enum 'QFrame::Shadow' is specified in typesystem, but not declared
  4819. enum 'QFontDatabase::WritingSystem' is specified in typesystem, but not declared
  4820. type 'QStyleOptionTabWidgetFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4821. enum 'QProcess::ProcessState' is specified in typesystem, but not declared
  4822. type 'QDateTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4823. type 'QGraphicsSceneHelpEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4824. enum 'QStyleOptionDockWidgetV2::StyleOptionVersion' is specified in typesystem, but not declared
  4825. enum 'QTextDocument::FindFlag' is specified in typesystem, but not declared
  4826. type 'QGraphicsRectItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4827. enum 'QTextOption::WrapMode' is specified in typesystem, but not declared
  4828. type 'QStyleHintReturnVariant' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4829. type 'QGraphicsWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4830. type 'QTextLength' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4831. type 'QGraphicsView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4832. type 'QStyleFactory' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4833. type 'QWizard' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4834. enum 'QStyleOptionTab::SelectedPosition' is specified in typesystem, but not declared
  4835. type 'QGraphicsGridLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4836. type 'QXmlStreamNamespaceDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4837. type 'QStyleOptionMenuItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4838. enum 'QStyleOptionButton::StyleOptionVersion' is specified in typesystem, but not declared
  4839. enum 'QFile::FileError' is specified in typesystem, but not declared
  4840. type 'QEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4841. type 'QTextFragment' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4842. enum 'QStyle::StandardPixmap' is specified in typesystem, but not declared
  4843. type 'QDateTimeEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4844. type 'QAbstractTextDocumentLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4845. type 'QTextDecoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4846. type 'QApplication' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4847. enum 'QStyle::ControlElement' is specified in typesystem, but not declared
  4848. type 'QTemporaryFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4849. enum 'QFileDialog::AcceptMode' is specified in typesystem, but not declared
  4850. type 'QSpacerItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4851. enum 'QEventLoop::ProcessEventsFlag' is specified in typesystem, but not declared
  4852. enum 'QStyleHintReturn::StyleOptionVersion' is specified in typesystem, but not declared
  4853. enum 'QStyleHintReturnVariant::StyleOptionType' is specified in typesystem, but not declared
  4854. enum 'QTextCursor::SelectionType' is specified in typesystem, but not declared
  4855. enum 'QDir::Filter' is specified in typesystem, but not declared
  4856. enum 'QDialogButtonBox::StandardButton' is specified in typesystem, but not declared
  4857. enum 'QItemSelectionModel::SelectionFlag' is specified in typesystem, but not declared
  4858. enum 'Qt::HitTestAccuracy' is specified in typesystem, but not declared
  4859. type 'QEventLoop' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4860. type 'QHeaderView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4861. type 'QFocusEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4862. enum 'QMdiArea::WindowOrder' is specified in typesystem, but not declared
  4863. type 'QPlainTextEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4864. type 'QSystemTrayIcon' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4865. type 'QCommandLinkButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4866. type 'QStyleOptionViewItemV4' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4867. type 'QSplitter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4868. type 'QGraphicsPolygonItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4869. type 'QStyleOptionToolBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4870. enum 'QStyleOptionHeader::SortIndicator' is specified in typesystem, but not declared
  4871. enum 'QStyleOptionMenuItem::StyleOptionType' is specified in typesystem, but not declared
  4872. type 'QStyleOptionTabBarBase' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4873. type 'QItemEditorFactory' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4874. enum 'QStyleOptionToolBar::ToolBarFeature' is specified in typesystem, but not declared
  4875. enum 'QTextOption::TabType' is specified in typesystem, but not declared
  4876. type 'QSettings' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4877. type 'QFontComboBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4878. enum 'QSystemTrayIcon::MessageIcon' is specified in typesystem, but not declared
  4879. enum 'QUuid::Version' is specified in typesystem, but not declared
  4880. enum 'QListView::Movement' is specified in typesystem, but not declared
  4881. enum 'QTreeWidgetItemIterator::IteratorFlag' is specified in typesystem, but not declared
  4882. type 'QGroupBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4883. enum 'QStyleOptionTab::CornerWidget' is specified in typesystem, but not declared
  4884. type 'QXmlStreamAttribute' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4885. type 'QActionEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4886. type 'QFileDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4887. type 'QStyleOptionHeader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4888. enum 'QPrintPreviewWidget::ZoomMode' is specified in typesystem, but not declared
  4889. enum 'QStyleOptionComplex::StyleOptionVersion' is specified in typesystem, but not declared
  4890. enum 'QTextEdit::LineWrapMode' is specified in typesystem, but not declared
  4891. type 'QFileInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4892. type 'QGraphicsLineItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4893. enum 'QStyleOptionFrame::StyleOptionVersion' is specified in typesystem, but not declared
  4894. enum 'QTimeLine::CurveShape' is specified in typesystem, but not declared
  4895. type 'QTextFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4896. enum 'QImageReader::ImageReaderError' is specified in typesystem, but not declared
  4897. type 'QAbstractFileEngineIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4898. enum 'QDockWidget::DockWidgetFeature' is specified in typesystem, but not declared
  4899. type 'QMdiSubWindow' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4900. enum 'QAbstractFileEngine::FileFlag' is specified in typesystem, but not declared
  4901. type 'QPrintPreviewDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4902. type 'QMimeData' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4903. enum 'QTimeLine::Direction' is specified in typesystem, but not declared
  4904. enum 'QStyleHintReturnMask::StyleOptionType' is specified in typesystem, but not declared
  4905. type 'QStyleOptionViewItemV3' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4906. type 'QResizeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4907. type 'QStyleHintReturnMask' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4908. enum 'QGraphicsItem::GraphicsItemFlag' is specified in typesystem, but not declared
  4909. enum 'QWorkspace::WindowOrder' is specified in typesystem, but not declared
  4910. enum 'QFile::MemoryMapFlags' is specified in typesystem, but not declared
  4911. type 'QStackedWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4912. enum 'QTextCursor::MoveMode' is specified in typesystem, but not declared
  4913. type 'QTextTableCell' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4914. enum 'QTextCursor::MoveOperation' is specified in typesystem, but not declared
  4915. enum 'QFontComboBox::FontFilter' is specified in typesystem, but not declared
  4916. enum 'QTabBar::ButtonPosition' is specified in typesystem, but not declared
  4917. type 'QMetaObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4918. enum 'QCoreApplication::Encoding' is specified in typesystem, but not declared
  4919. type 'QPictureIO' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4920. enum 'QThread::Priority' is specified in typesystem, but not declared
  4921. type 'QUndoView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4922. enum 'QStyle::SubControl' is specified in typesystem, but not declared
  4923. enum 'QProcess::ProcessError' is specified in typesystem, but not declared
  4924. enum 'QStyleOptionTab::StyleOptionType' is specified in typesystem, but not declared
  4925. enum 'QTextFormat::ObjectTypes' is specified in typesystem, but not declared
  4926. type 'QErrorMessage' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4927. type 'QAbstractPrintDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4928. type 'QTextObjectInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4929. enum 'QStyleOptionToolBox::StyleOptionVersion' is specified in typesystem, but not declared
  4930. type 'QTextCursor' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4931. enum 'QStyleOptionHeader::StyleOptionType' is specified in typesystem, but not declared
  4932. type 'QStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4933. enum 'QPaintEngine::DirtyFlag' is specified in typesystem, but not declared
  4934. enum 'QStyleOptionViewItemV2::ViewItemFeature' is specified in typesystem, but not declared
  4935. enum 'QGraphicsItem::Extension' is specified in typesystem, but not declared
  4936. type 'QStyleOptionViewItemV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4937. enum 'QReadWriteLock::RecursionMode' is specified in typesystem, but not declared
  4938. type 'QStyleOptionFocusRect' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4939. type 'QTextBrowser' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4940. type 'QAction' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4941. type 'QTextImageFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4942. enum 'QLocale::Language' is specified in typesystem, but not declared
  4943. enum 'QPrinter::PaperSource' is specified in typesystem, but not declared
  4944. type 'QFileIconProvider' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4945. type 'QTextBlockUserData' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4946. enum 'QMovie::CacheMode' is specified in typesystem, but not declared
  4947. type 'QFileSystemWatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4948. enum 'QDir::SortFlag' is specified in typesystem, but not declared
  4949. enum 'QStyleOptionToolBar::StyleOptionType' is specified in typesystem, but not declared
  4950. enum 'QLocale::FormatType' is specified in typesystem, but not declared
  4951. enum 'QX11EmbedContainer::Error' is specified in typesystem, but not declared
  4952. type 'QMutex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4953. enum 'QSocketNotifier::Type' is specified in typesystem, but not declared
  4954. type 'QItemEditorCreatorBase' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4955. enum 'QProcess::ExitStatus' is specified in typesystem, but not declared
  4956. enum 'QPaintEngine::PolygonDrawMode' is specified in typesystem, but not declared
  4957. type 'QPushButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4958. enum 'QGraphicsView::DragMode' is specified in typesystem, but not declared
  4959. enum 'QStyleOption::OptionType' is specified in typesystem, but not declared
  4960. type 'QStandardItemModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4961. type 'QLabel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4962. enum 'QStyle::StateFlag' is specified in typesystem, but not declared
  4963. type 'QWizardPage' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4964. type 'QSpinBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4965. type 'QPrintPreviewWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4966. enum 'QProcess::ProcessChannel' is specified in typesystem, but not declared
  4967. type 'QPageSetupDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4968. type 'QStyleOptionSpinBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4969. type 'QListView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4970. enum 'QStyleOptionSpinBox::StyleOptionVersion' is specified in typesystem, but not declared
  4971. enum 'QMetaObject::Call' is specified in typesystem, but not declared
  4972. enum 'QStyleOptionSlider::StyleOptionType' is specified in typesystem, but not declared
  4973. enum 'QListView::ResizeMode' is specified in typesystem, but not declared
  4974. enum 'QInputMethodEvent::AttributeType' is specified in typesystem, but not declared
  4975. enum 'QTextFrameFormat::BorderStyle' is specified in typesystem, but not declared
  4976. enum 'QDataWidgetMapper::SubmitPolicy' is specified in typesystem, but not declared
  4977. type 'QGraphicsProxyWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4978. type 'QStyleOptionSlider' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4979. type 'QHelpEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4980. enum 'QFontDialog::FontDialogOption' is specified in typesystem, but not declared
  4981. type 'QStyleOptionToolButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4982. type 'QTextEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4983. type 'QXmlStreamWriter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4984. type 'QXmlStreamNotationDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4985. type 'QCheckBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4986. type 'QSocketNotifier' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4987. enum 'QStyleOptionFrameV2::FrameFeature' is specified in typesystem, but not declared
  4988. type 'QToolButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4989. type 'QStyleOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4990. enum 'QFrame::StyleMask' is specified in typesystem, but not declared
  4991. enum 'QRubberBand::Shape' is specified in typesystem, but not declared
  4992. enum 'QTextItem::RenderFlag' is specified in typesystem, but not declared
  4993. enum 'QStyleOptionComplex::StyleOptionType' is specified in typesystem, but not declared
  4994. enum 'QMessageBox::ButtonRole' is specified in typesystem, but not declared
  4995. type 'QPaintEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4996. type 'QRubberBand' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  4997. enum 'QAbstractFileEngine::FileTime' is specified in typesystem, but not declared
  4998. enum 'QMdiArea::AreaOption' is specified in typesystem, but not declared
  4999. enum 'QPrinter::PageSize' is specified in typesystem, but not declared
  5000. type 'QStyleOptionProgressBarV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5001. enum 'QLibraryInfo::LibraryLocation' is specified in typesystem, but not declared
  5002. enum 'QTextFormat::Property' is specified in typesystem, but not declared
  5003. enum 'QStyleOption::StyleOptionType' is specified in typesystem, but not declared
  5004. enum 'QStyleOptionSizeGrip::StyleOptionType' is specified in typesystem, but not declared
  5005. enum 'QGraphicsView::CacheModeFlag' is specified in typesystem, but not declared
  5006. enum 'QWizard::WizardPixmap' is specified in typesystem, but not declared
  5007. enum 'QMetaMethod::Access' is specified in typesystem, but not declared
  5008. type 'QAbstractGraphicsShapeItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5009. type 'QDynamicPropertyChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5010. enum 'QXmlStreamReader::Error' is specified in typesystem, but not declared
  5011. enum 'QTextBoundaryFinder::BoundaryType' is specified in typesystem, but not declared
  5012. type 'QPainter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5013. enum 'QTextLine::CursorPosition' is specified in typesystem, but not declared
  5014. type 'QStyleOptionToolBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5015. enum 'QPrinter::PageOrder' is specified in typesystem, but not declared
  5016. enum 'QAction::MenuRole' is specified in typesystem, but not declared
  5017. enum 'QAbstractItemDelegate::EndEditHint' is specified in typesystem, but not declared
  5018. enum 'QClipboard::Mode' is specified in typesystem, but not declared
  5019. type 'QPrinterInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5020. type 'QStyleOptionTitleBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5021. type 'QGridLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5022. type 'QRegExpValidator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5023. type 'QAbstractButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5024. type 'QTextBlock::iterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5025. type 'QUuid' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5026. type 'QInputEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5027. enum 'QGraphicsSceneContextMenuEvent::Reason' is specified in typesystem, but not declared
  5028. enum 'QUrl::FormattingOption' is specified in typesystem, but not declared
  5029. enum 'QPrinter::PrinterMode' is specified in typesystem, but not declared
  5030. enum 'QStyleOptionTabBarBase::StyleOptionType' is specified in typesystem, but not declared
  5031. type 'QDateEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5032. enum 'QFileIconProvider::IconType' is specified in typesystem, but not declared
  5033. type 'QScrollArea' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5034. type 'QGraphicsLayoutItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5035. type 'QXmlStreamEntityDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5036. type 'QBoxLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5037. enum 'QEvent::Type' is specified in typesystem, but not declared
  5038. type 'QComboBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5039. type 'QClipboard' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5040. enum 'QAbstractItemView::ScrollMode' is specified in typesystem, but not declared
  5041. type 'QLibraryInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5042. type 'QBasicTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5043. enum 'QPlainTextEdit::LineWrapMode' is specified in typesystem, but not declared
  5044. type 'QWaitCondition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5045. enum 'QTextStream::Status' is specified in typesystem, but not declared
  5046. enum 'QLocale::Country' is specified in typesystem, but not declared
  5047. enum 'QPainter::CompositionMode' is specified in typesystem, but not declared
  5048. type 'QUrl' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5049. type 'QFocusFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5050. type 'QDesktopServices' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5051. enum 'QStyle::PixelMetric' is specified in typesystem, but not declared
  5052. type 'QAccessibleEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5053. type 'QScrollBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5054. enum 'QAbstractSpinBox::CorrectionMode' is specified in typesystem, but not declared
  5055. type 'QTimerEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5056. type 'QSizeGrip' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5057. enum 'QStyleOptionGraphicsItem::StyleOptionVersion' is specified in typesystem, but not declared
  5058. enum 'QMovie::MovieState' is specified in typesystem, but not declared
  5059. enum 'QTextEdit::AutoFormattingFlag' is specified in typesystem, but not declared
  5060. type 'QPen' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5061. type 'QTextItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5062. enum 'QTimeLine::State' is specified in typesystem, but not declared
  5063. type 'QToolBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5064. enum 'QStyleOptionToolButton::StyleOptionType' is specified in typesystem, but not declared
  5065. enum 'QGraphicsItem::GraphicsItemChange' is specified in typesystem, but not declared
  5066. enum 'QTabBar::SelectionBehavior' is specified in typesystem, but not declared
  5067. type 'QAbstractTextDocumentLayout::PaintContext' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5068. type 'QAbstractProxyModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5069. type 'QStringListModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5070. enum 'QGraphicsView::ViewportAnchor' is specified in typesystem, but not declared
  5071. enum 'QStyleOptionToolBar::ToolBarPosition' is specified in typesystem, but not declared
  5072. enum 'QStyleOptionDockWidget::StyleOptionType' is specified in typesystem, but not declared
  5073. type 'QTreeWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5074. type 'QDial' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5075. enum 'QCalendarWidget::SelectionMode' is specified in typesystem, but not declared
  5076. type 'QTableView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5077. enum 'QStyleOptionTabWidgetFrame::StyleOptionVersion' is specified in typesystem, but not declared
  5078. enum 'QSystemTrayIcon::ActivationReason' is specified in typesystem, but not declared
  5079. type 'QXmlStreamReader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5080. enum 'QStyleOptionToolBoxV2::TabPosition' is specified in typesystem, but not declared
  5081. type 'QAbstractEventDispatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5082. enum 'QStyleOptionToolBox::StyleOptionType' is specified in typesystem, but not declared
  5083. type 'QGenericReturnArgument' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5084. enum 'QPaintEngine::PaintEngineFeature' is specified in typesystem, but not declared
  5085. enum 'QTextBoundaryFinder::BoundaryReason' is specified in typesystem, but not declared
  5086. enum 'QMdiSubWindow::SubWindowOption' is specified in typesystem, but not declared
  5087. type 'QMetaProperty' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5088. type 'QLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5089. type 'QGraphicsPixmapItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5090. type 'QTextStreamManipulator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5091. type 'QListWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5092. enum 'QSettings::Format' is specified in typesystem, but not declared
  5093. enum 'QStyleOptionTabBarBaseV2::StyleOptionVersion' is specified in typesystem, but not declared
  5094. type 'QTextBoundaryFinder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5095. type 'QPrintEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5096. enum 'QCalendarWidget::HorizontalHeaderFormat' is specified in typesystem, but not declared
  5097. type 'QCalendarWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5098. type 'QStylePainter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5099. type 'QCleanlooksStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5100. type 'QTextTable' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5101. type 'QTreeView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5102. type 'QInputContextFactory' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5103. enum 'QFileDialog::ViewMode' is specified in typesystem, but not declared
  5104. enum 'QStyleOptionToolBoxV2::SelectedPosition' is specified in typesystem, but not declared
  5105. type 'QTextEncoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5106. type 'QTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5107. type 'QGraphicsEllipseItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5108. enum 'QUrl::ParsingMode' is specified in typesystem, but not declared
  5109. type 'QGraphicsScene' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5110. type 'QValidator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5111. type 'QCommonStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5112. type 'QDesktopWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5113. enum 'QImageIOHandler::ImageOption' is specified in typesystem, but not declared
  5114. enum 'Qt::WhiteSpaceMode' is specified in typesystem, but not declared
  5115. type 'QAbstractTextDocumentLayout::Selection' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5116. type 'QLayoutItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5117. enum 'QGraphicsItem::CacheMode' is specified in typesystem, but not declared
  5118. enum 'QStyle::ContentsType' is specified in typesystem, but not declared
  5119. type 'QPluginLoader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5120. type 'QTimeLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5121. type 'QDrag' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5122. type 'QBitmap' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5123. type 'QX11EmbedContainer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5124. enum 'QFormLayout::ItemRole' is specified in typesystem, but not declared
  5125. type 'QMotifStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5126. type 'QTextCodec' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5127. enum 'QGraphicsView::OptimizationFlag' is specified in typesystem, but not declared
  5128. type 'QTextFrame::iterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5129. enum 'QStyleHintReturn::HintReturnType' is specified in typesystem, but not declared
  5130. type 'QWindowsStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5131. enum 'QAbstractFileEngine::FileOwner' is specified in typesystem, but not declared
  5132. type 'QDropEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5133. type 'QInputContext' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5134. type 'QMetaEnum' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5135. type 'QSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5136. type 'QChildEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5137. type 'QDataWidgetMapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5138. enum 'QTreeWidgetItem::ItemType' is specified in typesystem, but not declared
  5139. type 'QIconEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5140. enum 'QAction::ActionEvent' is specified in typesystem, but not declared
  5141. enum 'QStyleOptionTabV3::StyleOptionVersion' is specified in typesystem, but not declared
  5142. type 'QImageIOHandler' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5143. type 'QSortFilterProxyModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5144. type 'QMouseEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5145. type 'QGraphicsTextItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5146. enum 'QLineEdit::EchoMode' is specified in typesystem, but not declared
  5147. enum 'QPageSetupDialog::PageSetupDialogOption' is specified in typesystem, but not declared
  5148. type 'QSlider' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5149. enum 'QStyleOptionProgressBarV2::StyleOptionType' is specified in typesystem, but not declared
  5150. enum 'QDialogButtonBox::ButtonRole' is specified in typesystem, but not declared
  5151. enum 'QStyleOptionDockWidget::StyleOptionVersion' is specified in typesystem, but not declared
  5152. type 'QActionGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5153. enum 'QTextLength::Type' is specified in typesystem, but not declared
  5154. enum 'QMessageBox::StandardButton' is specified in typesystem, but not declared
  5155. type 'QThreadPool' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5156. enum 'QPrinter::ColorMode' is specified in typesystem, but not declared
  5157. enum 'QStyleOptionToolBar::StyleOptionVersion' is specified in typesystem, but not declared
  5158. type 'QColumnView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5159. enum 'QAbstractSpinBox::ButtonSymbols' is specified in typesystem, but not declared
  5160. enum 'QFrame::Shape' is specified in typesystem, but not declared
  5161. enum 'QStyleOptionFocusRect::StyleOptionType' is specified in typesystem, but not declared
  5162. enum 'QStyleOptionProgressBarV2::StyleOptionVersion' is specified in typesystem, but not declared
  5163. type 'QTextObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5164. enum 'QMessageBox::Icon' is specified in typesystem, but not declared
  5165. enum 'QStyle::StyleHint' is specified in typesystem, but not declared
  5166. enum 'QStyleOptionProgressBar::StyleOptionType' is specified in typesystem, but not declared
  5167. type 'QStyleOptionToolBoxV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5168. enum 'QListView::LayoutMode' is specified in typesystem, but not declared
  5169. enum 'QPrinter::PrinterState' is specified in typesystem, but not declared
  5170. enum 'QStyleOptionHeader::SectionPosition' is specified in typesystem, but not declared
  5171. type 'QContextMenuEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5172. type 'QStyleOptionFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5173. type 'QTextBlockFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5174. enum 'QStyleOptionTabV2::StyleOptionVersion' is specified in typesystem, but not declared
  5175. type 'QAbstractItemModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5176. type 'QTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5177. type 'QAbstractItemView' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5178. enum 'QListWidgetItem::ItemType' is specified in typesystem, but not declared
  5179. type 'QTextOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5180. type 'QDialogButtonBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5181. enum 'QTextOption::Flag' is specified in typesystem, but not declared
  5182. enum 'QTextDocument::ResourceType' is specified in typesystem, but not declared
  5183. type 'QStyleOptionButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5184. type 'QStatusTipEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5185. type 'QProgressDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5186. enum 'QStyleOptionTitleBar::StyleOptionVersion' is specified in typesystem, but not declared
  5187. enum 'QInputContext::StandardFormat' is specified in typesystem, but not declared
  5188. enum 'QTextFormat::FormatType' is specified in typesystem, but not declared
  5189. enum 'QPrinter::Orientation' is specified in typesystem, but not declared
  5190. type 'QTabBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5191. enum 'QFileDialog::Option' is specified in typesystem, but not declared
  5192. type 'QListWidgetItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5193. type 'QStyleOptionDockWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5194. enum 'QTreeWidgetItem::ChildIndicatorPolicy' is specified in typesystem, but not declared
  5195. type 'QTreeWidgetItemIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5196. type 'QAbstractFileEngineHandler' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5197. type 'QTabletEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5198. enum 'QCompleter::CompletionMode' is specified in typesystem, but not declared
  5199. type 'QGraphicsItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5200. type 'QUndoStack' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5201. type 'QDir' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5202. enum 'QSystemLocale::QueryType' is specified in typesystem, but not declared
  5203. type 'QAbstractListModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5204. enum 'QStyleOptionViewItem::Position' is specified in typesystem, but not declared
  5205. enum 'QLCDNumber::Mode' is specified in typesystem, but not declared
  5206. type 'QStyleOptionFrameV3' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5207. type 'QGraphicsSceneEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5208. enum 'QContextMenuEvent::Reason' is specified in typesystem, but not declared
  5209. type 'QDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5210. type 'QStyleOptionGraphicsItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5211. type 'QFactoryInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5212. enum 'QWizard::WizardOption' is specified in typesystem, but not declared
  5213. enum 'QSessionManager::RestartHint' is specified in typesystem, but not declared
  5214. type 'QTextLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5215. enum 'QStyle::ComplexControl' is specified in typesystem, but not declared
  5216. enum 'QStyleOptionFrameV3::StyleOptionVersion' is specified in typesystem, but not declared
  5217. enum 'QStyleHintReturnMask::StyleOptionVersion' is specified in typesystem, but not declared
  5218. type 'QDragEnterEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5219. type 'QTextOption::Tab' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5220. type 'QSplashScreen' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5221. enum 'QLCDNumber::SegmentStyle' is specified in typesystem, but not declared
  5222. enum 'QStyleHintReturnVariant::StyleOptionVersion' is specified in typesystem, but not declared
  5223. enum 'QWizard::WizardStyle' is specified in typesystem, but not declared
  5224. enum 'QLocale::NumberOption' is specified in typesystem, but not declared
  5225. type 'QStyleOptionViewItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5226. type 'QDockWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5227. enum 'QFileDialog::DialogLabel' is specified in typesystem, but not declared
  5228. enum 'QColorDialog::ColorDialogOption' is specified in typesystem, but not declared
  5229. type 'QMutexLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5230. type 'QStyleOptionTabV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5231. type 'QStyleHintReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5232. type 'QPrintDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5233. type 'QPixmapCache::Key' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5234. enum 'QAbstractSlider::SliderAction' is specified in typesystem, but not declared
  5235. enum 'QProcess::ProcessChannelMode' is specified in typesystem, but not declared
  5236. type 'QAbstractSlider' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5237. enum 'QTabletEvent::TabletDevice' is specified in typesystem, but not declared
  5238. enum 'QAbstractItemView::DropIndicatorPosition' is specified in typesystem, but not declared
  5239. type 'QSyntaxHighlighter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5240. type 'QStyleOptionSizeGrip' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5241. type 'QTimeEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5242. type 'QCloseEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5243. type 'QCompleter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5244. type 'QFontDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5245. type 'QTextEdit::ExtraSelection' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5246. type 'QStyleOptionGroupBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5247. type 'QImageWriter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5248. enum 'QStyleOptionViewItemV4::StyleOptionVersion' is specified in typesystem, but not declared
  5249. type 'QStyleOptionFrameV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5250. type 'QTextTableCellFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5251. type 'QRadioButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5252. enum 'QStyleOptionMenuItem::MenuItemType' is specified in typesystem, but not declared
  5253. enum 'QDesktopServices::StandardLocation' is specified in typesystem, but not declared
  5254. type 'QTextBlock' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5255. type 'QToolBarChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5256. type 'QInputDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5257. enum 'QStyleOptionViewItemV3::StyleOptionVersion' is specified in typesystem, but not declared
  5258. enum 'QStyleOptionViewItemV4::ViewItemPosition' is specified in typesystem, but not declared
  5259. enum 'QDate::MonthNameType' is specified in typesystem, but not declared
  5260. enum 'QGraphicsScene::ItemIndexMethod' is specified in typesystem, but not declared
  5261. type 'QItemSelectionRange' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5262. enum 'QStyleOptionViewItemV2::StyleOptionVersion' is specified in typesystem, but not declared
  5263. type 'QStyleOptionTabV3' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5264. enum 'QAbstractItemView::CursorAction' is specified in typesystem, but not declared
  5265. type 'QGraphicsLinearLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5266. type 'QSignalMapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5267. type 'QShortcut' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5268. enum 'QApplication::Type' is specified in typesystem, but not declared
  5269. enum 'QXmlStreamReader::TokenType' is specified in typesystem, but not declared
  5270. enum 'QSystemSemaphore::SystemSemaphoreError' is specified in typesystem, but not declared
  5271. enum 'QStyleOptionTitleBar::StyleOptionType' is specified in typesystem, but not declared
  5272. type 'QTranslator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5273. type 'QTextListFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5274. type 'QTextList' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5275. enum 'QInputDialog::InputDialogOption' is specified in typesystem, but not declared
  5276. type 'QDirIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5277. type 'QHideEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5278. type 'QToolTip' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5279. type 'QIconEngineV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5280. type 'QAbstractScrollArea' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5281. type 'QGraphicsItemAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5282. type 'QTextLayout::FormatRange' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5283. type 'QResource' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5284. type 'QProgressBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5285. enum 'QStyleOptionToolButton::StyleOptionVersion' is specified in typesystem, but not declared
  5286. enum 'QUuid::Variant' is specified in typesystem, but not declared
  5287. enum 'QPrinter::Unit' is specified in typesystem, but not declared
  5288. type 'QCryptographicHash' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5289. enum 'QStyleOptionSizeGrip::StyleOptionVersion' is specified in typesystem, but not declared
  5290. type 'QRunnable' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5291. enum 'QListView::ViewMode' is specified in typesystem, but not declared
  5292. enum 'QAbstractItemView::EditTrigger' is specified in typesystem, but not declared
  5293. type 'QSplitterHandle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5294. type 'QStyledItemDelegate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5295. type 'QToolBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5296. type 'QStyleOptionDockWidgetV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5297. type 'QInputMethodEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5298. enum 'QMetaMethod::MethodType' is specified in typesystem, but not declared
  5299. type 'QUndoGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5300. type 'QFormLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5301. enum 'QTextListFormat::Style' is specified in typesystem, but not declared
  5302. enum 'QTextFormat::PageBreakFlag' is specified in typesystem, but not declared
  5303. type 'QFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5304. enum 'QAbstractItemView::State' is specified in typesystem, but not declared
  5305. enum 'QSettings::Scope' is specified in typesystem, but not declared
  5306. enum 'QImageWriter::ImageWriterError' is specified in typesystem, but not declared
  5307. type 'QPersistentModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5308. type 'QLCDNumber' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5309. type 'QFileSystemModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5310. enum 'QStyleOptionFrameV2::StyleOptionVersion' is specified in typesystem, but not declared
  5311. type 'QMetaMethod' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5312. enum 'QCalendarWidget::VerticalHeaderFormat' is specified in typesystem, but not declared
  5313. type 'QVBoxLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5314. enum 'QTabletEvent::PointerType' is specified in typesystem, but not declared
  5315. enum 'QSystemSemaphore::AccessMode' is specified in typesystem, but not declared
  5316. enum 'QDirIterator::IteratorFlag' is specified in typesystem, but not declared
  5317. type 'QWhatsThis' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5318. enum 'QGraphicsPixmapItem::ShapeMode' is specified in typesystem, but not declared
  5319. enum 'QTextDocument::MetaInformation' is specified in typesystem, but not declared
  5320. enum 'QComboBox::SizeAdjustPolicy' is specified in typesystem, but not declared
  5321. type 'QDragLeaveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5322. type 'QPlainTextDocumentLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5323. enum 'QStyleOptionTab::TabPosition' is specified in typesystem, but not declared
  5324. type 'QKeyEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5325. type 'QMetaClassInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5326. enum 'QAbstractSpinBox::StepEnabledFlag' is specified in typesystem, but not declared
  5327. type 'QBitArray' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5328. enum 'QAbstractItemView::DragDropMode' is specified in typesystem, but not declared
  5329. enum 'QPrintPreviewWidget::ViewMode' is specified in typesystem, but not declared
  5330. type 'QTableWidgetItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5331. type 'QTableWidgetSelectionRange' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5332. type 'QTreeWidgetItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5333. enum 'QStyleOptionToolButton::ToolButtonFeature' is specified in typesystem, but not declared
  5334. type 'QGraphicsSceneWheelEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5335. type 'QLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5336. type 'QTextInlineObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5337. enum 'QAbstractPrintDialog::PrintDialogOption' is specified in typesystem, but not declared
  5338. enum 'QMdiArea::ViewMode' is specified in typesystem, but not declared
  5339. type 'QMenu' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5340. type 'QPrinter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5341. enum 'QLayout::SizeConstraint' is specified in typesystem, but not declared
  5342. enum 'QLocale::MeasurementSystem' is specified in typesystem, but not declared
  5343. enum 'QStyleOptionFocusRect::StyleOptionVersion' is specified in typesystem, but not declared
  5344. enum 'QStyleOptionGraphicsItem::StyleOptionType' is specified in typesystem, but not declared
  5345. type 'QInputMethodEvent::Attribute' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5346. type 'QBuffer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5347. enum 'QStyleOptionGroupBox::StyleOptionVersion' is specified in typesystem, but not declared
  5348. type 'QShowEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5349. type 'QMenuBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5350. enum 'QHeaderView::ResizeMode' is specified in typesystem, but not declared
  5351. enum 'QValidator::State' is specified in typesystem, but not declared
  5352. enum 'QStyleOption::StyleOptionVersion' is specified in typesystem, but not declared
  5353. enum 'QDialogButtonBox::ButtonLayout' is specified in typesystem, but not declared
  5354. enum 'QTextLayout::CursorMode' is specified in typesystem, but not declared
  5355. type 'QPlastiqueStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5356. type 'QFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5357. enum 'QFile::Permission' is specified in typesystem, but not declared
  5358. type 'QMovie' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5359. type 'QTextFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5360. type 'QWheelEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5361. type 'QStackedLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5362. enum 'QPrintEngine::PrintEnginePropertyKey' is specified in typesystem, but not declared
  5363. type 'QAbstractItemDelegate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5364. type 'QProxyModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5365. type 'QXmlStreamAttributes' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5366. enum 'QPaintEngine::Type' is specified in typesystem, but not declared
  5367. type 'QWidgetItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5368. enum 'QStyleOptionMenuItem::StyleOptionVersion' is specified in typesystem, but not declared
  5369. type 'QStatusBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5370. type 'QClipboardEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5371. type 'QDate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5372. type 'QStyleOptionTab' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5373. enum 'QTextCharFormat::UnderlineStyle' is specified in typesystem, but not declared
  5374. type 'QGraphicsSimpleTextItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5375. enum 'QCompleter::ModelSorting' is specified in typesystem, but not declared
  5376. enum 'QAbstractSlider::SliderChange' is specified in typesystem, but not declared
  5377. type 'QTextLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5378. type 'QImageReader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5379. enum 'QDoubleValidator::Notation' is specified in typesystem, but not declared
  5380. type 'QGraphicsSceneMoveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5381. enum 'QStyleOptionComboBox::StyleOptionType' is specified in typesystem, but not declared
  5382. type 'QTableWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5383. type 'QFontDatabase' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5384. enum 'QStyleOptionViewItem::StyleOptionVersion' is specified in typesystem, but not declared
  5385. enum 'QPainter::RenderHint' is specified in typesystem, but not declared
  5386. enum 'QToolButton::ToolButtonPopupMode' is specified in typesystem, but not declared
  5387. type 'QStyleOptionComplex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5388. type 'QGraphicsSceneDragDropEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5389. enum 'QAbstractItemView::SelectionBehavior' is specified in typesystem, but not declared
  5390. type 'QMoveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5391. enum 'QStyleOptionViewItem::StyleOptionType' is specified in typesystem, but not declared
  5392. type 'QDragMoveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5393. type 'QDoubleValidator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5394. enum 'QStyle::SubElement' is specified in typesystem, but not declared
  5395. enum 'QPixmap::ShareMode' is specified in typesystem, but not declared
  5396. enum 'QPrinter::OutputFormat' is specified in typesystem, but not declared
  5397. enum 'QFormLayout::FieldGrowthPolicy' is specified in typesystem, but not declared
  5398. enum 'QStyleOptionSpinBox::StyleOptionType' is specified in typesystem, but not declared
  5399. enum 'QStyleOptionComboBox::StyleOptionVersion' is specified in typesystem, but not declared
  5400. enum 'QAbstractItemView::SelectionMode' is specified in typesystem, but not declared
  5401. enum 'QStyleOptionTabBarBase::StyleOptionVersion' is specified in typesystem, but not declared
  5402. type 'QGraphicsSceneResizeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5403. type 'QReadWriteLock' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5404. type 'QCDEStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5405. type 'QHBoxLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5406. enum 'QPrinter::PrintRange' is specified in typesystem, but not declared
  5407. type 'QPixmapCache' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5408. enum 'QFormLayout::RowWrapPolicy' is specified in typesystem, but not declared
  5409. type 'QGraphicsLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5410. enum 'QStyleOptionButton::StyleOptionType' is specified in typesystem, but not declared
  5411. enum 'QSettings::Status' is specified in typesystem, but not declared
  5412. enum 'QStyleOptionRubberBand::StyleOptionVersion' is specified in typesystem, but not declared
  5413. enum 'QStyleOptionHeader::SelectedPosition' is specified in typesystem, but not declared
  5414. type 'QWhatsThisClickedEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5415. type 'QPaintEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5416. type 'QColorDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5417. type 'QIconDragEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5418. type 'QFSFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5419. type 'QAbstractTableModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5420. type 'QUndoCommand' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5421. type 'QTextFrameFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5422. enum 'QStyleHintReturn::StyleOptionType' is specified in typesystem, but not declared
  5423. type 'QModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5424. enum 'QStyleOptionTabWidgetFrame::StyleOptionType' is specified in typesystem, but not declared
  5425. enum 'QTextStream::RealNumberNotation' is specified in typesystem, but not declared
  5426. enum 'QComboBox::InsertPolicy' is specified in typesystem, but not declared
  5427. enum 'QStyleOptionGroupBox::StyleOptionType' is specified in typesystem, but not declared
  5428. type 'QCoreApplication' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5429. enum 'QTextLine::Edge' is specified in typesystem, but not declared
  5430. enum 'QIconEngineV2::IconEngineHook' is specified in typesystem, but not declared
  5431. enum 'QTextStream::NumberFlag' is specified in typesystem, but not declared
  5432. type 'QTextCodec::ConverterState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5433. enum 'QPrinter::DuplexMode' is specified in typesystem, but not declared
  5434. type 'QGraphicsPathItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5435. enum 'QStandardItem::ItemType' is specified in typesystem, but not declared
  5436. enum 'QTextCharFormat::VerticalAlignment' is specified in typesystem, but not declared
  5437. type 'QWidgetAction' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5438. enum 'QtConcurrent::ReduceOption' is specified in typesystem, but not declared
  5439. type 'QStyleOptionProgressBar' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5440. type 'QSystemLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5441. type 'QSystemSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5442. enum 'QStyleOptionFrame::StyleOptionType' is specified in typesystem, but not declared
  5443. type 'QStyleOptionRubberBand' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5444. enum 'QAbstractFileEngine::FileName' is specified in typesystem, but not declared
  5445. type 'QX11Info' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5446. type 'QX11EmbedWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5447. type 'QGenericArgument' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5448. type 'QShortcutEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5449. type 'QThread' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5450. type 'QByteArrayMatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5451. enum 'QFileDialog::FileMode' is specified in typesystem, but not declared
  5452. enum 'QListView::Flow' is specified in typesystem, but not declared
  5453. enum 'QTextStream::FieldAlignment' is specified in typesystem, but not declared
  5454. type 'QMessageBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5455. enum 'QAbstractItemView::ScrollHint' is specified in typesystem, but not declared
  5456. enum 'QProgressBar::Direction' is specified in typesystem, but not declared
  5457. type 'QGraphicsSceneMouseEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5458. enum 'QCryptographicHash::Algorithm' is specified in typesystem, but not declared
  5459. type 'QItemSelectionModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5460. type 'QTextBlockGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5461. enum 'QStyleOptionButton::ButtonFeature' is specified in typesystem, but not declared
  5462. enum 'QGraphicsView::ViewportUpdateMode' is specified in typesystem, but not declared
  5463. enum 'QWizard::WizardButton' is specified in typesystem, but not declared
  5464. enum 'QTableWidgetItem::ItemType' is specified in typesystem, but not declared
  5465. enum 'QStyle::PrimitiveElement' is specified in typesystem, but not declared
  5466. type 'QGraphicsSceneContextMenuEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5467. type 'QTextStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5468. type 'QWindowStateChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5469. type 'QReadLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5470. type 'QIntValidator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5471. type 'QMdiArea' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5472. type 'QSound' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5473. type 'QStyleOptionTabBarBaseV2' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5474. type 'QTextTableFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5475. enum 'QStyleOptionMenuItem::CheckType' is specified in typesystem, but not declared
  5476. enum 'QGraphicsScene::SceneLayer' is specified in typesystem, but not declared
  5477. type 'QPaintEngineState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5478. enum 'QStyleOptionHeader::StyleOptionVersion' is specified in typesystem, but not declared
  5479. enum 'QTextCodec::ConversionFlag' is specified in typesystem, but not declared
  5480. type 'QPicture' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5481. enum 'QBoxLayout::Direction' is specified in typesystem, but not declared
  5482. type 'QGraphicsSceneHoverEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5483. type 'QTextCharFormat' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5484. type 'QAbstractPageSetupDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5485. type 'QTextDocument' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5486. type 'QProcess' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5487. enum 'QStyleOptionProgressBar::StyleOptionVersion' is specified in typesystem, but not declared
  5488. type 'QDoubleSpinBox' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5489. type 'QHoverEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5490. type 'QPyTextObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5491. type 'QFileOpenEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  5492. enum 'QDateTimeEdit::Section' is specified in typesystem, but not declared
  5493.  
  5494.  
  5495.  
  5496. DEBUG :: - operator==()
  5497.  
  5498. DEBUG :: - operator==()
  5499.  
  5500. DEBUG :: - operator==()
  5501.  
  5502. DEBUG :: - operator==()
  5503.  
  5504. DEBUG :: - operator==()
  5505.  
  5506. DEBUG :: - operator==()
  5507.  
  5508. DEBUG :: - operator==()
  5509.  
  5510. DEBUG :: - operator==()
  5511.  
  5512. DEBUG :: - operator!=()
  5513.  
  5514. DEBUG :: - operator!=()
  5515.  
  5516. DEBUG :: - operator!=()
  5517.  
  5518. DEBUG :: - operator!=()
  5519.  
  5520. DEBUG :: - operator!=()
  5521.  
  5522. DEBUG :: - operator!=()
  5523.  
  5524. DEBUG :: - operator!=()
  5525.  
  5526. DEBUG :: - operator!=()
  5527.  
  5528. DEBUG :: - operator<=()
  5529.  
  5530. DEBUG :: - operator<=()
  5531.  
  5532. DEBUG :: - operator>=()
  5533.  
  5534. DEBUG :: - operator>=()
  5535.  
  5536. DEBUG :: - operator<()
  5537.  
  5538. DEBUG :: - operator<()
  5539.  
  5540. DEBUG :: - operator+()
  5541.  
  5542. DEBUG :: - operator+()
  5543.  
  5544. DEBUG :: - operator+()
  5545.  
  5546. DEBUG :: - operator+()
  5547.  
  5548. DEBUG :: - operator+()
  5549.  
  5550. DEBUG :: - operator+()
  5551.  
  5552. DEBUG :: - operator+()
  5553.  
  5554. DEBUG :: - operator+()
  5555.  
  5556. DEBUG :: - operator*()
  5557.  
  5558. DEBUG :: - operator*()
  5559.  
  5560. DEBUG :: - operator*()
  5561.  
  5562. DEBUG :: - operator*()
  5563.  
  5564. DEBUG :: - operator*()
  5565.  
  5566. DEBUG :: - operator*()
  5567.  
  5568. DEBUG :: - operator*()
  5569.  
  5570. DEBUG :: - operator*()
  5571.  
  5572. DEBUG :: - operator*()
  5573.  
  5574. DEBUG :: - operator*()
  5575.  
  5576. DEBUG :: - operator*()
  5577.  
  5578. DEBUG :: - operator*()
  5579.  
  5580. DEBUG :: - operator*()
  5581.  
  5582. DEBUG :: - operator*()
  5583.  
  5584. DEBUG :: - operator*()
  5585.  
  5586. DEBUG :: - operator*()
  5587.  
  5588. DEBUG :: - operator*()
  5589.  
  5590. DEBUG :: - operator*()
  5591.  
  5592. DEBUG :: - operator*()
  5593.  
  5594. DEBUG :: - operator*()
  5595.  
  5596. DEBUG :: - operator*()
  5597.  
  5598. DEBUG :: - operator*()
  5599.  
  5600. DEBUG :: - operator-()
  5601.  
  5602. DEBUG :: - operator-()
  5603.  
  5604. DEBUG :: - operator-()
  5605.  
  5606. DEBUG :: - operator-()
  5607.  
  5608. DEBUG :: - operator-()
  5609.  
  5610. DEBUG :: - operator-()
  5611.  
  5612. DEBUG :: - operator>()
  5613.  
  5614. DEBUG :: - operator>()
  5615.  
  5616. DEBUG :: - operator<<()
  5617.  
  5618. DEBUG :: - operator<<()
  5619.  
  5620. DEBUG :: - operator<<()
  5621.  
  5622. DEBUG :: - operator<<()
  5623.  
  5624. DEBUG :: - operator<<()
  5625.  
  5626. DEBUG :: - operator<<()
  5627.  
  5628. DEBUG :: - operator<<()
  5629.  
  5630. DEBUG :: - operator<<()
  5631.  
  5632. DEBUG :: - operator<<()
  5633.  
  5634. DEBUG :: - operator<<()
  5635.  
  5636. DEBUG :: - operator<<()
  5637.  
  5638. DEBUG :: - operator<<()
  5639.  
  5640. DEBUG :: - operator<<()
  5641.  
  5642. DEBUG :: - operator<<()
  5643.  
  5644. DEBUG :: - operator<<()
  5645.  
  5646. DEBUG :: - operator<<()
  5647.  
  5648. DEBUG :: - operator<<()
  5649.  
  5650. DEBUG :: - operator<<()
  5651.  
  5652. DEBUG :: - operator<<()
  5653.  
  5654. DEBUG :: - operator<<()
  5655.  
  5656. DEBUG :: - operator<<()
  5657.  
  5658. DEBUG :: - operator<<()
  5659.  
  5660. DEBUG :: - operator<<()
  5661.  
  5662. DEBUG :: - operator<<()
  5663.  
  5664. DEBUG :: - operator<<()
  5665.  
  5666. DEBUG :: - operator<<()
  5667.  
  5668. DEBUG :: - operator>>()
  5669.  
  5670. DEBUG :: - operator>>()
  5671.  
  5672. DEBUG :: - operator>>()
  5673.  
  5674. DEBUG :: - operator>>()
  5675.  
  5676. DEBUG :: - operator>>()
  5677.  
  5678. DEBUG :: - operator>>()
  5679.  
  5680. DEBUG :: - operator>>()
  5681.  
  5682. DEBUG :: - operator>>()
  5683.  
  5684. DEBUG :: - operator>>()
  5685.  
  5686. DEBUG :: - operator>>()
  5687.  
  5688. DEBUG :: - operator>>()
  5689.  
  5690. DEBUG :: - operator>>()
  5691.  
  5692. DEBUG :: - operator>>()
  5693.  
  5694. DEBUG :: - operator>>()
  5695.  
  5696. DEBUG :: - operator>>()
  5697.  
  5698. DEBUG :: - operator>>()
  5699.  
  5700. DEBUG :: - operator>>()
  5701.  
  5702. DEBUG :: - operator>>()
  5703.  
  5704. DEBUG :: - operator>>()
  5705.  
  5706. DEBUG :: - operator>>()
  5707.  
  5708. DEBUG :: - operator>>()
  5709.  
  5710. DEBUG :: - operator>>()
  5711.  
  5712. DEBUG :: - operator>>()
  5713.  
  5714. DEBUG :: - operator>>()
  5715.  
  5716. DEBUG :: - operator>>()
  5717.  
  5718. DEBUG :: - operator>>()
  5719.  
  5720.  
  5721. DEBUG :: generating: mainwindow_wrapper.cpp
  5722.  
  5723. DEBUG :: Generating wrapper implementation for PyHybrid.MainWindow
  5724.  
  5725. DEBUG :: generating: mainwindow_wrapper.h
  5726.  
  5727. DEBUG :: Generating header for PyHybrid.MainWindow
  5728. signature 'metaObject()const' for function modification in 'QObject' not found. Possible candidates:
  5729. signature 'winId()const' for function modification in 'QWidget' not found. Possible candidates:
  5730. signature 'escape(QString)' for function modification in 'Qt' not found. Possible candidates:
  5731. signature 'codecForHtml(QByteArray)' for function modification in 'Qt' not found. Possible candidates:
  5732. signature 'mightBeRichText(QString)' for function modification in 'Qt' not found. Possible candidates:
  5733. signature 'convertFromPlainText(QString,Qt::WhiteSpaceMode)' for function modification in 'Qt' not found. Possible candidates:
  5734.  
  5735.  
  5736. Done, 727 warnings (106 known issues)
  5737. cd hybridpy;\
  5738. qmake;\
  5739. make clean;\
  5740. make;
  5741. make[1]: Entering directory `/home/rth/pyside/HybridApp/hybridpy'
  5742. rm -f pyhybrid_module_wrapper.o mainwindow_wrapper.o
  5743. rm -f *~ core *.core
  5744. make[1]: Leaving directory `/home/rth/pyside/HybridApp/hybridpy'
  5745. make[1]: Entering directory `/home/rth/pyside/HybridApp/hybridpy'
  5746. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ihybrid -I../hybrid -I/usr/include/python2.7 -I/usr/include/shiboken -I/usr/include/PySide -I/usr/include/PySide/QtCore -I/usr/include/PySide/QtGui -I. -o pyhybrid_module_wrapper.o PyHybrid/pyhybrid_module_wrapper.cpp
  5747. In file included from /usr/include/shiboken/shiboken.h:30:0,
  5748. from PyHybrid/pyhybrid_module_wrapper.cpp:3:
  5749. /usr/include/shiboken/conversions.h:144:24: warning: unused parameter ‘pyObj’ [-Wunused-parameter]
  5750. /usr/include/shiboken/conversions.h:145:24: warning: unused parameter ‘pyobj’ [-Wunused-parameter]
  5751. /usr/include/shiboken/conversions.h:294:17: warning: unused parameter ‘value’ [-Wunused-parameter]
  5752. /usr/include/shiboken/conversions.h:303:17: warning: unused parameter ‘value’ [-Wunused-parameter]
  5753. PyHybrid/pyhybrid_module_wrapper.cpp:19:1: warning: missing initializer for member ‘PyMethodDef::ml_meth’ [-Wmissing-field-initializers]
  5754. PyHybrid/pyhybrid_module_wrapper.cpp:19:1: warning: missing initializer for member ‘PyMethodDef::ml_flags’ [-Wmissing-field-initializers]
  5755. PyHybrid/pyhybrid_module_wrapper.cpp:19:1: warning: missing initializer for member ‘PyMethodDef::ml_doc’ [-Wmissing-field-initializers]
  5756. PyHybrid/pyhybrid_module_wrapper.cpp: In function ‘void initPyHybrid()’:
  5757. PyHybrid/pyhybrid_module_wrapper.cpp:237:34: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
  5758. PyHybrid/pyhybrid_module_wrapper.cpp:245:34: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
  5759. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ihybrid -I../hybrid -I/usr/include/python2.7 -I/usr/include/shiboken -I/usr/include/PySide -I/usr/include/PySide/QtCore -I/usr/include/PySide/QtGui -I. -o mainwindow_wrapper.o PyHybrid/mainwindow_wrapper.cpp
  5760. In file included from /usr/include/shiboken/shiboken.h:30:0,
  5761. from PyHybrid/mainwindow_wrapper.cpp:6:
  5762. /usr/include/shiboken/conversions.h:144:24: warning: unused parameter ‘pyObj’ [-Wunused-parameter]
  5763. /usr/include/shiboken/conversions.h:145:24: warning: unused parameter ‘pyobj’ [-Wunused-parameter]
  5764. /usr/include/shiboken/conversions.h:294:17: warning: unused parameter ‘value’ [-Wunused-parameter]
  5765. /usr/include/shiboken/conversions.h:303:17: warning: unused parameter ‘value’ [-Wunused-parameter]
  5766. PyHybrid/mainwindow_wrapper.cpp:1308:1: warning: missing initializer for member ‘PyMethodDef::ml_meth’ [-Wmissing-field-initializers]
  5767. PyHybrid/mainwindow_wrapper.cpp:1308:1: warning: missing initializer for member ‘PyMethodDef::ml_flags’ [-Wmissing-field-initializers]
  5768. PyHybrid/mainwindow_wrapper.cpp:1308:1: warning: missing initializer for member ‘PyMethodDef::ml_doc’ [-Wmissing-field-initializers]
  5769. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::doc’ [-Wmissing-field-initializers]
  5770. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::closure’ [-Wmissing-field-initializers]
  5771. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::doc’ [-Wmissing-field-initializers]
  5772. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::closure’ [-Wmissing-field-initializers]
  5773. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::doc’ [-Wmissing-field-initializers]
  5774. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::closure’ [-Wmissing-field-initializers]
  5775. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::doc’ [-Wmissing-field-initializers]
  5776. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::closure’ [-Wmissing-field-initializers]
  5777. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::get’ [-Wmissing-field-initializers]
  5778. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::set’ [-Wmissing-field-initializers]
  5779. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::doc’ [-Wmissing-field-initializers]
  5780. PyHybrid/mainwindow_wrapper.cpp:1453:1: warning: missing initializer for member ‘PyGetSetDef::closure’ [-Wmissing-field-initializers]
  5781. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_typeobject::tp_del’ [-Wmissing-field-initializers]
  5782. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_typeobject::tp_version_tag’ [-Wmissing-field-initializers]
  5783. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::as_number’ [-Wmissing-field-initializers]
  5784. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::as_mapping’ [-Wmissing-field-initializers]
  5785. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::as_sequence’ [-Wmissing-field-initializers]
  5786. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::as_buffer’ [-Wmissing-field-initializers]
  5787. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::ht_name’ [-Wmissing-field-initializers]
  5788. PyHybrid/mainwindow_wrapper.cpp:1530:1: warning: missing initializer for member ‘_heaptypeobject::ht_slots’ [-Wmissing-field-initializers]
  5789. rm -f libPyHybrid.so.1.0.0 libPyHybrid.so libPyHybrid.so.1 libPyHybrid.so.1.0
  5790. g++ -Wl,-O1 -shared -Wl,-soname,libPyHybrid.so.1 -o libPyHybrid.so.1.0.0 pyhybrid_module_wrapper.o mainwindow_wrapper.o -L/usr/lib64/qt4 -ldl -lpython2.7 -lpyside-python2.7 -lshiboken-python2.7 -L.. -lHybrid -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lrt -lglib-2.0 -lpthread
  5791. ln -s libPyHybrid.so.1.0.0 libPyHybrid.so
  5792. ln -s libPyHybrid.so.1.0.0 libPyHybrid.so.1
  5793. ln -s libPyHybrid.so.1.0.0 libPyHybrid.so.1.0
  5794. rm -f ../libPyHybrid.so.1.0.0
  5795. rm -f ../libPyHybrid.so
  5796. rm -f ../libPyHybrid.so.1
  5797. rm -f ../libPyHybrid.so.1.0
  5798. mv -f libPyHybrid.so.1.0.0 libPyHybrid.so libPyHybrid.so.1 libPyHybrid.so.1.0 ../
  5799. make[1]: Leaving directory `/home/rth/pyside/HybridApp/hybridpy'
  5800. rm -f PyHybrid.so
  5801. ln -s libHybrid.so.1.0.0 PyHybrid.so
Add Comment
Please, Sign In to add comment