معرفی شرکت ها


formlayout-1.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The most easy way to create Qt form dialogs and widgets with Python
ویژگی مقدار
سیستم عامل -
نام فایل formlayout-1.2.0
نام formlayout
نسخه کتابخانه 1.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pierre Raybaut
ایمیل نویسنده pierre.raybaut@gmail.com
آدرس صفحه اصلی https://github.com/PierreRaybaut/formlayout
آدرس اینترنتی https://pypi.org/project/formlayout/
مجوز MIT
.. image:: https://raw.githubusercontent.com/PierreRaybaut/formlayout/master/doc/images/advanced1.png .. image:: https://raw.githubusercontent.com/PierreRaybaut/formlayout/master/doc/images/advanced2.png .. image:: https://raw.githubusercontent.com/PierreRaybaut/formlayout/master/doc/images/advanced3.png With ``formlayout``, generating a form is very easy: * To show a dialog box, just call the ``fedit`` function. * To set-up the form dialog, simply use lists to pass parameters (field names, default values, ...). * To embedd ``formlayout`` in your own library, just copy the ``formlayout`` autoconsistent single script (*zero dependency*, except Qt itself). Here is a simple example (more are included in source package):: from formlayout import fedit datalist = [('Name', 'Paul'), (None, None), (None, 'Information:'), ('Age', 30), ('Sex', [0, 'Male', 'Female']), ('Size', 12.1), ('Eyes', 'green'), ('Married', True), ] fedit(datalist, title="Describe yourself", comment="This is just an <b>example</b>.") This shows the following dialog box: .. image:: https://raw.githubusercontent.com/PierreRaybaut/formlayout/master/doc/images/simple.png


نحوه نصب


نصب پکیج whl formlayout-1.2.0:

    pip install formlayout-1.2.0.whl


نصب پکیج tar.gz formlayout-1.2.0:

    pip install formlayout-1.2.0.tar.gz