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)
Python PyQt5: AttributeError: 'QTabWidget' object has no attribute 'setTabVisible'
This is an error the debugger in PyCharm does not catch but when running the script from the command line or from 'idle', the interpreter catches it.
I put a dummy line in using the setToolTip attribu...
sherril blackmon
Votes: 0
Answers: 2
QTableView PyQT5 - show a small button in cell
I have a database and I want to add a button into a cell, like this:
After pressing the button I want to open a filedialog to get the path of selected file. The path should be saved and visible in th...
sta_rtsrfce
Votes: 0
Answers: 0
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
Can't import PyQt5
So I'm absolutely new to PyQt5 and apologize ahead.
Currently I'm trying to get this thing to work and now spent a good 5 hours or so trying to figure it out but I just can't. I pip installed PyQt5 sy...
Tobias2712
Votes: 0
Answers: 1