calamares/src/libcalamaresui/viewpages
Teo Mrnjavac a54f217173 Use CalamaresUtils::lookupAndCall in PythonQtViewStep.
This is done to support both Pythonic and Qt style method names, i.e.
both "isNextEnabled" and "is_next_enabled" is ok in a Python module.
Also better documentation in PythonQtViewStep, and stub for
setConfigurationMap.
Finally, proper handling of PythonQtViewStep Python-facing basewidget:
with this change, a call to PQVS::widget() only triggers a widget
relayout if it's necessary, and leaves it alone otherwise.
2016-12-16 17:03:00 +01:00
..
AbstractPage.cpp Refactored calamares_bin into calamares_bin and libcalamaresui. 2014-07-03 18:00:40 +02:00
AbstractPage.h Align Pointers 2015-02-25 19:57:19 -05:00
PythonQtViewStep.cpp Use CalamaresUtils::lookupAndCall in PythonQtViewStep. 2016-12-16 17:03:00 +01:00
PythonQtViewStep.h Use CalamaresUtils::lookupAndCall in PythonQtViewStep. 2016-12-16 17:03:00 +01:00
ViewStep.cpp ViewStep should know their own instance keys. 2015-09-15 16:48:42 +02:00
ViewStep.h ViewStep should know their own instance keys. 2015-09-15 16:48:42 +02:00