2022-05-20 Fred Gleason <fredg@paravelsystems.com>

* Added icons to the 'Service' dropdowns in rdlogedit(1), rdairplay(1)
	and rdlogmanager(1).
	* Added icons to the host picker in the 'Service' dialog in
	rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-05-20 16:53:08 -04:00
parent 17f9c1add9
commit bf4e203742
18 changed files with 41 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ EditPerms::EditPerms(QString object_name,ObjectType type,QWidget *parent)
// Services Selector
//
svc_object_sel=new RDListSelector(this);
svc_object_sel->setItemIcon(rda->iconEngine()->serviceIcon());
svc_object_sel->setGeometry(10,10,380,130);
svc_object_sel->sourceSetLabel(tr("Available Services"));
svc_object_sel->destSetLabel(tr("Enabled Services"));