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)
PyQt5 updating nested QWidgets
I am trying to code my first PyQt project and want to update both the textfield on the right and the plot on the left when I choose the New Pattern option from the menu bar. I think that the actions f...
Galvin Hoang
Votes: 0
Answers: 1
QT Rotating Pie of a rectangle without shifting center
I would like to make an application which includes rotation widget inside a circle. I started this with the AnalogClock example in qt. I wouldd like to rotate a quarter pie (quarter circle) instead of...
hixboz
Votes: 0
Answers: 1
Updating view based on model update on Qt
I am having trouble updating my qtableview when the data wrapped by the model the view uses changes. I am not talking about appending/adding data here, I am specifically talking about modifying existi...
avernus
Votes: 0
Answers: 2
Python PyQt6 ListWidget
I use list widget to store pytube stream objects
currently I add to the list the title of the object ( text only )
parallelly I add the full object to list ( playlist_yt )
Here is the add function
de...
None
Votes: 0
Answers: 0