Home > other >  A question about pyqt5
A question about pyqt5

Time:01-09

I use qtdesigner design an interface, use PyUic generated code, there is input in my interface text box, and button and display content control,
Do I now want to enter a content in the window, need to put this content to another py file processing, and then after processing some of the images and data displayed in the window, how should I write programs to achieve the above functions,
  • Related