From 09d3bc49759582b91431028399c0cd0d3997dc7b Mon Sep 17 00:00:00 2001 From: "Wanderson M. Pimenta" <60605512+Wanderson-Magalhaes@users.noreply.github.com> Date: Wed, 26 May 2021 14:07:11 -0300 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c4f24c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# PyBlackBox Qt Widgets - PySide6 Or PyQt6 v1.0.0 +> This was just a study project designed to study some custom widgets that are being implemented in the new project called PyOneDark. + +This project needs many adjustments, you can improve and use as you wish if you want to continue the project and create your personal messaging application. + +![PyBlackBOX](https://user-images.githubusercontent.com/60605512/119701462-bb95e980-be2a-11eb-8d97-79cd5a8271bd.png) + +# WARNING +>To use this project with PyQt you need to rename some classes, such as Slot to pyqtSlot, Signal to pyqtSignal among others.