This commit is contained in:
Herwig Birke
2018-05-15 15:55:09 +02:00
parent b69d3619df
commit 11ce84377a
13 changed files with 544 additions and 31 deletions
+21
View File
@@ -299,6 +299,13 @@ private slots:
*/
void onRechercheDoubleClicked(const QModelIndex& index);
/*!
\brief
\fn onShowPropertiesWindow
*/
void onShowPropertiesWindow();
/*!
\brief
@@ -429,6 +436,12 @@ private slots:
\fn onFilePrintPdf
*/
void onFilePrintPdf();
/*!
\brief
\fn onFilePrintPdf
*/
void onFileProperties();
/*!
\brief
@@ -727,6 +740,14 @@ private:
*/
void disconnectTextEdit();
/*!
\brief
\fn getProjectName
\return QString
*/
QString getProjectName(const QString& szFileName = QString());
protected:
/*!
\brief