-
Notifications
You must be signed in to change notification settings - Fork 6
/
resources.qrc
44 lines (42 loc) · 1.66 KB
/
resources.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
* Copyright(c) 2024 Sven Trittler
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License
* v. 1.0 which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="">
<!-- images -->
<file>res/images/cyclonedds.png</file>
<file>res/images/[email protected]</file>
<file>res/images/[email protected]</file>
<file>res/images/spinning.gif</file>
<!-- source files -->
<file>src/views/EndpointDetailWindow.qml</file>
<file>src/views/main.qml</file>
<file>src/views/AddDomainView.qml</file>
<file>src/views/Constants.qml</file>
<file>src/views/HeaderToolBar.qml</file>
<file>src/views/qmldir</file>
<file>src/views/SettingsView.qml</file>
<file>src/views/TopicOverview.qml</file>
<file>src/views/TopicEndpointView.qml</file>
<file>src/views/WarningTriangle.qml</file>
<file>src/views/IdlDropArea.qml</file>
<file>src/views/Overview.qml</file>
<file>src/views/DataModelOverview.qml</file>
<file>src/views/ReaderTester.qml</file>
<file>src/views/ListenerView.qml</file>
<file>src/views/LoadingView.qml</file>
<file>src/views/AboutWindow.qml</file>
<file>src/views/CheckForUpdates.qml</file>
<file>src/views/ParticipantsOverview.qml</file>
<file>src/views/SideView.qml</file>
</qresource>
</RCC>