Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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]
27
rcc -binary myresource.qrc -o myresource.rcc
28
//! [3]
29
30
//! [4]
31
<file empty=
"true"
>Button.qml</file>
32
//! [4]
qtbase
src
corelib
doc
snippets
code
doc_src_resources.qdoc
Generated on
for Qt by
1.14.0