OGS
ColorTableView Class Reference

Detailed Description

A QTableView to display colour lookup tables.

Definition at line 12 of file ColorTableView.h.

#include <ColorTableView.h>

Inheritance diagram for ColorTableView:
[legend]
Collaboration diagram for ColorTableView:
[legend]

Public Member Functions

 ColorTableView (QWidget *parent=nullptr)
 Constructor.

Constructor & Destructor Documentation

◆ ColorTableView()

ColorTableView::ColorTableView ( QWidget * parent = nullptr)
explicit

Constructor.

Definition at line 9 of file ColorTableView.cpp.

9 : QTableView(parent)
10{
11 this->verticalHeader()->hide();
12 this->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
13 this->resizeColumnsToContents();
14 this->resizeRowsToContents();
15}

The documentation for this class was generated from the following files: