void applySettings();
void restoreDefaultSettings();
-signals:
+Q_SIGNALS:
void changed();
-private slots:
+private Q_SLOTS:
void slotDefaultSliderMoved(int value);
void slotPreviewSliderMoved(int value);
QRadioButton* m_numberOfItems;
QRadioButton* m_sizeOfContents;
QSpinBox* m_recursiveDirectorySizeLimit;
+ QRadioButton* m_useRelatetiveDates;
+ QRadioButton* m_useShortDates;
};
#endif