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)
adding item/action to pyqtgraph PlotWidget context menu
I'm new to python and pyqt5/pyqtgraph. Trying to add an action/item to the context menu of a PlotWidget using the code below. The New_Item appears overlaid on top of the "View All" item in...
TM 1001
Votes: 0
Answers: 0
Right Click Menu
I want to be able to right click and have it pull up a menu currently it pulls up the menu but I cannot interact with it without it closing. But this code closes it with any click inside or outside of...
ethan.daq
Votes: 0
Answers: 2
Exe file generated from python script executed on a folder when the folder is right-clicked on
I'm somewhat new with with Python, so hopefully my question is not entirely wrong. I have a python script, which scans the files inside a folder, and renames some of them based on a criteria. Like thi...
tajir12457
Votes: 0
Answers: 2
Enforce browser to treat element as a link in JS
I have a table with rows that handle onClick events which redirect users to another route based on keyRow. Therefore, I'd like to have a context menu typical for links (as follows):
However, I see a ...
Michał Miler
Votes: 0
Answers: 0