Hi, I'm introducing to program in python + pyqt.
I have a main window that call a second window (to introduce a info
with textedit)
when press the second window button I need to return to the main
window the info
introduced in the second window.
I've seek in the pyqt doc examples but i don't find it.
Have you any example?
I have a main window that call a second window (to introduce a info
with textedit)
when press the second window button I need to return to the main
window the info
introduced in the second window.
I've seek in the pyqt doc examples but i don't find it.
Have you any example?
Comment