Sayonara Player
Signals | Public Member Functions | Protected Member Functions | Protected Slots | Protected Attributes | Private Member Functions | Private Attributes | List of all members
GUI_SoundcloudArtistSearch Class Reference

Signals

void sig_closed ()
 emitted when closed
 

Public Member Functions

 GUI_SoundcloudArtistSearch (SoundcloudLibrary *library, QWidget *parent=nullptr)
 
bool is_dark () const
 Returns, if the current skin is dark. More...
 

Protected Member Functions

virtual void closeEvent (QCloseEvent *e) override
 
QString elide_text (const QString &text, QWidget *widget, int max_lines)
 

Protected Slots

virtual void skin_changed ()
 

Protected Attributes

Settings_settings =nullptr
 

Private Member Functions

void setupUi (QDialog *GUI_SoundcloudArtistSearch)
 
void retranslateUi (QDialog *GUI_SoundcloudArtistSearch)
 

Private Attributes

QGridLayout * gridLayout
 
QListWidget * list_artists
 
QHBoxLayout * horizontalLayout
 
QLabel * lab_status
 
QSpacerItem * horizontalSpacer_2
 
QPushButton * btn_cancel
 
QPushButton * btn_add
 
QHBoxLayout * horizontalLayout_2
 
QLabel * label
 
QSpacerItem * horizontalSpacer
 
QLineEdit * le_search
 
QPushButton * btn_search
 
QPushButton * btn_clear
 
QLabel * lab_n_artists
 
QLabel * lab_n_playlists
 
QLabel * lab_n_tracks
 
QListWidget * list_playlists
 
QListWidget * list_tracks
 

Member Function Documentation

§ is_dark()

bool SayonaraWidgetTemplate< QDialog >::is_dark ( ) const
inlineinherited

Returns, if the current skin is dark.

Returns
true, if dark. false else
Inheritance diagram for GUI_SoundcloudArtistSearch:
SayonaraDialog Ui::GUI_SoundcloudArtistSearch SayonaraWidgetTemplate< QDialog > SayonaraClass