Added new-file function
This commit is contained in:
parent
837a4f68bc
commit
1aa0fdfd22
6 changed files with 78 additions and 25 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
MetaDataModel::MetaDataModel(QObject *parent) : QAbstractTableModel(parent)
|
||||
{
|
||||
m_dateOfBirth.setDate(2010, 01, 01);
|
||||
m_dateOfTest = QDate::currentDate();
|
||||
}
|
||||
|
||||
int MetaDataModel::rowCount(const QModelIndex &parent) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue