Class sh::ui::FilePropertyDialogTabTableView

class sh::ui::FilePropertyDialogTabTableView : public sh::ui::FilePropertyDialogTabViewContent

A tab view for showing key/value pairs.

Subclassed by sh::ui::qt::QtFilePropertyDialogTabTableView, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTableView

Public Types

typedef QPair<int, int> ItemIndex

Public Functions

FilePropertyDialogTabTableView()

Is intended to be directly constructed from everywhere.

void setContent(QList<QPair<QString, QString>> content) = 0

Sets the content.

QList<ItemIndex> getSelectedItems() = 0

Returns the selected cells.

QVariant getItemValue(int r, int c) = 0

Returns a value of a cell.