Public Functions
QLGradientDialog(std::vector<LString> stops, QWidget* parent = nullptr) | |
std::vector<LString> | stops() const |
Detailed Description
A QLGradientDialog is a QLDialog that provides an interface for changing a gradient value.
The dialog contains a QLGradientEditor which lets the user edit the gradient.
Once the desired changes to the gradient have been made, there is a QLButton labeled 'Apply' which wraps up execution of the dialog when clicked.