PPL API Reference |
|
---|
Signals | |
Signals | |
void | ValueChanged () |
Indicate that a value was updated. | |
Public Member Functions | |
Construction | |
EditDHParametersWidget (QWidget *const _parent, const std::string &_label, const DHParameters &_dh) | |
Helpers | |
DHParameters | GetValue () |
Get the current value from the widget values. | |
void | SetValue (const DHParameters &_dh) |
Set the current value displayed in the widget. | |
A widget for editing DH params.
EditDHParametersWidget::EditDHParametersWidget | ( | QWidget *const | _parent, |
const std::string & | _label, | ||
const DHParameters & | _dh | ||
) |
Create a dhparam edit widget.
_parent | The owning widget. |
_label | The DH param label. |
_dh | The initial value of the dhparam object. |