54 void emitSetupChanged();
56 bool showToolTipsIsValid()
const;
58 void setShowThumbbar(
bool val);
59 bool getShowThumbbar()
const;
61 void setPreviewLoadFullImageSize(
bool val);
62 bool getPreviewLoadFullImageSize()
const;
64 void setPreviewItemsWhileDownload(
bool val);
65 bool getPreviewItemsWhileDownload()
const;
67 void setPreviewShowIcons(
bool val);
68 bool getPreviewShowIcons()
const;
70 void setImageSortOrder(
int order);
71 int getImageSortOrder()
const;
73 void setImageSortBy(
int sortBy);
74 int getImageSortBy()
const;
76 void setImageSeparationMode(
int mode);
77 int getImageSeparationMode()
const;
79 void setItemLeftClickAction(
int action);
80 int getItemLeftClickAction()
const;
82 void setDefaultIconSize(
int val);
83 int getDefaultIconSize()
const;
85 void setIconViewFont(
const QFont& font);
86 QFont getIconViewFont()
const;
88 void setIconShowName(
bool val);
89 bool getIconShowName()
const;
91 void setIconShowSize(
bool val);
92 bool getIconShowSize()
const;
94 void setIconShowTitle(
bool val);
95 bool getIconShowTitle()
const;
97 void setIconShowTags(
bool val);
98 bool getIconShowTags()
const;
100 void setIconShowDate(
bool val);
101 bool getIconShowDate()
const;
103 void setIconShowRating(
bool val);
104 bool getIconShowRating()
const;
106 void setIconShowImageFormat(
bool val);
107 bool getIconShowImageFormat()
const;
109 void setIconShowCoordinates(
bool val);
110 bool getIconShowCoordinates()
const;
112 void setIconShowOverlays(
bool val);
113 bool getIconShowOverlays()
const;
115 void setToolTipsFont(
const QFont& font);
116 QFont getToolTipsFont()
const;
118 void setShowToolTips(
bool val);
119 bool getShowToolTips()
const;
121 void setToolTipsShowFileName(
bool val);
122 bool getToolTipsShowFileName()
const;
124 void setToolTipsShowFileDate(
bool val);
125 bool getToolTipsShowFileDate()
const;
127 void setToolTipsShowFileSize(
bool val);
128 bool getToolTipsShowFileSize()
const;
130 void setToolTipsShowImageType(
bool val);
131 bool getToolTipsShowImageType()
const;
133 void setToolTipsShowImageDim(
bool val);
134 bool getToolTipsShowImageDim()
const;
136 void setToolTipsShowPhotoMake(
bool val);
137 bool getToolTipsShowPhotoMake()
const;
139 void setToolTipsShowPhotoLens(
bool val);
140 bool getToolTipsShowPhotoLens()
const;
142 void setToolTipsShowPhotoFocal(
bool val);
143 bool getToolTipsShowPhotoFocal()
const;
145 void setToolTipsShowPhotoExpo(
bool val);
146 bool getToolTipsShowPhotoExpo()
const;
148 void setToolTipsShowPhotoFlash(
bool val);
149 bool getToolTipsShowPhotoFlash()
const;
151 void setToolTipsShowPhotoWB(
bool val);
152 bool getToolTipsShowPhotoWB()
const;
154 void setToolTipsShowTags(
bool val);
155 bool getToolTipsShowTags()
const;
157 void setToolTipsShowLabelRating(
bool val);
158 bool getToolTipsShowLabelRating()
const;
171 Private*
const d =
nullptr;
173 friend class ImportSettingsCreator;