Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]What is the difference between QDeclarativeExtensionPlugin and QQmlExtensionPlugin?

[SOLVED]What is the difference between QDeclarativeExtensionPlugin and QQmlExtensionPlugin?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 767 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CoderJeff
    wrote on last edited by CoderJeff
    #1

    Their description in documents are almost the same. The documennts do not say any relation between them.

    QDeclarativeExtensionPlugin:
    http://doc.qt.io/qt-4.8/qdeclarativeextensionplugin.html

    QQmlExtensionPlugin:
    http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html

    The only difference is their versions. QDeclarativeExtensionPlugin appeared from Qt4.7 while QQmlExtensionPlugin appeared from Qt5.0.

    Does QQmlExtensionPlugin replace QDeclarativeExtensionPlugin?

    JKSHJ 1 Reply Last reply
    0
    • C CoderJeff

      Their description in documents are almost the same. The documennts do not say any relation between them.

      QDeclarativeExtensionPlugin:
      http://doc.qt.io/qt-4.8/qdeclarativeextensionplugin.html

      QQmlExtensionPlugin:
      http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html

      The only difference is their versions. QDeclarativeExtensionPlugin appeared from Qt4.7 while QQmlExtensionPlugin appeared from Qt5.0.

      Does QQmlExtensionPlugin replace QDeclarativeExtensionPlugin?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by JKSH
      #2

      @CoderJeff said:

      Does QQmlExtensionPlugin replace QDeclarativeExtensionPlugin?

      Yes.

      Their description in documents are almost the same. The documennts do not say any relation between them.

      See Porting QML Applications to Qt 5: C++ code. In summary, QDeclarative* is for Qt Quick 1, while QQml* and QQuick* are for Qt Quick 2.

      Qt Quick 2 is a complete rewrite, with superior performance and a more modular structure compared to Qt Quick 1. Version 1 is now deprecated.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      C 1 Reply Last reply
      0
      • JKSHJ JKSH

        @CoderJeff said:

        Does QQmlExtensionPlugin replace QDeclarativeExtensionPlugin?

        Yes.

        Their description in documents are almost the same. The documennts do not say any relation between them.

        See Porting QML Applications to Qt 5: C++ code. In summary, QDeclarative* is for Qt Quick 1, while QQml* and QQuick* are for Qt Quick 2.

        Qt Quick 2 is a complete rewrite, with superior performance and a more modular structure compared to Qt Quick 1. Version 1 is now deprecated.

        C Offline
        C Offline
        CoderJeff
        wrote on last edited by
        #3

        @JKSH
        Thank you. I got it.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved