![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qapplication.h"#include "qcursor.h"#include "qevent.h"#include "qpainter.h"#include "qscrollbar.h"#include "qstyle.h"#include "qstyleoption.h"#include "qstylepainter.h"#include <QtCore/qelapsedtimer.h>#include <QtCore/qpointer.h>#include <limits.h>#include "qscrollbar_p.h"#include "moc_qscrollbar.cpp"Go to the source code of this file.
Macros | |
| #define | HORIZONTAL (d_func()->orientation == Qt::Horizontal) |
| #define | VERTICAL !HORIZONTAL |
Functions | |
| Q_WIDGETS_EXPORT QStyleOptionSlider | qt_qscrollbarStyleOption (QScrollBar *scrollbar) |
| #define HORIZONTAL (d_func()->orientation == Qt::Horizontal) |
Definition at line 310 of file qscrollbar.cpp.
| #define VERTICAL !HORIZONTAL |
Definition at line 311 of file qscrollbar.cpp.
| Q_WIDGETS_EXPORT QStyleOptionSlider qt_qscrollbarStyleOption | ( | QScrollBar * | scrollbar | ) |
Returns the style option for scroll bar.
Definition at line 761 of file qscrollbar.cpp.