QQuickScaleGrid Class
The QQuickScaleGrid class allows you to specify a 3x3 grid to use in scaling an image. More...
Header: | #include <QQuickScaleGrid> |
Inherits: | QObject |
Public Functions
int | bottom() const |
int | left() const |
int | right() const |
void | setBottom(int) |
void | setLeft(int) |
void | setRight(int) |
void | setTop(int) |
int | top() const |
Signals
void | bottomBorderChanged() |
void | leftBorderChanged() |
void | rightBorderChanged() |
void | topBorderChanged() |
Detailed Description
\internal