(name)
| 32 | dialog.setWindowFlags(flags) |
| 33 | |
| 34 | def w(name): |
| 35 | for widget in dialog.children(): |
| 36 | if widget.objectName == name: |
| 37 | return widget |
| 38 | |
| 39 | image = w('splashLabel') |
| 40 | splash = image.pixmap.scaled(image.pixmap.width()/2.0, image.pixmap.height()/2.0) |