change title, date and HDR
display EXIF data if more thumbs are selected
This commit is contained in:
+29
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user