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 4f43aedbed97bb2800fd5eac5501c59fad890f7b..215f47e85bbff68fcc2f216447650b4078b98923 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 0000000000000000000000000000000000000000..a02b9c1d0dcb86ea57ff20040c8cd99ec8f052a6 --- /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>