It is possibility to create QDialog in Qt-creator like for example QForm (by clicking)? I've found several samples, but QDialog is created programmatically. I want to drag and drop buttons, listview and others components on QDialog. Now I can add new components only by modifying code.
Thanks
PySide2 is a Python API for the Qt framework. This API is made with Shiboken2, the Python binding generator. It means that you can write your code in Python and use the Qt framework as you'd do with C++.
Select File/New ...
; then from Files and Classes
, pick Qt
, and select Qt Designer Form Class
from the right-hand-side panel. Choose ...
then takes you to another page where you can select a Dialog
.
The menu item File|New...
gives you a choice of various dialog box types, in the templates\forms
tab. (Qt version 4.7.0.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With