1 #ifndef _BIBLIOTEQ_OTHEROPTIONS_H_
2 #define _BIBLIOTEQ_OTHEROPTIONS_H_
4 #include "ui_biblioteq_otheroptions.h"
15 QColor availabilityColor(
const QString &it)
const;
16 QString publicationDateFormat(
const QString &it)
const;
17 bool showMainTableImages(
void)
const;
18 int booksAccessionNumberIndex(
void)
const;
19 void prepareSettings(
void);
24 AVAILABILITY_COLOR = 1,
26 PUBLICATION_DATE_FORMAT = 1
31 void changeEvent(QEvent *event);
32 void closeEvent(QCloseEvent *event);
33 void keyPressEvent(QKeyEvent *event);
34 void prepareAvailability(
void);
37 void setGlobalFonts(
const QFont &font);
39 void slotPreviewCanvasBackgroundColor(
const QColor &color);
41 void slotSelectAvailabilityColor(
void);
42 void slotSelectMainwindowCanvasBackgroundColor(
void);
45 void showNormal(
void);
48 void mainWindowCanvasBackgroundColorChanged(
const QColor &color);
49 void mainWindowCanvasBackgroundColorPreview(
const QColor &color);