mantaflow
0.10
A framework for fluid simulation
|
Slider with attached text display. More...
#include <customctrl.h>
Public Slots | |
void | update (int v) |
Public Member Functions | |
TextSlider (const std::string &name, float val, float min, float max) | |
void | attach (QBoxLayout *layout) |
void | set (float v) |
float | get () |
Protected Attributes | |
float | mMin |
float | mMax |
float | mScale |
QLabel * | mLabel |
QString | mSName |
Slider with attached text display.