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. c++ vs python in using QT
Forum Updated to NodeBB v4.3 + New Features

c++ vs python in using QT

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 612 Views 1 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.
  • T Offline
    T Offline
    TomNow99
    wrote on last edited by TomNow99
    #1

    Hi,

    I always use QT with c++, but I would like to try using QT with python. And question: is everything what I can do in c++ QT is possible to do in python QT? Are every class moved to python from c++?

    JonBJ 1 Reply Last reply
    0
    • T TomNow99

      Hi,

      I always use QT with c++, but I would like to try using QT with python. And question: is everything what I can do in c++ QT is possible to do in python QT? Are every class moved to python from c++?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @TomNow99
      Yes for PyQt5.

      No for PySide2, sadly. It depends which classes/features you use. Obviously the most common ones have been done, but there are still unimplemented areas. Worth checking out what you use before you start out. Though the PySide2 docs don't always say what is not implemented, till you find out.

      And just to be clear: PyQt is GPL, PySide2 is LGPL, so your decision may depend on whether you intend to distribute your application.

      For a purely personal comment: I'm not great fan of Python, I preferred working with Qt C++, especially as a coding-time editing environment. But your mileage may vary.

      1 Reply Last reply
      1

      • Login

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