rewonka wrote:
> Hi,
>
> I've made a little application with mainwindow and one dialog
> (something like input dialog).
> I can't open the input dialog from my mainwindow
>
> I tried to open the dialog with a button, here is a code:
> @pyqtSignature("")
> def on_BtnAdd_clicked(self):
>
Hi,
I've made a little application with mainwindow and one dialog
(something like input dialog).
I can't open the input dialog from my mainwindow
I tried to open the dialog with a button, here is a code:
@pyqtSignature("")
def on_BtnAdd_clicked(self):
"""
Open input dialog