Next Previous Contents

3. Usage

3.1 General Usage

JcQt4develop (free software) is a simple IDE for Qt4 Open Source on Linux and Window systems (with MinGW).

The first versions have been developped with Qt4.1.1 Open Source on Windows and MinGW and with Qt4.2.1 Open Source on Linux.

The version 0.4 has been developped with Qt 4.3.3 Open Source Edition on Linux and Windows

This sofware has been developped because it was too difficult to use the "Qt4.1.1 command prompt" (which is supplied with Qt4) on my Widows ME system : the dos windows diplays only the last 50 lines for messages, it is not enough in case of errors during building projects.

It is composed of two principal parts :

Lastly, commands allow to launch Qt assistant, Qt Designer, Qt Linguist and to generate/update the translations files.

3.2 Editing texts

Editing text is done in a MDI editor, derived from examples which are supplied with Qt4.1.1.

The editor allows text highlighting, the cursor position in the active window is displayed on the right of the status bar (line and column number).

Editing texts is concerned by the commands of the menus File, Edit et Window.

Some shorcut keys are mentioned in these menus, and all other editing shortcut keys are avilable and not mentioned in this manual (see Qt documentation).

3.3 Projects management

Configure JcQt4develop (Windows systems only)

The command Configure JcQt4develop allows the user to configure JcQt4develop. It is mandatory to execute it before the first use of the projects commands.

The user have to give the following informations (see Qt documentation) :

These informations are saved in the file jcqt4develop.cfg placed in the same directory as jcqt4develop.exe and they are read on each startup of JcQt4develop.

Rules for projects management

Projects management follows these simple rules :

The steps of project development with JcQt4develop

The successive steps are described here with a project named my_project as example (for more details, see Qt documentation) :

3.4 Qt tools

The menu Tools' commands allow the user to launch :


Next Previous Contents