21 #ifndef GUI_PODCASTS_H 22 #define GUI_PODCASTS_H 24 #include "GUI_AbstractStream.h" 38 QString get_name()
const override;
39 QString get_display_name()
const override;
43 void init_ui()
override;
44 void retranslate_ui()
override;
45 QString get_title_fallback_name()
const override;
49 QLineEdit* le_url()
override;
50 QComboBox* combo_stream()
override;
51 QPushButton* btn_play()
override;
53 QLabel* lab_listen()
override;
56 #endif // GUI_PODCASTS_H Definition: GUI_AbstractStream.h:34
Definition: GUI_Podcasts.h:28