summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
authorKaj Grönholm <kaj.gronholm@qt.io>2018-05-28 10:54:45 +0300
committerKaj Grönholm <kaj.gronholm@qt.io>2018-05-29 09:49:20 +0000
commit32aaf15967a91b04c94038dd570f7deed2fa8f4f (patch)
tree7ee54e6ce8ab14b6b7240797933f915605203f5c /src/Authoring/Studio/style.qss
parentd9825cfc56d8cd4bac194d6935dcdaec53dfae9f (diff)
Adjust loading popup
Change background color & add border. Also updates correct image path and changes filename label to word-wrap. Task-number: QT3DS-1788 Change-Id: Ief46b5110e9fc54994675e9cd821849502567266 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index f50190ef..471f5e3d 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -325,6 +325,19 @@ TimeLineToolbar QLabel#dataInputName {
color: #ff5102;
}
+/* Loading progress dialog */
+QDialog#ProgressDlg QWidget {
+ background-color: #202020;
+}
+
+QDialog#ProgressDlg QWidget#backgroundWidget {
+ border: 1px solid #808080;
+}
+
+QDialog#ProgressDlg QWidget#progressActionText {
+ font-size: 16px;
+}
+
/* Sub-presentation Dialogs and Data Input Dialogs */
QDialog#SubPresentationListDlg QTableView QTableCornerButton::section,
QDialog#SubPresentationListDlg QHeaderView::section,