summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/snippets/manual/doc_src_designer-manual.js
blob: da1ad350dff0d440d1165c3b77cfa86be8818aae (plain)
1
2
3
4
5
6
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [6]
widget.text = 'Hi - I was built ' + new Date().toString();
//! [6]