From a77a83f5d40f9c8138db676adc6a6fdfade8f0a3 Mon Sep 17 00:00:00 2001 From: beuchatp <beuchatp@control.ee.ethz.ch> Date: Thu, 6 Sep 2018 12:40:31 +0200 Subject: [PATCH] Recreated qrc resources file and corerctly saved the .pro file accordingly --- .../src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro | 3 +++ .../src/d_fall_pps/GUI_Qt/studentGUI/studentgui.qrc | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentgui.qrc diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro index 4f43aedb..215f47e8 100644 --- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro +++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro @@ -23,3 +23,6 @@ HEADERS += \ FORMS += \ src/MainWindow.ui + +RESOURCES += \ + studentgui.qrc diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentgui.qrc b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentgui.qrc new file mode 100644 index 00000000..a02b9c1d --- /dev/null +++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentgui.qrc @@ -0,0 +1,13 @@ +<RCC> + <qresource prefix="/"> + <file>images/battery_20.png</file> + <file>images/battery_40.png</file> + <file>images/battery_60.png</file> + <file>images/battery_80.png</file> + <file>images/battery_empty.png</file> + <file>images/battery_full.png</file> + <file>images/rf_connected.png</file> + <file>images/rf_connecting.png</file> + <file>images/rf_disconnected.png</file> + </qresource> +</RCC> -- GitLab