TGadgetItem Class

Header: #include <TGadgetItem>

Properties

Public Functions

TGadgetItem(QObject *parent = nullptr)
int height() const
int width() const

Signals

void heightChanged(int height)
void widthChanged(int width)

Detailed Description

See also TGadgetItem.

Property Documentation

height : const int

Access functions:

int height() const

Notifier signal:

void heightChanged(int height)

width : const int

Access functions:

int width() const

Notifier signal:

void widthChanged(int width)

Member Function Documentation

TGadgetItem::TGadgetItem(QObject *parent = nullptr)

Default constructs an instance of TGadgetItem.