Skip to content
Snippets Groups Projects
Commit 560e32e9 authored by Andreas Bolin's avatar Andreas Bolin
Browse files

added resources

parent 3db4dc69
No related branches found
No related tags found
1 merge request!78Add scheduler GUI
Pipeline #72579 passed
......@@ -26,8 +26,8 @@
<string>B-ASIC scheduler</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../small_logo.png</normaloff>../../small_logo.png</iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/small_logo.png</normaloff>:/icons/small_logo.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QScrollArea" name="scrollArea">
......@@ -112,7 +112,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
......@@ -182,6 +182,8 @@
</property>
</action>
</widget>
<resources/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>
<RCC>
<qresource prefix="/icons">
<file alias="logo.png">resources/logo.png</file>
<file alias="logo_tiny.png">resources/logo_tiny.png</file>
<file alias="small_logo.png">resources/small_logo.png</file>
</qresource>
</RCC>
b_asic/schedule-gui/resources/logo.png

69 KiB

b_asic/schedule-gui/resources/logo_tiny.png

9.83 KiB

b_asic/schedule-gui/resources/small_logo.png

39.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment