Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def update_cars(self, cars_list):
- count = self.carsToolBox.count()
- for row in range(count):
- del self.carsToolBox.widget(0)
- self.carsToolBox.removeItem(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement