#include <qpui.h>
Public Slots | |
void | setLOffset (double) |
void | setTOffset (double) |
void | setWidth (double) |
void | setHeight (double) |
void | setAspectRatio (bool) |
Public Member Functions | |
QpPropertiesTab (QTabWidget *tabWidget, QString name, QpFrameItem *_frame) | |
~QpPropertiesTab () | |
Public Attributes | |
QpFrameItem * | I_Frame |
QLabel * | _autolayout_lbl |
FloatSpinBox * | _loffset_fld |
FloatSpinBox * | _width_fld |
FloatSpinBox * | _toffset_fld |
FloatSpinBox * | _height_fld |
QCheckBox * | _aspect_ratio_fld |
QComboBox * | _frame_type_fld |
float | _aspect_ratio |
QpPropertiesTab::QpPropertiesTab | ( | QTabWidget * | tabWidget, | |
QString | name, | |||
QpFrameItem * | _frame | |||
) |
QpPropertiesTab::~QpPropertiesTab | ( | ) | [inline] |
void QpPropertiesTab::setAspectRatio | ( | bool | bChoice | ) | [slot] |
void QpPropertiesTab::setHeight | ( | double | fChoice | ) | [slot] |
void QpPropertiesTab::setLOffset | ( | double | fChoice | ) | [slot] |
void QpPropertiesTab::setTOffset | ( | double | fChoice | ) | [slot] |
void QpPropertiesTab::setWidth | ( | double | fChoice | ) | [slot] |
QCheckBox* QpPropertiesTab::_aspect_ratio_fld |
QLabel* QpPropertiesTab::_autolayout_lbl |
QComboBox* QpPropertiesTab::_frame_type_fld |