[qet] [GIT] qet/qet.git branch QetGraphicsTableItem updated. 0.8-dev-139-g66abfbe |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
- To: qet@xxxxxxxxxxxxxxxxxxx
- Subject: [qet] [GIT] qet/qet.git branch QetGraphicsTableItem updated. 0.8-dev-139-g66abfbe
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 28 Mar 2020 16:33:19 +0100
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, QetGraphicsTableItem has been updated
via 66abfbe18085f35b476aa7ae8877aeeab4efef6e (commit)
from fb7cc6fd3e089f0a8e474d744a226b74c01595b6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 66abfbe18085f35b476aa7ae8877aeeab4efef6e
Author: Claveau Joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sat Mar 28 16:33:00 2020 +0100
Add nomenclature model
Add class NomenclatureModel witch is used with QetGraphicsTableItem.
Add ProjectDataBase class, the goal of this class is to store all
information of a project at an instant T to easilly find it. This class
is still in development and not provide all information that she should.
-----------------------------------------------------------------------
Summary of changes:
qelectrotech.pro | 7 +-
sources/dataBase/projectdatabase.cpp | 206 +++++++++++++++++++++
sources/dataBase/projectdatabase.h | 59 ++++++
sources/qetapp.cpp | 18 +-
sources/qetdiagrameditor.cpp | 27 ++-
.../qetgraphicsitem/ViewItem/nomenclaturemodel.cpp | 164 ++++++++++++++++
.../qetgraphicsitem/ViewItem/nomenclaturemodel.h | 57 ++++++
.../ViewItem/qetgraphicsheaderitem.cpp | 2 +-
.../ViewItem/qetgraphicstableitem.cpp | 27 +--
.../ViewItem/qetgraphicstableitem.h | 2 +
.../ViewItem/ui/graphicstablepropertieseditor.cpp | 6 +-
sources/qetproject.cpp | 8 +
sources/qetproject.h | 2 +
13 files changed, 542 insertions(+), 43 deletions(-)
create mode 100644 sources/dataBase/projectdatabase.cpp
create mode 100644 sources/dataBase/projectdatabase.h
create mode 100644 sources/qetgraphicsitem/ViewItem/nomenclaturemodel.cpp
create mode 100644 sources/qetgraphicsitem/ViewItem/nomenclaturemodel.h
hooks/post-receive
--
qet/qet.git