2021-06-28 Fred Gleason <fredg@paravelsystems.com>

* Added a shaded rectangle background to the 'Button Log' and
	right-side widgets in rdairplay(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-28 09:23:41 -04:00
parent 31f54ee4fc
commit 8852491808
13 changed files with 343 additions and 155 deletions

View File

@@ -27,10 +27,10 @@
#include <rdinstancelock.h>
#include <rdmainwindow.h>
#include <rdmeterstrip.h>
#include <rdsound_panel.h>
#include "button_log.h"
#include "colors.h"
#include "soundpanel.h"
#include "topstrip.h"
#include "voicetracker.h"
@@ -111,7 +111,7 @@ class MainWidget : public RDMainWindow
void ShowTracker(bool state);
RDAirPlayConf::Channel PanelChannel(int mport) const;
RDLogPlay *air_log[RDAIRPLAY_LOG_QUANTITY];
RDSoundPanel *air_panel;
SoundPanel *air_panel;
VoiceTracker *air_tracker;
QPushButton *air_tracker_button;
RDMeterStrip *air_meter_strip;