Isis 3.0
| Home |
History Widget for cnetsuite. More...
#include <HistoryTreeWidget.h>
Inherits QTreeWidget.
Public Member Functions | |
HistoryTreeWidget (Project *project, QWidget *parent=0) | |
Construct a history tree widget. More... | |
virtual | ~HistoryTreeWidget () |
Clean up allocated memory. More... | |
Protected Member Functions | |
int | sizeHintForColumn (int column) const |
Get the preferred size of a given column. More... | |
History Widget for cnetsuite.
This widget shows the history of work orders performed on the project.
Construct a history tree widget.
project | The project to show history for |
parent | The Qt-relationship parent |
References Isis::Project::undoStack().
|
virtual |
Clean up allocated memory.
|
protected |
Get the preferred size of a given column.
This is used by resizeColumnToContents().
The work order name column prefers space not taken by other columns. The progress column prefers 200. The date column prefers a little more than the text size of a date.