|
cut 3.3.0
|
Provides a Table to visualize the different Tasks under async execution. More...
Public Member Functions | |
| __init__ (self, QWidget parent=None) | |
| Initializes the QTableView with some graphical preferences. | |
| setModel (self, TaskModel model) | |
| Sets a TaskModel as the source of data for this view. | |
| rowsInserted (self, parent, start, end) | |
| Forwards rowInserted() method to its ancestors implementation, and forces the view to scroll to the last inserted row. | |
Provides a Table to visualize the different Tasks under async execution.
| task.taskview.TaskView.__init__ | ( | self, | |
| QWidget | parent = None ) |
Initializes the QTableView with some graphical preferences.
| [in] | parent | Parent to this widget. Used by Qt to set parent/children relations. |
| task.taskview.TaskView.setModel | ( | self, | |
| TaskModel | model ) |
Sets a TaskModel as the source of data for this view.
It also updates the size of the columns, which is affected every time a developer executes setModel().
| [in] | mode | A TaskModel object to be used as model. |