This project demonstrates the usage of the QTextEdit
element in PySide6, a Python binding for the Qt framework. The main.py
file creates a simple PySide6 application with a QTextEdit
widget along with various buttons for manipulating the text content.
This project showcases the implementation of a PySide6 application featuring a QTextEdit
widget. The application includes buttons for actions such as copying, cutting, pasting, undo, redo, setting plain text, setting HTML, clearing, and displaying the current text.
- /TextEdit/main.py: The main Python script that creates the PySide6 application using
QTextEdit
. - /TextEdit/README.md: Documentation file providing information about the project.
-
Clone the repository to your local machine:
git clone https://github.com/aaleshpatil22/PySide6_Basic.git cd PySide6_Basic/TextEdit
-
Ensure you have Python and PySide6 installed:
pip install PySide6
Run the main.py
script to launch the PySide6 application:
python main.py
Explore the PySide6 application with QTextEdit
and use the various buttons to perform actions on the text content.
- Implementation of a PySide6 application with
QTextEdit
element. - Buttons for copying, cutting, pasting, undo, redo, setting plain text, setting HTML, clearing, and displaying the current text.
Feel free to contribute to this project by opening issues, suggesting enhancements, or submitting pull requests. Follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.