Skip to main content

PyQt font dialog

Project description

pyqt-font-dialog

PyQt Font Dialog

Requirements

PyQt5 >= 5.8

Setup

python -m pip install pyqt-font-dialog

Usage

dialog = FontDialog(textEdit.currentFont())

reply = dialog.exec()

if reply == QDialog.Accepted:

    textEdit.setCurrentFont(dialog.get_font())

Preview

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqt-font-dialog-0.0.11.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

pyqt_font_dialog-0.0.11-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page