Open 3D Engine AzQtComponents API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Extends the slider component to add extra styling and behavior options. More...
#include <Slider.h>
Inherits QSlider.
Signals | |
void | moveSlider (bool moving) |
Public Member Functions | |
CustomSlider (Qt::Orientation orientation, QWidget *parent) | |
void | initStyleOption (QStyleOptionSlider &option) |
Initialize option with the values from this Slider. | |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *ev) override |
void | mouseReleaseEvent (QMouseEvent *ev) override |
void | wheelEvent (QWheelEvent *ev) override |
Extends the slider component to add extra styling and behavior options.
|
signal |
Triggered when the slider starts or stops being moved by the user.
moving | True if the user just started holding the slider handle, false if it was released. |