Sayonara Player
ConfigurePodcastDialog.h
1 #ifndef GUI_CONFIGURESTREAM_H
2 #define GUI_CONFIGURESTREAM_H
3 
4 #include "GUI_ConfigureStation.h"
5 
8 {
10 
11 public:
12  ConfigurePodcastDialog(QWidget* parent);
13  ~ConfigurePodcastDialog() override;
14 
15  StationPtr configuredStation() override;
16  QList<QWidget*> configurationWidgets() override;
17  void configureWidgets(StationPtr station) override;
18  QString labelText(int i) const override;
19 };
20 
21 #endif // GUI_CONFIGURESTREAM_H
QList
Definition: EngineUtils.h:33
GUI_ConfigureStation
Definition: GUI_ConfigureStation.h:33
ConfigurePodcastDialog
Definition: ConfigurePodcastDialog.h:8