This package provides a set of taurus wiget utilities like color management, configuration, actions.
Classes
Functions
Returns all widgets in a hierarchy of a certain type
| Parameters: |
|
|---|---|
| Returns: | a sequence containning all widgets in the hierarchy that match the given type |
| Return type: | seq<Qt.QWidget> |
Grabs the given widget into the given image filename. If period is not given (or given with None) means grab immediately once and return. If period is given and >0 means grab the image every period seconds
| Parameters: |
|
|---|