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. Qt5 - Python and QML future
QtWS25 Last Chance

Qt5 - Python and QML future

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.6k Views
  • 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
    chaukas
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      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
      0
      • C Offline
        C Offline
        chaukas
        wrote on last edited by
        #3

        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
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          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
          0

          • Login

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