eric3.Project.PropertiesDialog

Module implementing the project properties dialog.

Classes

PropertiesDialog Class implementing the project properties dialog.

Functions

None

PropertiesDialog

Class implementing the project properties dialog.

Derived from

PropertiesForm

Methods

PropertiesDialog Constructor
handleDirDialog Private slot to display a directory selection dialog.
handleFileDialog Private slot to display a file selection dialog.
storeData Public method to store the entered/modified data.
vcsSelected Public method to retrieve the vcs system support.

PropertiesDialog (Constructor)

PropertiesDialog(project, new = 1, parent = None, name = None, modal = 0, fl = 0)

Constructor

fl
window flags
modal
flag indicating a modal dialog
name
name of this dialog (string or QString)
new
flag indicating the generation of a new project
parent
parent widget of this dialog (QWidget)
project
reference to the project object

PropertiesDialog.handleDirDialog

handleDirDialog()

Private slot to display a directory selection dialog.

PropertiesDialog.handleFileDialog

handleFileDialog()

Private slot to display a file selection dialog.

PropertiesDialog.storeData

storeData()

Public method to store the entered/modified data.

PropertiesDialog.vcsSelected

vcsSelected()

Public method to retrieve the vcs system support.

Returns:
flag indicating whether VCS support is selected

Up