mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-01-27 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDIconEngine::Input' and 'RDIconEngine::Output' icons to 'RDIconEngine'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -112,6 +112,8 @@
|
||||
#include "../icons/redball.xpm"
|
||||
#include "../icons/whiteball.xpm"
|
||||
#include "../icons/switch3.xpm"
|
||||
#include "../icons/input.xpm"
|
||||
#include "../icons/output.xpm"
|
||||
#include "../icons/record.xpm"
|
||||
#include "../icons/upload.xpm"
|
||||
#include "../icons/download.xpm"
|
||||
@@ -261,6 +263,8 @@ RDIconEngine::RDIconEngine()
|
||||
d_list_icons.push_back(QPixmap(whiteball_xpm));
|
||||
d_list_icons.push_back(QPixmap(blueball_xpm));
|
||||
d_list_icons.push_back(QPixmap(switch3_xpm));
|
||||
d_list_icons.push_back(QPixmap(input_xpm));
|
||||
d_list_icons.push_back(QPixmap(output_xpm));
|
||||
d_list_icons.push_back(QPixmap(record_xpm));
|
||||
d_list_icons.push_back(QPixmap(rss_xpm));
|
||||
d_list_icons.push_back(QPixmap(upload_xpm));
|
||||
|
||||
@@ -31,7 +31,8 @@ class RDIconEngine
|
||||
{
|
||||
public:
|
||||
enum IconType {GreenCheck=0,RedX=1,GreenBall=2,RedBall=3,WhiteBall=4,
|
||||
BlueBall=5,Switcher=6,Record=7,Download=8,Upload=9};
|
||||
BlueBall=5,Switcher=6,Input=7,Output=8,Record=9,Download=10,
|
||||
Upload=11};
|
||||
enum Application {Rivendell=0,RdAdmin=1,RdAirPlay=2,RdCartSlots=3,
|
||||
RdCastManager=4,RdCatch=5,RdLibrary=6,RdLogEdit=7,
|
||||
RdLogManager=8,RdPanel=9,LastApplication=10};
|
||||
|
||||
Reference in New Issue
Block a user