QT C++ XML Programming Reading/Recording/Change Recipes
The project was to be implemented by TZ.
A brief description of the task:
1) There are two Cechs, each contains its own list of materials/ingredients.
2) There is a book of recipes. In the book you can edit existing recipes and add new ones. Editing takes place in the table. Recipes have their own fields, as well as a list of ingredients. The ingredients can be indicated only those that are in the lists of Cech 1 and Cech 2. The editing of the available ingredients for each Cech is also done from the program. Information about the objects is stored in XML files.
Used by Qt 6.3.2 MinGw 64-bit
#Qt #Qt5 #Applied
A brief description of the task:
1) There are two Cechs, each contains its own list of materials/ingredients.
2) There is a book of recipes. In the book you can edit existing recipes and add new ones. Editing takes place in the table. Recipes have their own fields, as well as a list of ingredients. The ingredients can be indicated only those that are in the lists of Cech 1 and Cech 2. The editing of the available ingredients for each Cech is also done from the program. Information about the objects is stored in XML files.
Used by Qt 6.3.2 MinGw 64-bit
#Qt #Qt5 #Applied