python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Missing PySide2 module error using pyinstaller
I'm trying to convert a python script to an executable with pyinstaller (version 4.8). The script has a GUI made through PySide2 which seems to be where the error occurs.
I tested my issue further on ...
CADV
Votes: 0
Answers: 0
PySide & QWT object disable/destroy
I am just learning OOP and PySide. I have created a code as below.
The application doesn't do anything much (it's a development project in learning stages).
import numpy as np
import sys
from qtpy.Qt...
VRI - Opcjonalny - Optional
Votes: 0
Answers: 1
Qt Python - in a list of buttons change color of all buttons up until the one that was clicked
I have a list of Qt buttons like this: self.buttons = [button1, button2, button3]
When one is clicked, I want all the buttons that come before the one that was clicked in the list to change their colo...

Tolga Poyraz
Votes: 0
Answers: 1
pyside2 Implement an input box with a slider visual
I want to implement a blender-like property adjustment box with pyside2 in Autodesk Maya, as shown below.
I have found some similar links, but without success specifically how to do it.
How to create...
chenzhiwei
Votes: 0
Answers: 1