I\'m trying to make a simple GUI for Scrapy crawler, where user can push the Start button to run scraping and see the scraped results in textBrowser (or other qt widget, ple
You can listen to item_scraped event and update the UI with every new Car.