A sample text editor that shows how to use Qt Designer to create GUI applications.
To run this application, you need to install PyQt5
on your Python environment. To do that, you can run the following commands in a terminal or command prompt:
$ python3 -m venv ./venv
$ source venv/bin/activate
(venv) $ pip install PyQt5
Once you have PyQt installed, you can run the application by executing the following command:
(venv) $ cd sample_editor/
(venv) $ python app.py
This command will launch the application, so you'll be able to experiment with it.
Leodanis Pozo Ramos – @lpozo78 – [email protected]
The set of icons used in this application are part of the TurkinOS icon theme, which is distributed under the GPL v3.0 license. See ui/resources/LICENSE
for details.