Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
doc_src_resources.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4//! [0]
5<file alias="cut-img.png">images/cut.png</file>
6//! [0]
7
8
9//! [1]
10<qresource prefix="/myresources">
11 <file alias="cut-img.png">images/cut.png</file>
12</qresource>
13//! [1]
14
15
16//! [2]
17<qresource>
18 <file>cut.jpg</file>
19</qresource>
20<qresource lang="fr">
21 <file alias="cut.jpg">cut_fr.jpg</file>
22</qresource>
23//! [2]
24
25
26//! [3]
27rcc -binary myresource.qrc -o myresource.rcc
28//! [3]
29
30//! [4]
31<file empty="true">Button.qml</file>
32//! [4]