pyqt6-utils

Utils for PyQt6 (In past: pyqt6-forms)


License
Apache-2.0
Install
pip install pyqt6-utils==0.5.0

Documentation

pyqt6-forms

How to install:


pip install pyqt6_forms
pip3 install pyqt6_forms

How to use:


from pyqt6_forms.forms import QLineEditForm
....
form = QLineEditForm(form_name='username', parent=QWidget |QHBoxLayout)
...
user_input_username = form.get_value()

Road map (What will be added)

0.3.0

  • Forms:
    1. QFloatSpinBoxForm
    2. QSubmitButtonForm
    3. QTextAreaForm