Skip to content
Snippets Groups Projects
Commit 243ebd75 authored by Vic Nguyen's avatar Vic Nguyen :ghost:
Browse files

Add maintenance message to UI

parent c411fb37
No related branches found
No related tags found
1 merge request!16Add maintenance message to UI
Pipeline #70786 passed
[submodule "qtquickdesigner-components"] [submodule "qtquickdesigner-components"]
path = qtquickdesigner-components path = qtquickdesigner-components
url = https://git.qt.io/design-studio/kit-dependencies/qt-quickdesigner-components.git url = https://codereview.qt-project.org/qt-labs/qtquickdesigner-components
[submodule "emsdk"] [submodule "emsdk"]
path = emsdk path = emsdk
url = https://github.com/emscripten-core/emsdk.git url = https://github.com/emscripten-core/emsdk.git
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
rel="stylesheet" rel="stylesheet"
type="text/css" type="text/css"
/> />
<!-- Qt DS -->
<link rel="stylesheet" href="https://www.qt.io/hubfs/qt-design-system/qt-design-system-1.1.0.css">
<link <link
rel="icon" rel="icon"
...@@ -37,9 +39,17 @@ ...@@ -37,9 +39,17 @@
<title>Qt Design Viewer</title> <title>Qt Design Viewer</title>
</head> </head>
<body onload="init()"> <body onload="init()" class="qt-design-system">
<figure style="overflow: visible" id="qtspinner"> <figure style="overflow: visible" id="qtspinner">
<center style="line-height: 150%"> <center style="line-height: 150%">
<div class="c-box c-box--grey h-wysiwyg-html" data-scheme style="font-style: normal;">
<p>Upcoming maintenance break on Tuesday 21st May</p>
<a class="c-link" target="_blank" rel="noopener noreferrer"
href="https://forum.qt.io/topic/156671/upcoming-maintenance-break-on-the-qt-design-viewer-tuesday-21-05-2024">
Learn more
</a>
</div>
<img <img
src="resources/images/qtdesignstudioviewer-128.png" src="resources/images/qtdesignstudioviewer-128.png"
srcset=" srcset="
...@@ -153,5 +163,6 @@ ...@@ -153,5 +163,6 @@
<script src="qtdesignviewer.js"></script> <script src="qtdesignviewer.js"></script>
<script src="scripts/script.js" type="text/javascript"></script> <script src="scripts/script.js" type="text/javascript"></script>
<script src="qtloader.js" type="text/javascript"></script> <script src="qtloader.js" type="text/javascript"></script>
<script type="text/javascript" src="https://www.qt.io/hubfs/qt-design-system/qt-design-system-1.1.0.js"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment