RelatedJobViewDialog Class
| Header: | #include <RelatedJobViewDialog> |
| Inherits: | TDialog |
Public Functions
| RelatedJobViewDialog(QWidget *parent = 0) | |
| ~RelatedJobViewDialog() |
- 2 public functions inherited from TDialog
Public Slots
| TDialogButtonBox * | buttonBox() |
| void | filter(const QString &text, const QVariant &options) |
| void | loadTreeData(const QVariantList &data, const QString &childkey = QString( "CHILDREN" )) |
| TPageTool * | pageTool() |
| QVariantList | run(bool include_hidden = false, int *oAnswer = 0) |
| TSearchEntry * | searchEntry() |
| void | selectRows(const QVariantList &pkeys, bool clear_before = true) |
| void | setButtons(const QStringList &buttons) |
| void | setDataKeyList(const QStringList &keys) |
| void | setHeaderItem(const QVariantList &headeritem) |
| void | setIcon(const QString &icon) |
| void | setPrimaryKey(const QString &key) |
| void | setSearchDelayTime(int ms) |
| void | setSearchKeys(const QStringList &keys) |
| void | setSearchText(const QString &text) |
| void | setSelectionMode(const QAbstractItemView::SelectionMode &mode) |
| void | setTitle(const QString &title) |
| TTreeView * | treeView() |
- 2 public slots inherited from TDialog
Additional Inherited Members
- 1 signal inherited from TDialog
- 2 protected functions inherited from TDialog
- 1 protected type inherited from TDialog
Detailed Description
Member Function Documentation
RelatedJobViewDialog::RelatedJobViewDialog(QWidget *parent = 0)
Default constructs an instance of RelatedJobViewDialog.
RelatedJobViewDialog::~RelatedJobViewDialog()
Destroys the instance of RelatedJobViewDialog.