.. py:module:: paramdialog The module paramdialog ====================== The classes of this module all inherit from the class :py:class:`PyQt5.QtWidgets.QDialog`. They represent dialogs aimed at asking users to give parameter values for different options of the interface. They have no public attributes and methods. The list is incomplete since you'll be adding to it various widgets. .. py:class:: ParamImageDialog() A class to input the width height and background color of an image .. py:class:: StretchDialog() A class to input the range of percentiles for contrast enhancement