45 #include <QtGui/qabstractscrollarea.h> 53 #ifndef QT_NO_SCROLLAREA 71 bool widgetResizable()
const;
72 void setWidgetResizable(
bool resizable);
77 Qt::Alignment alignment()
const;
78 void setAlignment(Qt::Alignment);
80 void ensureVisible(
int x,
int y,
int xmargin = 50,
int ymargin = 50);
81 void ensureWidgetVisible(
QWidget *childWidget,
int xmargin = 50,
int ymargin = 50);
95 #endif // QT_NO_SCROLLAREA 101 #endif // QSCROLLAREA_H #define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QResizeEvent class contains event parameters for resize events.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.