Skip to content

Structure

HEGO Régis edited this page May 23, 2017 · 3 revisions

FilesFile organization

pascal.py

Main application to manage data.

paparams.py

Sub-application allowing to define data file structure.

pacommon.py

Common components to manage loading or saving, define constants values, convert data.

cellrendererdate.py

Component for calendar display.

pachooser.py

Component that allow to choose a file to open or save.

Data storage structure

In a .pa file data structure include the folowing lines :

[structure]

nbcol = 2

idpos = <position of id (0 by default)>

col0 = <title of column>;<nature of column (str or bool)>;<type of column (str/date/choicelist/checkbox)>;<constant or modifiable data (cst or mod)>;<visible data or not (True or False);;

col1 = Description;str;str;mod;True;col_edited_cb;

Clone this wiki locally