25 #ifndef DIGIKAM_ALBUM_CUSTOMIZER_H
26 #define DIGIKAM_ALBUM_CUSTOMIZER_H
60 void readSettings(KConfigGroup& group);
61 void saveSettings(KConfigGroup& group);
63 bool autoAlbumDateEnabled()
const;
64 bool autoAlbumExtEnabled()
const;
65 int folderDateFormat()
const;
66 bool customDateFormatIsValid()
const;
67 QString customDateFormat()
const;
71 void slotFolderDateFormatChanged(
int);
72 void slotToolTipButtonToggled(
bool);
73 void slotCustomizerChanged();
Definition: albumcustomizer.h:42
DateFormatOptions
Definition: albumcustomizer.h:48
@ LocalDateFormat
Definition: albumcustomizer.h:51
@ TextDateFormat
Definition: albumcustomizer.h:50
Definition: datefolderview.cpp:43