embed matplotlib in pyqt5 with Qt Designer

preview_player
Показать описание
embed matplotlib in pyqt5 with Qt Designer
Рекомендации по теме
Комментарии
Автор

nice tutorial for developing UI based on UI. Look forward to seeing your new pieces.

ruifrank
Автор

Thank you! The best video on the topic

amipigeon
Автор

Have any idea what this error is about?

//
AttributeError: 'MainWidget' object has no attribute 'setCentralWidget'
//

"setCentralWidget" method exist in my Ui_Form class from the qtdesigner source file. For some reason "MainWidget" object seems to be unable to make the connection.

empatheticgrinch
Автор

Hi Key Lou:


I`m a novel developper in Python. Please, could you put your code in the comments for getting it?

Beitxiku
Автор

Thank you for the great program.
loadUi ("qt.ui", self)
Can you print the fplt.candlstick_ochl chart on the widget of the ui after reading the ui file?

hjjj
Автор

Is the size of the graphic widget autoajustable with the size of the mainwindow?

FurquimRafa
Автор

I started from MainWindow, If you have a way to write, please help me.

phuminpredatham
Автор

My ui_matplotlib_pyqt.py module has no Ui_Form in it.

Hohniker