Class sh::ui::qt::QtFilePropertyDialogTabTableView

class sh::ui::qt::QtFilePropertyDialogTabTableView : public QTableView, public sh::ui::FilePropertyDialogTabTableView

Qt based FilePropertyDialogTabTableView.

Public Types

typedef QPair<int, int> ItemIndex

Public Functions

QtFilePropertyDialogTabTableView(QWidget *parent = 0)
void setContent(QList<QPair<QString, QString>> content)

Sets the content.

QList<ItemIndex> getSelectedItems()

Returns the selected cells.

QVariant getItemValue(int r, int c)

Returns a value of a cell.

Private Functions

void createAndSetModel()