my connect is in the mainwindow constructor.
I put connect here now
Qt Code:
dialog =new Dialog(); dialog->show();To copy to clipboard, switch view to plain text mode
its not showing any error, but the text is not getting displayed
(I tried textChanged and textEdited ,both)
Bookmarks