Project Properties dialog

This allows you to edit various properties for the current project. It also displays some statistics related to the project.

It can be accessed via the application menu Project -> Properties.

Here is an example of what it looks like:

Project Name

This displays the name of the project.

Project Directory

This displays the project directory, where all the files related to the project are stored.

Application Type

This displays the application type selected when the project was created.

Connection

This displays the name of the database connection for the project. This can be configured in the Database Connections dialog.

Application Title

This allows you to edit the application title.

Application Description

This allows you to edit the application description.

Base Package

This allows you to edit the base package for the project.

Copyright

This displays the copyright notice that will appear in the generated files for the project. You can only edit this if the Use Default Copyright Notice checkbox is not checked.

Use Default Copyright Notice

This allows you to specify whether the default copyright notice (defined in the Default Copyright Notice dialog) should be used in the generated files.

Statistics

This displays the following statistics for the project:

Number Entities - The total number of entities defined in the project
Number GUI Components - The total number of GUI components defined in the project
Number Templates - The total number of templates available in the project
Number Generated Files - The total number of generated files for the project

Related concepts

Project

Related reference

Database Connections dialog