SkillAgentSearch skills...

Qtpydocking

{{deprecated}} Qt-Advanced-Docking-System for qtpy (PyQt5 / PySide)

Install / Use

/learn @klauer/Qtpydocking
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DEPRECATED

Qt-Advanced-Docking-System provides a Python wrapper directly, implemented with sip. It's easily available through conda-forge, and you should use it instead of qtpydocking:

https://github.com/conda-forge/pyqtads-feedstock/#installing-pyqtads

DEPRECATED

.. image:: https://img.shields.io/travis/klauer/qtpydocking.svg :target: https://travis-ci.org/klauer/qtpydocking

.. image:: https://img.shields.io/pypi/v/qtpydocking.svg :target: https://pypi.python.org/pypi/qtpydocking

=============================== qtpydocking

Pure Python port of the Qt-Advanced-Docking-System <https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System>, supporting PyQt5 and PySide through qtpy <https://github.com/spyder-ide/qtpy>.

Requirements

  • Python 3.6+
  • qtpy
  • PyQt5 / PySide

Documentation

Sphinx-generated documentation <https://klauer.github.io/qtpydocking/>_

Installation

::

$ conda create -n docking -c conda-forge python=3.6 pyqt qt qtpy $ conda activate docking $ git clone https://github.com/klauer/qtpydocking $ cd qtpydocking $ python setup.py install

Running the Tests

::

$ python run_tests.py

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks6

Languages

Python

Security Score

70/100

Audited on Jan 7, 2024

No findings