Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-587

Lots of shiboken typesystem warnings when building scripteableapplication example

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9
    • 5.9
    • PySide
    • None
    • macOS 10.12
      Python 2.7
      Qt 5.9.4
      PySide 5.9
    • 15c9e08d81177e5afdcd94745201c61206aba774

    Description

      When building the scripteableapplication example, shiboken outputs around ~700 warnings. The application still works, but it definitely looks like something might be wrong.
      It is not user-friendly to a new person that would try to build the example, and then gets scared that something is broken.

      Friedemann mentions that it has something to do with the generate="no" option in the example typesystem XML file.

      Here is a sample output:

      scriptableapplication) clang_parseTranslationUnit2(0x0, cmd[19]=-nostdinc -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -isystem/usr/include -iframework/System/Library/Frameworks -iframework/Library/Frameworks -std=c++14 -fPIC -fno-exceptions -Wno-expansion-to-defined -Wno-constant-logical-operand -I/Volumes/T3/Dev/qt/qt59_built/qtbase/include -I/Volumes/T3/Dev/qt/qt59_built/qtbase/include/QtCore -I/Volumes/T3/Dev/qt/qt59_built/qtbase/include/QtGui -I/Volumes/T3/Dev/qt/qt59_built/qtbase/include/QtWidgets -I/Volumes/T3/Dev/pyside/super_pyside_clang/examples/scriptableapplication /var/folders/_x/l798cjd52ql19nfxydb17_c80000gn/T/wrappedclasses_L89186.hpp)
      Generating class model...                    qt.shiboken: (scriptableapplication) enum 'QSysInfo::MacVersion' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'QByteArray::Base64Option' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'QDataStream::FloatingPointPrecision' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'QFont::HintingPreference' does not have a type entry or is not an enum
      [WARNING]
      Generating enum model...                     qt.shiboken: (scriptableapplication) enum 'Q_RELOCATABLE_TYPE' does not have a type entry or is not an enum
      [WARNING]
      Generating namespace model...                qt.shiboken: (scriptableapplication) enum 'Qt::TabFocusBehavior' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::TileRule' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::ApplicationState' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::ScreenOrientation' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::Edge' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::ItemSelectionOperation' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::InputMethodHint' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::EnterKeyType' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::AnchorPoint' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::FindChildOption' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::CoordinateSystem' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::TouchPointState' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::GestureState' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::GestureType' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::GestureFlag' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::NativeGestureType' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::NavigationMode' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::CursorMoveStyle' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::TimerType' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::ScrollPhase' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::MouseEventSource' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::MouseEventFlag' does not have a type entry or is not an enum
      qt.shiboken: (scriptableapplication) enum 'Qt::ChecksumType' does not have a type entry or is not an enum
      [WARNING]
      Resolving typedefs...                        [OK]
      qt.shiboken: (scriptableapplication) skipping field 'QSysInfo::WindowsVersion' with unmatched type 'const QSysInfo::WinVersion'
      qt.shiboken: (scriptableapplication) skipping field 'QSysInfo::MacintoshVersion' with unmatched type 'const QSysInfo::MacVersion'
      Fixing class inheritance...                  [WARNING]
      Detecting inconsistencies in class model...  [OK]
      [OK]
      qt.shiboken: (scriptableapplication) enum 'QDate::MonthNameType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QLCDNumber::SegmentStyle' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QPaintEngine::PaintEngineFeature' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QFormLayout::FieldGrowthPolicy' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QFrame::Shape' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionTab::TabFeature' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QActionGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionToolBox::SelectedPosition' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QCryptographicHash' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QGraphicsView::ViewportAnchor' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QDateTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QSystemSemaphore::AccessMode' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QPlainTextEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QProcess::ProcessChannel' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QApplication' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QWizard::WizardButton' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QPen' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QThreadPool' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QGraphicsSceneMouseEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QBoxLayout' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      .................... many more
      qt.shiboken: (scriptableapplication) enum 'QFrame::StyleMask' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QGraphicsPixmapItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QAbstractButton' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QTableWidgetItem::ItemType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QFocusFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QAbstractItemView::CursorAction' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QWindowStateChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QCloseEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QRunnable' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QProcess::ProcessChannelMode' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QGraphicsSceneMoveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QLCDNumber::SegmentStyle' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QHelpEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QDir::Filter' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QListWidgetItem::ItemType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QLocale::NumberOption' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionMenuItem::MenuItemType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QAbstractItemDelegate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QTextCharFormat::UnderlineStyle' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QXmlStreamNotationDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QGraphicsView::OptimizationFlag' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionToolBox::StyleOptionVersion' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QDateTimeEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QDate::MonthNameType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QStyle::StandardPixmap' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QUrl::ComponentFormattingOption' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QStyleOptionHeader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QAbstractScrollArea' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QMdiArea::AreaOption' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QTextListFormat::Style' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QDateTimeEdit::Section' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QFileDialog::AcceptMode' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QJsonDocument::DataValidation' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QFileSelector' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionHeader::SectionPosition' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionDockWidget::StyleOptionVersion' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QTreeWidgetItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionTitleBar::StyleOptionType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QTouchDevice' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionDockWidget::StyleOptionType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QRawFont::LayoutFlag' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QLocale::Country' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QSystemTrayIcon' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QItemSelectionModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QTextCodec' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QDragLeaveEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) type 'QPlainTextEdit' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QTextFrameFormat::BorderStyle' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QFileDialog' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleHintReturn::HintReturnType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) type 'QJsonParseError' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
      qt.shiboken: (scriptableapplication) enum 'QStyleOptionButton::StyleOptionType' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QHeaderView::ResizeMode' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) enum 'QTextCursor::MoveOperation' is specified in typesystem, but not declared
      qt.shiboken: (scriptableapplication) signature 'codecForHtml(QByteArray)' for function modification in 'Qt' not found. No candidates were found. Member functions: qt_getEnumMetaObject(QFlags<Qt::AlignmentFlag>), qt_getEnumMetaObject(QFlags<Qt::DockWidgetArea>), qt_getEnumMetaObject(QFlags<Qt::DropAction>), qt_getEnumMetaObject(QFlags<Qt::ImageConversionFlag>), qt_getEnumMetaObject(QFlags<Qt::InputMethodQuery>), qt_getEnumMetaObject(QFlags<Qt::ItemFlag>), qt_getEnumMetaObject(QFlags<Qt::KeyboardModifier>), qt_getEnumMetaObject(QFlags<Qt::MatchFlag>), qt_getEnumMetaObject(QFlags<Qt::MouseButton>), qt_getEnumMetaObject(QFlags<Qt::Orientation>), qt_getEnumMetaObject(QFlags<Qt::TextInteractionFlag>), qt_getEnumMetaObject(QFlags<Qt::ToolBarArea>), qt_getEnumMetaObject(QFlags<Qt::WindowState>), qt_getEnumMetaObject(QFlags<Qt::WindowType>), qt_getEnumMetaObject(Qt::ApplicationAttribute), qt_getEnumMetaObject(Qt::ArrowType), qt_getEnumMetaObject(Qt::AspectRatioMode), qt_getEnumMetaObject(Qt::Axis), qt_getEnumMetaObject(Qt::BGMode), qt_getEnumMetaObject(Qt::BrushStyle), qt_getEnumMetaObject(Qt::CaseSensitivity), qt_getEnumMetaObject(Qt::CheckState), qt_getEnumMetaObject(Qt::ClipOperation), qt_getEnumMetaObject(Qt::ConnectionType), qt_getEnumMetaObject(Qt::ContextMenuPolicy), qt_getEnumMetaObject(Qt::Corner), qt_getEnumMetaObject(Qt::CursorShape), qt_getEnumMetaObject(Qt::DateFormat), qt_getEnumMetaObject(Qt::DayOfWeek), qt_getEnumMetaObject(Qt::DockWidgetArea), qt_getEnumMetaObject(Qt::DropAction), qt_getEnumMetaObject(Qt::FillRule), qt_getEnumMetaObject(Qt::FocusPolicy), qt_getEnumMetaObject(Qt::FocusReason), qt_getEnumMetaObject(Qt::GlobalColor), qt_getEnumMetaObject(Qt::InputMethodQuery), qt_getEnumMetaObject(Qt::ItemDataRole), qt_getEnumMetaObject(Qt::ItemSelectionMode), qt_getEnumMetaObject(Qt::Key), qt_getEnumMetaObject(Qt::LayoutDirection), qt_getEnumMetaObject(Qt::MaskMode), qt_getEnumMetaObject(Qt::Orientation), qt_getEnumMetaObject(Qt::PenCapStyle), qt_getEnumMetaObject(Qt::PenJoinStyle), qt_getEnumMetaObject(Qt::PenStyle), qt_getEnumMetaObject(Qt::ScrollBarPolicy), qt_getEnumMetaObject(Qt::ShortcutContext), qt_getEnumMetaObject(Qt::SizeHint), qt_getEnumMetaObject(Qt::SizeMode), qt_getEnumMetaObject(Qt::SortOrder), qt_getEnumMetaObject(Qt::TextElideMode), qt_getEnumMetaObject(Qt::TextFlag), qt_getEnumMetaObject(Qt::TextFormat), qt_getEnumMetaObject(Qt::TextInteractionFlag), qt_getEnumMetaObject(Qt::TimeSpec), qt_getEnumMetaObject(Qt::ToolBarArea), qt_getEnumMetaObject(Qt::ToolButtonStyle), qt_getEnumMetaObject(Qt::TransformationMode), qt_getEnumMetaObject(Qt::WidgetAttribute), qt_getEnumMetaObject(Qt::WindowModality), qt_getEnumMetaObject(Qt::WindowState), qt_getEnumMetaObject(Qt::WindowType), qt_getEnumName(QFlags<Qt::AlignmentFlag>), qt_getEnumName(QFlags<Qt::DockWidgetArea>), qt_getEnumName(QFlags<Qt::DropAction>), qt_getEnumName(QFlags<Qt::ImageConversionFlag>), qt_getEnumName(QFlags<Qt::InputMethodQuery>), qt_getEnumName(QFlags<Qt::ItemFlag>), qt_getEnumName(QFlags<Qt::KeyboardModifier>), qt_getEnumName(QFlags<Qt::MatchFlag>), qt_getEnumName(QFlags<Qt::MouseButton>), qt_getEnumName(QFlags<Qt::Orientation>), qt_getEnumName(QFlags<Qt::TextInteractionFlag>), qt_getEnumName(QFlags<Qt::ToolBarArea>), qt_getEnumName(QFlags<Qt::WindowState>), qt_getEnumName(QFlags<Qt::WindowType>), qt_getEnumName(Qt::ApplicationAttribute), qt_getEnumName(Qt::ArrowType), qt_getEnumName(Qt::AspectRatioMode), qt_getEnumName(Qt::Axis), qt_getEnumName(Qt::BGMode), qt_getEnumName(Qt::BrushStyle), qt_getEnumName(Qt::CaseSensitivity), qt_getEnumName(Qt::CheckState), qt_getEnumName(Qt::ClipOperation), qt_getEnumName(Qt::ConnectionType), qt_getEnumName(Qt::ContextMenuPolicy), qt_getEnumName(Qt::Corner), qt_getEnumName(Qt::CursorShape), qt_getEnumName(Qt::DateFormat), qt_getEnumName(Qt::DayOfWeek), qt_getEnumName(Qt::DockWidgetArea), qt_getEnumName(Qt::DropAction), qt_getEnumName(Qt::FillRule), qt_getEnumName(Qt::FocusPolicy), qt_getEnumName(Qt::FocusReason), qt_getEnumName(Qt::GlobalColor), qt_getEnumName(Qt::InputMethodQuery), qt_getEnumName(Qt::ItemDataRole), qt_getEnumName(Qt::ItemSelectionMode), qt_getEnumName(Qt::Key), qt_getEnumName(Qt::LayoutDirection), qt_getEnumName(Qt::MaskMode), qt_getEnumName(Qt::Orientation), qt_getEnumName(Qt::PenCapStyle), qt_getEnumName(Qt::PenJoinStyle), qt_getEnumName(Qt::PenStyle), qt_getEnumName(Qt::ScrollBarPolicy), qt_getEnumName(Qt::ShortcutContext), qt_getEnumName(Qt::SizeHint), qt_getEnumName(Qt::SizeMode), qt_getEnumName(Qt::SortOrder), qt_getEnumName(Qt::TextElideMode), qt_getEnumName(Qt::TextFlag), qt_getEnumName(Qt::TextFormat), qt_getEnumName(Qt::TextInteractionFlag), qt_getEnumName(Qt::TimeSpec), qt_getEnumName(Qt::ToolBarArea), qt_getEnumName(Qt::ToolButtonStyle), qt_getEnumName(Qt::TransformationMode), qt_getEnumName(Qt::WidgetAttribute), qt_getEnumName(Qt::WindowModality), qt_getEnumName(Qt::WindowState), qt_getEnumName(Qt::WindowType)
      qt.shiboken: (scriptableapplication) signature 'mightBeRichText(QString)' for function modification in 'Qt' not found. No candidates were found. Member functions: qt_getEnumMetaObject(QFlags<Qt::AlignmentFlag>), qt_getEnumMetaObject(QFlags<Qt::DockWidgetArea>), qt_getEnumMetaObject(QFlags<Qt::DropAction>), qt_getEnumMetaObject(QFlags<Qt::ImageConversionFlag>), qt_getEnumMetaObject(QFlags<Qt::InputMethodQuery>), qt_getEnumMetaObject(QFlags<Qt::ItemFlag>), qt_getEnumMetaObject(QFlags<Qt::KeyboardModifier>), qt_getEnumMetaObject(QFlags<Qt::MatchFlag>), qt_getEnumMetaObject(QFlags<Qt::MouseButton>), qt_getEnumMetaObject(QFlags<Qt::Orientation>), qt_getEnumMetaObject(QFlags<Qt::TextInteractionFlag>), qt_getEnumMetaObject(QFlags<Qt::ToolBarArea>), qt_getEnumMetaObject(QFlags<Qt::WindowState>), qt_getEnumMetaObject(QFlags<Qt::WindowType>), qt_getEnumMetaObject(Qt::ApplicationAttribute), qt_getEnumMetaObject(Qt::ArrowType), qt_getEnumMetaObject(Qt::AspectRatioMode), qt_getEnumMetaObject(Qt::Axis), qt_getEnumMetaObject(Qt::BGMode), qt_getEnumMetaObject(Qt::BrushStyle), qt_getEnumMetaObject(Qt::CaseSensitivity), qt_getEnumMetaObject(Qt::CheckState), qt_getEnumMetaObject(Qt::ClipOperation), qt_getEnumMetaObject(Qt::ConnectionType), qt_getEnumMetaObject(Qt::ContextMenuPolicy), qt_getEnumMetaObject(Qt::Corner), qt_getEnumMetaObject(Qt::CursorShape), qt_getEnumMetaObject(Qt::DateFormat), qt_getEnumMetaObject(Qt::DayOfWeek), qt_getEnumMetaObject(Qt::DockWidgetArea), qt_getEnumMetaObject(Qt::DropAction), qt_getEnumMetaObject(Qt::FillRule), qt_getEnumMetaObject(Qt::FocusPolicy), qt_getEnumMetaObject(Qt::FocusReason), qt_getEnumMetaObject(Qt::GlobalColor), qt_getEnumMetaObject(Qt::InputMethodQuery), qt_getEnumMetaObject(Qt::ItemDataRole), qt_getEnumMetaObject(Qt::ItemSelectionMode), qt_getEnumMetaObject(Qt::Key), qt_getEnumMetaObject(Qt::LayoutDirection), qt_getEnumMetaObject(Qt::MaskMode), qt_getEnumMetaObject(Qt::Orientation), qt_getEnumMetaObject(Qt::PenCapStyle), qt_getEnumMetaObject(Qt::PenJoinStyle), qt_getEnumMetaObject(Qt::PenStyle), qt_getEnumMetaObject(Qt::ScrollBarPolicy), qt_getEnumMetaObject(Qt::ShortcutContext), qt_getEnumMetaObject(Qt::SizeHint), qt_getEnumMetaObject(Qt::SizeMode), qt_getEnumMetaObject(Qt::SortOrder), qt_getEnumMetaObject(Qt::TextElideMode), qt_getEnumMetaObject(Qt::TextFlag), qt_getEnumMetaObject(Qt::TextFormat), qt_getEnumMetaObject(Qt::TextInteractionFlag), qt_getEnumMetaObject(Qt::TimeSpec), qt_getEnumMetaObject(Qt::ToolBarArea), qt_getEnumMetaObject(Qt::ToolButtonStyle), qt_getEnumMetaObject(Qt::TransformationMode), qt_getEnumMetaObject(Qt::WidgetAttribute), qt_getEnumMetaObject(Qt::WindowModality), qt_getEnumMetaObject(Qt::WindowState), qt_getEnumMetaObject(Qt::WindowType), qt_getEnumName(QFlags<Qt::AlignmentFlag>), qt_getEnumName(QFlags<Qt::DockWidgetArea>), qt_getEnumName(QFlags<Qt::DropAction>), qt_getEnumName(QFlags<Qt::ImageConversionFlag>), qt_getEnumName(QFlags<Qt::InputMethodQuery>), qt_getEnumName(QFlags<Qt::ItemFlag>), qt_getEnumName(QFlags<Qt::KeyboardModifier>), qt_getEnumName(QFlags<Qt::MatchFlag>), qt_getEnumName(QFlags<Qt::MouseButton>), qt_getEnumName(QFlags<Qt::Orientation>), qt_getEnumName(QFlags<Qt::TextInteractionFlag>), qt_getEnumName(QFlags<Qt::ToolBarArea>), qt_getEnumName(QFlags<Qt::WindowState>), qt_getEnumName(QFlags<Qt::WindowType>), qt_getEnumName(Qt::ApplicationAttribute), qt_getEnumName(Qt::ArrowType), qt_getEnumName(Qt::AspectRatioMode), qt_getEnumName(Qt::Axis), qt_getEnumName(Qt::BGMode), qt_getEnumName(Qt::BrushStyle), qt_getEnumName(Qt::CaseSensitivity), qt_getEnumName(Qt::CheckState), qt_getEnumName(Qt::ClipOperation), qt_getEnumName(Qt::ConnectionType), qt_getEnumName(Qt::ContextMenuPolicy), qt_getEnumName(Qt::Corner), qt_getEnumName(Qt::CursorShape), qt_getEnumName(Qt::DateFormat), qt_getEnumName(Qt::DayOfWeek), qt_getEnumName(Qt::DockWidgetArea), qt_getEnumName(Qt::DropAction), qt_getEnumName(Qt::FillRule), qt_getEnumName(Qt::FocusPolicy), qt_getEnumName(Qt::FocusReason), qt_getEnumName(Qt::GlobalColor), qt_getEnumName(Qt::InputMethodQuery), qt_getEnumName(Qt::ItemDataRole), qt_getEnumName(Qt::ItemSelectionMode), qt_getEnumName(Qt::Key), qt_getEnumName(Qt::LayoutDirection), qt_getEnumName(Qt::MaskMode), qt_getEnumName(Qt::Orientation), qt_getEnumName(Qt::PenCapStyle), qt_getEnumName(Qt::PenJoinStyle), qt_getEnumName(Qt::PenStyle), qt_getEnumName(Qt::ScrollBarPolicy), qt_getEnumName(Qt::ShortcutContext), qt_getEnumName(Qt::SizeHint), qt_getEnumName(Qt::SizeMode), qt_getEnumName(Qt::SortOrder), qt_getEnumName(Qt::TextElideMode), qt_getEnumName(Qt::TextFlag), qt_getEnumName(Qt::TextFormat), qt_getEnumName(Qt::TextInteractionFlag), qt_getEnumName(Qt::TimeSpec), qt_getEnumName(Qt::ToolBarArea), qt_getEnumName(Qt::ToolButtonStyle), qt_getEnumName(Qt::TransformationMode), qt_getEnumName(Qt::WidgetAttribute), qt_getEnumName(Qt::WindowModality), qt_getEnumName(Qt::WindowState), qt_getEnumName(Qt::WindowType)
      qt.shiboken: (scriptableapplication) signature 'convertFromPlainText(QString,Qt::WhiteSpaceMode)' for function modification in 'Qt' not found. No candidates were found. Member functions: qt_getEnumMetaObject(QFlags<Qt::AlignmentFlag>), qt_getEnumMetaObject(QFlags<Qt::DockWidgetArea>), qt_getEnumMetaObject(QFlags<Qt::DropAction>), qt_getEnumMetaObject(QFlags<Qt::ImageConversionFlag>), qt_getEnumMetaObject(QFlags<Qt::InputMethodQuery>), qt_getEnumMetaObject(QFlags<Qt::ItemFlag>), qt_getEnumMetaObject(QFlags<Qt::KeyboardModifier>), qt_getEnumMetaObject(QFlags<Qt::MatchFlag>), qt_getEnumMetaObject(QFlags<Qt::MouseButton>), qt_getEnumMetaObject(QFlags<Qt::Orientation>), qt_getEnumMetaObject(QFlags<Qt::TextInteractionFlag>), qt_getEnumMetaObject(QFlags<Qt::ToolBarArea>), qt_getEnumMetaObject(QFlags<Qt::WindowState>), qt_getEnumMetaObject(QFlags<Qt::WindowType>), qt_getEnumMetaObject(Qt::ApplicationAttribute), qt_getEnumMetaObject(Qt::ArrowType), qt_getEnumMetaObject(Qt::AspectRatioMode), qt_getEnumMetaObject(Qt::Axis), qt_getEnumMetaObject(Qt::BGMode), qt_getEnumMetaObject(Qt::BrushStyle), qt_getEnumMetaObject(Qt::CaseSensitivity), qt_getEnumMetaObject(Qt::CheckState), qt_getEnumMetaObject(Qt::ClipOperation), qt_getEnumMetaObject(Qt::ConnectionType), qt_getEnumMetaObject(Qt::ContextMenuPolicy), qt_getEnumMetaObject(Qt::Corner), qt_getEnumMetaObject(Qt::CursorShape), qt_getEnumMetaObject(Qt::DateFormat), qt_getEnumMetaObject(Qt::DayOfWeek), qt_getEnumMetaObject(Qt::DockWidgetArea), qt_getEnumMetaObject(Qt::DropAction), qt_getEnumMetaObject(Qt::FillRule), qt_getEnumMetaObject(Qt::FocusPolicy), qt_getEnumMetaObject(Qt::FocusReason), qt_getEnumMetaObject(Qt::GlobalColor), qt_getEnumMetaObject(Qt::InputMethodQuery), qt_getEnumMetaObject(Qt::ItemDataRole), qt_getEnumMetaObject(Qt::ItemSelectionMode), qt_getEnumMetaObject(Qt::Key), qt_getEnumMetaObject(Qt::LayoutDirection), qt_getEnumMetaObject(Qt::MaskMode), qt_getEnumMetaObject(Qt::Orientation), qt_getEnumMetaObject(Qt::PenCapStyle), qt_getEnumMetaObject(Qt::PenJoinStyle), qt_getEnumMetaObject(Qt::PenStyle), qt_getEnumMetaObject(Qt::ScrollBarPolicy), qt_getEnumMetaObject(Qt::ShortcutContext), qt_getEnumMetaObject(Qt::SizeHint), qt_getEnumMetaObject(Qt::SizeMode), qt_getEnumMetaObject(Qt::SortOrder), qt_getEnumMetaObject(Qt::TextElideMode), qt_getEnumMetaObject(Qt::TextFlag), qt_getEnumMetaObject(Qt::TextFormat), qt_getEnumMetaObject(Qt::TextInteractionFlag), qt_getEnumMetaObject(Qt::TimeSpec), qt_getEnumMetaObject(Qt::ToolBarArea), qt_getEnumMetaObject(Qt::ToolButtonStyle), qt_getEnumMetaObject(Qt::TransformationMode), qt_getEnumMetaObject(Qt::WidgetAttribute), qt_getEnumMetaObject(Qt::WindowModality), qt_getEnumMetaObject(Qt::WindowState), qt_getEnumMetaObject(Qt::WindowType), qt_getEnumName(QFlags<Qt::AlignmentFlag>), qt_getEnumName(QFlags<Qt::DockWidgetArea>), qt_getEnumName(QFlags<Qt::DropAction>), qt_getEnumName(QFlags<Qt::ImageConversionFlag>), qt_getEnumName(QFlags<Qt::InputMethodQuery>), qt_getEnumName(QFlags<Qt::ItemFlag>), qt_getEnumName(QFlags<Qt::KeyboardModifier>), qt_getEnumName(QFlags<Qt::MatchFlag>), qt_getEnumName(QFlags<Qt::MouseButton>), qt_getEnumName(QFlags<Qt::Orientation>), qt_getEnumName(QFlags<Qt::TextInteractionFlag>), qt_getEnumName(QFlags<Qt::ToolBarArea>), qt_getEnumName(QFlags<Qt::WindowState>), qt_getEnumName(QFlags<Qt::WindowType>), qt_getEnumName(Qt::ApplicationAttribute), qt_getEnumName(Qt::ArrowType), qt_getEnumName(Qt::AspectRatioMode), qt_getEnumName(Qt::Axis), qt_getEnumName(Qt::BGMode), qt_getEnumName(Qt::BrushStyle), qt_getEnumName(Qt::CaseSensitivity), qt_getEnumName(Qt::CheckState), qt_getEnumName(Qt::ClipOperation), qt_getEnumName(Qt::ConnectionType), qt_getEnumName(Qt::ContextMenuPolicy), qt_getEnumName(Qt::Corner), qt_getEnumName(Qt::CursorShape), qt_getEnumName(Qt::DateFormat), qt_getEnumName(Qt::DayOfWeek), qt_getEnumName(Qt::DockWidgetArea), qt_getEnumName(Qt::DropAction), qt_getEnumName(Qt::FillRule), qt_getEnumName(Qt::FocusPolicy), qt_getEnumName(Qt::FocusReason), qt_getEnumName(Qt::GlobalColor), qt_getEnumName(Qt::InputMethodQuery), qt_getEnumName(Qt::ItemDataRole), qt_getEnumName(Qt::ItemSelectionMode), qt_getEnumName(Qt::Key), qt_getEnumName(Qt::LayoutDirection), qt_getEnumName(Qt::MaskMode), qt_getEnumName(Qt::Orientation), qt_getEnumName(Qt::PenCapStyle), qt_getEnumName(Qt::PenJoinStyle), qt_getEnumName(Qt::PenStyle), qt_getEnumName(Qt::ScrollBarPolicy), qt_getEnumName(Qt::ShortcutContext), qt_getEnumName(Qt::SizeHint), qt_getEnumName(Qt::SizeMode), qt_getEnumName(Qt::SortOrder), qt_getEnumName(Qt::TextElideMode), qt_getEnumName(Qt::TextFlag), qt_getEnumName(Qt::TextFormat), qt_getEnumName(Qt::TextInteractionFlag), qt_getEnumName(Qt::TimeSpec), qt_getEnumName(Qt::ToolBarArea), qt_getEnumName(Qt::ToolButtonStyle), qt_getEnumName(Qt::TransformationMode), qt_getEnumName(Qt::WidgetAttribute), qt_getEnumName(Qt::WindowModality), qt_getEnumName(Qt::WindowState), qt_getEnumName(Qt::WindowType)
      
      Done, 3037ms, 735 warnings (233 known issues)
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            alexandru.croitor Alexandru Croitor
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes