Plugin_Project_Pylons.ProjectPylons.FormSelectionDialog

Module implementing a dialog to select the template type.

Global Attributes

None

Classes

FormSelectionDialog Class implementing a dialog to select the template type.

Functions

None


FormSelectionDialog

Class implementing a dialog to select the template type.

Derived from

QDialog, Ui_FormSelectionDialog

Class Attributes

None

Methods

FormSelectionDialog Constructor
getTemplateText Public method to get the template text.
on_typeCombo_currentIndexChanged Private slot to act upon a change of the selected template type.

FormSelectionDialog (Constructor)

FormSelectionDialog(parent = None)

Constructor

parent
reference to the parent widget (QWidget)

FormSelectionDialog.getTemplateText

getTemplateText()

Public method to get the template text.

Returns:
text of the template (string)

FormSelectionDialog.on_typeCombo_currentIndexChanged

on_typeCombo_currentIndexChanged(index)

Private slot to act upon a change of the selected template type.

index
selected index (integer)
Up