Public Member Functions

ViewPort Class Reference

Base view for use in a BuilderViewComponent. More...

#include <builderview.h>

Inheritance diagram for ViewPort:
Inheritance graph
[legend]
Collaboration diagram for ViewPort:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ViewPort (QWidget *parent=0)

Detailed Description

Base view for use in a BuilderViewComponent.


Constructor & Destructor Documentation

ViewPort::ViewPort ( QWidget parent = 0  ) 

                                            : QTableView(parent)
{
    setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
    setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
    horizontalHeader()->setResizeMode(QHeaderView::Stretch);
    horizontalHeader()->hide();
    setSelectionMode(QAbstractItemView::NoSelection);
}


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