Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qt Designer

Pyqt5 The Qlcnumber Doesnt Update

i want to make a program that count pulses then it go through some equation and display it in the g… Read more Pyqt5 The Qlcnumber Doesnt Update

Window Closes Immediatelly After Run

My code calls one window with a button. When the button is clicked, call another window. But the se… Read more Window Closes Immediatelly After Run

Pyqt: How To Switch Widgets In Qstackedwidget

I have two buttons (wgtbtnA & wgtbtnB) placed on two different pages (page1 and page2, respecti… Read more Pyqt: How To Switch Widgets In Qstackedwidget

Pyqt Calendar With Only Year/month View

In Qt Designer, the QDateTimeEdit has the option for a calendar view. By setting the display format… Read more Pyqt Calendar With Only Year/month View

In Pyqt, Button Click Connect Not Working In The New Window

I have two windows in my code first I want to open class first() window which contains btn1. When I… Read more In Pyqt, Button Click Connect Not Working In The New Window

How Can I Draw Inside Existing QGraphicsVIew?

just like the title says i'm trying to draw inside an existing QGraphicsView. The window I gene… Read more How Can I Draw Inside Existing QGraphicsVIew?