dexbot.views.strategy_form module¶
-
class
dexbot.views.strategy_form.AutoStrategyFormGenerator(view, configure)¶ Bases:
objectAutomatic strategy form UI generator.
-
add_checkbox(key, text, description='')¶
-
add_combo_box(key, text, description='')¶
-
add_double_spin_box(key, text, minimum, maximum, precision, suffix='', description='')¶
-
add_element(option)¶
-
add_label(key, text, description='')¶
-
add_line_edit(key, text, description='')¶
-
add_spin_box(key, text, minimum, maximum, suffix='', description='')¶
-