Changeset 18221a9ef61aa11ec5adaa28690516cb44257a36
- Timestamp:
- 10/02/11 22:14:37 (8 months ago)
- Children:
- 011e337903f128585ded468d9eb44af4da4ab308
- Parents:
- 769c378f66d18dc35bcdc76339da83552f6404a4
- git-committer:
- Luper Rouch <luper.rouch@…> (10/02/11 22:14:37)
- File:
-
- 1 edited
-
pyflu/pyflu/update/qt.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyflu/pyflu/update/qt.py
rd8e9cb2 r18221a9 13 13 from pyflu.update.remote import find_patches_groups 14 14 from pyflu.update.version import Version 15 from pyflu.qt.util import get_or_create_app16 15 17 16 … … 81 80 pb.setValue(0) 82 81 pb.setRange(0, length) 83 app = get_or_create_app() 84 app.processEvents() 82 QCoreApplication.processEvents() 85 83 86 84 def update_long_operation(self, index): 87 85 pb = getattr(self, self.progress_bar_name) 88 86 pb.setValue(index) 89 app = get_or_create_app() 90 app.processEvents() 87 QCoreApplication.processEvents() 91 88 92 89 def _download_next(self):
Note: See TracChangeset
for help on using the changeset viewer.
