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

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?

Qstackedwidget - Change Page One By One

Is there a way to change the page of a QStackedWidget without appointing to the actual index. self.… Read more Qstackedwidget - Change Page One By One

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

Catching Events Within Qtdesigner Generated Widget

I'm trying to make an app that would allow to manipulate some objects within QGraphicsView/QGra… Read more Catching Events Within Qtdesigner Generated Widget

Attributeerror: Module 'pyqt5.qtgui' Has No Attribute 'qwidget'

So, I'm trying to make a UI for a python code I have, but keep stumbling up on problems... Righ… Read more Attributeerror: Module 'pyqt5.qtgui' Has No Attribute 'qwidget'

How To Use Multiple .ui Files In The Main Python File

i have two .ui files that converted to python using pyuic5. first converted ui file is (LoginWindow… Read more How To Use Multiple .ui Files In The Main Python File

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

Pyqt5 Program Created With Qtdesigner Doesnt Show Any Window When Opened From Terminal

I was working with QT Designer with no issues but today i started a fresh ubuntu 18.04 install, but… Read more Pyqt5 Program Created With Qtdesigner Doesnt Show Any Window When Opened From Terminal