X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5e74b4c0176f73b3f08f34050d675394fa91d2cb..dd07a327:/src/settings/viewmodes/generalviewsettingspage.h diff --git a/src/settings/viewmodes/generalviewsettingspage.h b/src/settings/viewmodes/generalviewsettingspage.h index c0e40db59..1d4caab65 100644 --- a/src/settings/viewmodes/generalviewsettingspage.h +++ b/src/settings/viewmodes/generalviewsettingspage.h @@ -13,7 +13,9 @@ #include class QCheckBox; +class QComboBox; class QLabel; +class QLineEdit; class QRadioButton; /** @@ -35,6 +37,7 @@ public: private: void loadSettings(); + void updateCustomActionVisibility(int doubleClickViewComboBoxCurrentIndex); private: QUrl m_url; @@ -47,6 +50,10 @@ private: QCheckBox *m_renameInline = nullptr; QCheckBox *m_openArchivesAsFolder = nullptr; QCheckBox *m_autoExpandFolders = nullptr; + QCheckBox *m_hideXtrashFiles = nullptr; + QComboBox *m_doubleClickViewComboBox = nullptr; + QLineEdit *m_doubleClickViewCustomAction = nullptr; + QLabel *m_doubleClickViewCustomActionInfo = nullptr; }; #endif