change title, date and HDR

display EXIF data if more thumbs are selected
This commit is contained in:
2019-03-07 17:36:47 +01:00
parent d48e1e7331
commit 8b5339b037
16 changed files with 1013 additions and 258 deletions
+29 -1
View File
@@ -87,7 +87,11 @@ private:
enum { MaxRecentFiles = 5 }; /*!< TODO: describe */
QAction* m_lpRecentFileAction[MaxRecentFiles]; /*!< TODO: describe */
QAction* m_lpChangeDateAction; /*!< TODO: describe */
QAction* m_lpChangeTitleAction; /*!< TODO: describe */
QAction* m_lpChangeDateAction; /*!< TODO: describe */
QAction* m_lpChangeDateTimeAction; /*!< TODO: describe */
QAction* m_lpSetHDRAction; /*!< TODO: describe */
QAction* m_lpUnsetHDRAction; /*!< TODO: describe */
/*!
\brief
@@ -209,12 +213,36 @@ private slots:
*/
void onThumbnailViewContextMenu(const QPoint& pos);
/*!
\brief
\fn onChangeTitle
*/
void onChangeTitle();
/*!
\brief
\fn onChangeDate
*/
void onChangeDate();
/*!
\brief
\fn onChangeDateTime
*/
void onChangeDateTime();
/*!
\brief
\fn onSetHDR
*/
void onSetHDR();
/*!
\brief
\fn onUnsetHDR
*/
void onUnsetHDR();
};
#endif // CMAINWINDOW_H