mirror of
https://github.com/nqrduck/nqrduck-pulseprogrammer.git
synced 2024-11-09 11:20:01 +00:00
Fixed formbuilder title.
This commit is contained in:
parent
21695c9eaf
commit
80e66c8aad
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class PulseProgrammerView(ModuleView):
|
||||||
logger.debug("Button for event %s and parameter %s clicked", event, parameter)
|
logger.debug("Button for event %s and parameter %s clicked", event, parameter)
|
||||||
# Create a QDialog to set the options for the parameter.
|
# Create a QDialog to set the options for the parameter.
|
||||||
description = f"Set options for {parameter}"
|
description = f"Set options for {parameter}"
|
||||||
dialog = DuckFormBuilder(description, description=description, parent=self)
|
dialog = DuckFormBuilder(parameter, description=description, parent=self)
|
||||||
|
|
||||||
# Adding fields for the options
|
# Adding fields for the options
|
||||||
form_options = []
|
form_options = []
|
||||||
|
|
Loading…
Reference in a new issue