madgui.widget.match module

UI for matching.

Functions

parse_knob(model, text)

Classes

MatchWidget(matcher, control)

class madgui.widget.match.MatchWidget(matcher, control)[source]

Bases: PyQt5.QtWidgets.QWidget

Methods

accept()

add_constraint()

add_variable()

connect_execute_button()

Enables the execute button if madgui has an online backend

connect_signals()

cons_items(i, c)

hideEvent(self, QHideEvent)

init_controls()

on_change_mirror(checked)

on_update_constraints(*args)

on_update_variables(*args)

set_initial_values()

showEvent(self, QShowEvent)

update_buttons()

var_items(i, v)

Attributes

ui_file

str(object=’’) -> str

accept()[source]
add_constraint()[source]
add_variable()[source]
connect_execute_button()[source]

Enables the execute button if madgui has an online backend

connect_signals()[source]
cons_items(i, c)[source]
hideEvent(self, QHideEvent)[source]
init_controls()[source]
on_change_mirror(checked)[source]
on_update_constraints(*args)[source]
on_update_variables(*args)[source]
set_initial_values()[source]
showEvent(self, QShowEvent)[source]
ui_file = 'match.ui'
update_buttons()[source]
var_items(i, v)[source]
madgui.widget.match.parse_knob(model, text)[source]