Files
BloomPatched/src/resources.qrc

26 lines
2.2 KiB
Plaintext
Raw Normal View History

2021-04-04 21:04:12 +01:00
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
2021-05-25 21:50:17 +01:00
<!-- The contents of help.txt is presented to the user in response to the invocation of the help command-->
2021-04-04 21:04:12 +01:00
<file alias="/compiled/resources/help.txt">../resources/help.txt</file>
2021-05-25 21:50:17 +01:00
<!-- The bloom.template.json is a template configuration file that is used to initiate a new project, via the init command-->
2021-04-04 21:04:12 +01:00
<file alias="/compiled/resources/bloom.template.json">../resources/bloom.template.json</file>
2021-05-25 21:50:17 +01:00
<!-- QT UI templates for Insight-->
2021-04-04 21:04:12 +01:00
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui">./Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/UiFiles/AboutWindow.ui">./Insight/UserInterfaces/InsightWindow/UiFiles/AboutWindow.ui</file>
2021-05-25 21:50:17 +01:00
<!-- QT UI stylesheets for Insight-->
2021-04-04 21:04:12 +01:00
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss">./Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss">./Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/TargetWidgets/DIP/Stylesheets/DualInlinePackage.qss">./Insight/UserInterfaces/InsightWindow/TargetWidgets/DIP/Stylesheets/DualInlinePackage.qss</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/TargetWidgets/QFP/Stylesheets/QuadFlatPackage.qss">./Insight/UserInterfaces/InsightWindow/TargetWidgets/QFP/Stylesheets/QuadFlatPackage.qss</file>
2021-05-25 21:50:17 +01:00
<!-- Icons for Insight-->
2021-04-04 21:04:12 +01:00
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg">./Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Images/RAM.svg">./Insight/UserInterfaces/InsightWindow/Images/RAM.svg</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Images/refresh.svg">./Insight/UserInterfaces/InsightWindow/Images/refresh.svg</file>
<file alias="/compiled/Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg">./Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg</file>
</qresource>
</RCC>