python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set status bar for each tab in QTabWidget in PyQt5?
I'm trying to create an application which has two tab widgets and I'm trying to set individual status bars for each of them. Is this even possible?
Because both my tabs represent separate and individu...
user662650
Votes: 0
Answers: 0
wheelEvent not being called in latest pyqt5 when using a plot with pyqtgraph
I'm using pyqt5 to create some sort of an audio editor for my own needs and I need to be able to handle the mouse wheel and mouse clicks and release on the waveform to zoom in or to set a region that ...
arno sica
Votes: 0
Answers: 1
Disable tabs activation when scrolling PyQT QTabWidget
I have QTabWidget in my PyQT5 application on linux. Here is a demo
I have problem with scrolling that you can see in my video. When i scrolls througth tabs by using middle mouse or touchpad tabs activ...
Tut budet Ima
Votes: 0
Answers: 1
"mouseMoveEvent" only triggers by clicking and dragging but I need to detect it hovering over
I'm trying to color a label whenever the mouse passes over the program or "MainWindow" and the program only changes the color if I click and drag, any other operation like just clicking or j...
Rafael MR
Votes: 0
Answers: 2