How does your code call InventoryWorker:: DoInventory()? To put it simply what I need is:
every time ui->start emits clicked() then run InventoryWorker:: DoInventory() in a different thread
How does your code call InventoryWorker:: DoInventory()? To put it simply what I need is:
every time ui->start emits clicked() then run InventoryWorker:: DoInventory() in a different thread
This code I gave you is not complete. I wrote it just to show you a pattern. I don't know what you code do I don't need to.
Ok, after reading it twice I got it. Tank you all, you've been really helpful
Bookmarks