Python Installing QT-PyQt-PySide-Custom-Widgets | GUI | UI | PySide | PyQt | QT Designer | Extension

preview_player
Показать описание
I made a custom extension for QT applications with python. You can use this extension to style different elements, add custom animations and navigation.
This video will help to install QT-PyQt-PySide-Custom-Widgets from PyPi using PIP command or from GitHub.

VIDEO LINKS
Documentation:

-----------------------------------------------------------------------------------------------------------------------------------------
MAKE YOUR CONTRIBUTIONS
--------------------------------------------------------------------------------------------------------------------------------------
Send Me A Cup Of Coffee
Support Me
I use Payoneer to send and receive money online:
-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

I have install and upgrade like yo show but when a try to run the first example I get this error: "No PySide2 or PySide6 found"

cydmatica
Автор

Please update this tutorial, I am completely lost on how to install this.

The-_-teX
Автор

Thank you for your awesome work. I really love and appreciate it.
But I have an issue starting the widgets and I would appreciate it if you could help me.
I've successfully installed the custom widgets, but when I try to test it with this command "from import test", it says:

OSError: no library called "cairo-2" was found
no library called "cairo" was found
no library called "libcairo-2" was found

I've just checked your answer regarding the same issue in the comment below, but I have no idea what you mean by video on Channel page. Could you please advise on how to solve this issue?
Apologies for any inconvenience caused by my query, and thank you in advance for your assistance! :)

이수영-sy
Автор

i tried "from import test" this but there is an error says"

NameError: name 'sys' is not defined

vishalnagpal
Автор

Hi. The 'from import test' command works with python 3.8 but does not work with python 3.10. Please what can i do?

emmanuelshaba
Автор

After installing the library QT-PyQt-PySide-Custom-Widgets, I run the command from import test in the terminal I get the following errors:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/iwan/.local/lib/python3.8/site-packages/Custom_Widgets/ProgressIndicator/test.py", line 23, in <module> from import * File "/home/iwan/.local/lib/python3.8/site-packages/Custom_Widgets/ProgressIndicator/ui_interface.py", line 10, in <module> if 'PySide2' in sys.modules: NameError: name 'sys' is not defined
I use Python 3.8.10 version and I tried it on Ubuntu 20.04.4 LTS and Windows 11

iwanbado
Автор

After installing Installing QT-PyQt-PySide-Custom-Widgets ==0.2.5 I got this error ModuleNotFoundError: No module named 'Custom_Widgets. What is the cause please I need help.Thank you

benantwi
Автор

No module named
even after installed the package by :pip install QT-PyQt-PySide-Custom-Widgets
python version 3.9, windows 11
please solve for me

alhiedi
Автор

Thanks for your work! ps music is too loud comparing to voice, it would be nice if music was the same volume as voice

Lord__Of__Darkness
Автор

Thank's man again and again and again

boumaizasalah
Автор

if 'PySide2' in sys.modules:
NameError: name 'sys' is not defined

omkumis
Автор

this is the error I am getting


ImportError: Unable to import required Qt libraries from C:\path\to\qt\binding! Please set the 'ICONIFY_QTLIB' env var to the location of a Qt5 compliant python binding you would like to use.

enochyeboah
Автор

hi! I'm just studying Linux! It works on Rasberrypi as well?

gommebear
Автор

aww man! you forgot the name of that song!! =P

againstthegrain
Автор

Can I use QT-PyQt-PySide-Custom-Widgets with pyside6?

MARIO-tbtr
Автор

is it possible to make pyside android apps?

mohsendhdh
Автор

how to make this widget. i want to make customized widget.

rabiahussain
Автор

Hi! When I tried test.main(), I get the error "ImportError: cannot import name 'Mapping' from 'collections'" What can I do? (I'm using python 3.10 btw)
Thanks for all your work!

Anthigonna
Автор

can u please not use this type of headache song even if you use please lower the volume

BLACKDREAMIO
Автор

Microsoft Windows [Version 10.0.19044.2006]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.

C:\Windows\system32>python
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from import test
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python3_10_7\lib\site-packages\Custom_Widgets\ProgressIndicator\test.py", line 23, in <module>
from import *
File "C:\Python3_10_7\lib\site-packages\Custom_Widgets\ProgressIndicator\ui_interface.py", line 10, in <module>
if 'PySide2' in sys.modules:
NameError: name 'sys' is not defined
>>>

I started it with superuser rights

kt_bayun