Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-03-07 08:45:41 +0300
committerMichael Schuster <michael@schuster.ms>2020-03-07 08:45:41 +0300
commitd8c407ac9728e26d9898a9869fe7b4bfd3e5987f (patch)
tree4ab737d8d6135a60bdbf6ba2d5af2b63024546d9 /src/gui/legalnotice.h
parent2adde0fcca34a0537afb218b3061e0427b074807 (diff)
Settings dialog: Move detailed version info from About section to Legal notice dialog
- Enlarge dialog widget to show full content - Implement Dark-/Light-Mode switching (hyperlinks) Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui/legalnotice.h')
-rw-r--r--src/gui/legalnotice.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/legalnotice.h b/src/gui/legalnotice.h
index 38cbdd16f..ee0cb9d4e 100644
--- a/src/gui/legalnotice.h
+++ b/src/gui/legalnotice.h
@@ -37,7 +37,12 @@ public:
explicit LegalNotice(QDialog *parent = nullptr);
~LegalNotice();
+protected:
+ void changeEvent(QEvent *) override;
+
private:
+ void customizeStyle();
+
Ui::LegalNotice *_ui;
};