OGS
ColorTableView Class Reference

Detailed Description

A QTableView to display colour lookup tables.

Definition at line 22 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 21 of file ColorTableView.cpp.

21 : QTableView(parent)
22{
23 this->verticalHeader()->hide();
24 this->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
25 this->resizeColumnsToContents();
26 this->resizeRowsToContents();
27}

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