Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt5 - Python and QML future

    General and Desktop
    2
    4
    2408
    Loading More Posts
    • 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
      chaukas last edited by

      Hello,
      How well does Qt5 & Python work (with & without PyQt5)? Can i program everything in python?

      Is Q ML just for mobile like devices or is it a general purpose programming language? Any comments on its future & prominence?

      Thank-you.

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        No idea about Python stuff, but I do know a bit about QML. It's available on all platforms supported by Qt: both mobile and desktop. QML is much in focus right now (a huge amount of commits goes to that repository), and it seems that it is considered the way to go. You can safely start learning, there is no indication that QML will go away anytime soon, if at all.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • C
          chaukas last edited by

          Thanks for replying.

          I tried out a getting started qml example, but it gave error.
          [code] QOpenGLShader: could not create shader
          qmlscene: swrast/s_renderbuffer.c:588: map_attachment: Assertion `srb->Map' failed.
          Aborted[/code]

          Does Qmlscene/QML need latest graphics card for running?

          1 Reply Last reply Reply Quote 0
          • sierdzio
            sierdzio Moderators last edited by

            QtQuick1 uses raster engine and does not require any accelerated graphics. QtQuick2 requires OpenGL ES 2.0 as a minimum.

            (Z(:^

            1 Reply Last reply Reply Quote 0
            • First post
              Last post