Mastering GUI Programming with Python by Alan D. Moore
Author:Alan D. Moore
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2019-05-23T14:23:38+00:00
Finally, let's add two MainWindow methods to keep the user informed about the status of the search:
def on_finished(self):
qtw.QMessageBox.information(self, 'Complete', 'Search complete')
def on_directory_changed(self, path):
self.statusBar().showMessage(f'Searching in: {path}')
The first will show a status indicating that the search is finished, while the second will show a status indicating the current path that the searcher is searching.
Back in __init__(), these will be connected to the searcher, as follows:
self.ss.finished.connect(self.on_finished)
self.ss.directory_changed.connect(self.on_directory_changed)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(20530)
Hello! Python by Anthony Briggs(19838)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(18133)
Dependency Injection in .NET by Mark Seemann(18054)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(17514)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(17370)
Kotlin in Action by Dmitry Jemerov(17104)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16928)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(16180)
Grails in Action by Glen Smith Peter Ledbrook(15334)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10374)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(8052)
Microservices with Go by Alexander Shuiskov(7816)
Practical Design Patterns for Java Developers by Miroslav Wengner(7716)
Test Automation Engineering Handbook by Manikandan Sambamurthy(7666)
Angular Projects - Third Edition by Aristeidis Bampakos(7153)
The Art of Crafting User Stories by The Art of Crafting User Stories(6608)
NetSuite for Consultants - Second Edition by Peter Ries(6529)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(6304)