PyQt5 Tutorial #10 - Creating a Pie Chart with QChart

preview_player
Показать описание
Welcome again to PyQt5 Tutorial for YOU. This tutorial is directed towards beginners. In this video, I show you how to create a simple pie chart with PyQtChart

Disclaimer:
Any product names, logos, brands, and other trademarks or images featured or referenced in this video are the property of their respective trademark holders. Use of these names, logos, brands, or other trademarks or images does not imply an affiliation with or endorsement by their respective owners.
Every effort has been made in the creation of this video to ensure the accuracy of information presented. However, neither the author, nor Darlington Nkwaze, and it's affiliates will be held liable for any damages caused or alleged to be caused directly or indirectly by this video.

🚩 Connect with me on social media:

🔔 Subscribe to my YouTube channel.
Рекомендации по теме
Комментарии
Автор

can u also create a rich text editor video ( make a comprehensive class of TextEditor inhereted from QTextEdit) and create a comprehensive text editor, with print preview support, table support, a button to change language (without changing language of your system, ), importing picture support, ... though i have implemented it 4-5 times, yet i am looking for improvements.

ironF
Автор

in the QCompleter, what is the purpose of Model and that listmodel and other types. can u also make video on this!
though i have the QCompleter working in my pyqt5 application that loads a matching word from list of words in a file, but i want to learn more.

ironF
Автор

hello,
in the QTextEdit box, how to highlight a single line that ends with a dot. (i have code for highlighting and selecting a single word and a complete line that ends with new line).

ironF
Автор

how to implement context menu, tool bar, menu bar ( in great detail )

ironF
Автор

how to make QTextEdit box look like the word document (like ms word or google sheet), QTextEdit or QPlainText box shows notepad like box, i want my application to look like ms word or like that... can u suggest how can i do that... how to make it look more formal. right now its just a text box ( i want the interface to look like ms word )

ironF