#include <qpui.h>
Public Slots | |
void | setLOffset (double) |
void | setTOffset (double) |
void | setWidth (double) |
void | setHeight (double) |
void | setAspectRatio (int) |
Public Member Functions | |
QpPropertiesTab (QTabWidget *tabWidget, const QString &name, FrameItem *_frame) | |
QpPropertiesTab (QpPropertiesTab *tab, FrameItem *_frame) | |
~QpPropertiesTab () | |
QDomElement | toXMLElement (QDomDocument &) const |
void | fromXMLElement (QDomElement &) |
Public Attributes | |
FrameItem * | I_Frame |
QLabel * | _autolayout_lbl |
FloatSpinBox * | _loffset_fld |
FloatSpinBox * | _width_fld |
FloatSpinBox * | _toffset_fld |
FloatSpinBox * | _height_fld |
QComboBox * | _aspect_ratio_fld |
QComboBox * | _frame_type_fld |
float | _aspect_ratio |
Protected Member Functions | |
void | create () |
QpPropertiesTab::QpPropertiesTab | ( | QTabWidget * | tabWidget, | |
const QString & | name, | |||
FrameItem * | _frame | |||
) |
QpPropertiesTab::QpPropertiesTab | ( | QpPropertiesTab * | tab, | |
FrameItem * | _frame | |||
) |
QpPropertiesTab::~QpPropertiesTab | ( | ) | [inline] |
void QpPropertiesTab::create | ( | ) | [protected] |
void QpPropertiesTab::fromXMLElement | ( | QDomElement & | el | ) |
void QpPropertiesTab::setAspectRatio | ( | int | iChoice | ) | [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] |
QDomElement QpPropertiesTab::toXMLElement | ( | QDomDocument & | doc | ) | const |
QComboBox* QpPropertiesTab::_aspect_ratio_fld |
QLabel* QpPropertiesTab::_autolayout_lbl |
QComboBox* QpPropertiesTab::_frame_type_fld |