tu-cao / qt-examples

Examples for Qt Framework in Python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Examples for Qt

Just a repository that contains examples in Python for the Qt framework.

Notice Qt5 and QWidget should be considered deprecated in 2022.

Contents

The directory examples contains examples which are not part of PySide6.

For convenience, this repository contains a copy of the examples of PyQt6 and PySide6.

Look at the file headers for the corresponding license.

  • PySide6 examples are installed with the Python package in the examples directory, use print(PySide6.__file__) to get the parent path in your installation.
  • PyQt6 examples are available in the source package.
  • Qt examples are installed with the Qt installer.

Contents Map

How to display Standalone QML file

Use the qml or pyside6-qml command to display a standalone QML file:

pyside6-qml vertical-tabbar/main.qml

Other Repositories on the Web

About

Examples for Qt Framework in Python and C++


Languages

Language:Python 85.5%Language:QML 10.6%Language:C++ 2.1%Language:CMake 1.0%Language:HTML 0.5%Language:QMake 0.1%Language:GLSL 0.1%Language:C 0.0%Language:Makefile 0.0%Language:Shell 0.0%Language:Scilab 0.0%