Wanderson-Magalhaes / Modern_GUI_PyDracula_PySide6_or_PyQt6

MIT License
2.31k stars 514 forks source link

update & toast $ QThread || Singnal #14

Open elijahxb opened 2 years ago

elijahxb commented 2 years ago

This is a nice project with qt design, including the window design, way of event binding way and theme laoding. I have used it in my project by refactoring to adjust me.

some tips:

  1. maybe some utils or demos is very useful, like demo to handle io-intensive tasks.
  2. update online for program
  3. toast, for example, toast in the right-botton corner on win10
payiz-asj commented 2 years ago

Yes!I also have problem adding Qthread to this project, Can you please add some tips or demos about that?