Class sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTableViewΒΆ

class sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTableView : public sh::ui::FilePropertyDialogTabTableView, public sh::tools::Jsonable, public sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogChild

Public Types

typedef QPair<int, int> ItemIndex

Public Functions

WebFilePropertyDialogTabTableView(WebFilePropertyDialog *dlg)
void setContent(QList<QPair<QString, QString>> content) override

Sets the content.

QList<ItemIndex> getSelectedItems() override

Returns the selected cells.

QVariant getItemValue(int r, int c) override

Returns a value of a cell.

QJsonObject toJson() override

Returns the json respesentation as QJsonObject.

void setSelectedItems(QList<int> selitms)

Private Members

QList<QPair<QString, QString>> _content
QList<int> _selectedItems