#include <GUI_InfoDialog.h>
|
enum | Tab : quint8 {
Info =0,
Lyrics =1,
Edit =2
} |
|
|
| GUI_InfoDialog (InfoDialogContainer *container, QWidget *parent=nullptr) |
|
void | set_metadata (const MetaDataList &vd, MetaDataList::Interpretation interpretation) |
|
bool | has_metadata () const |
|
void | show (GUI_InfoDialog::Tab tab) |
|
bool | is_dark () const |
| Returns, if the current skin is dark. More...
|
|
|
QString | elide_text (const QString &text, QWidget *widget, int max_lines) |
|
|
void | setupUi (QDialog *InfoDialog) |
|
void | retranslateUi (QDialog *InfoDialog) |
|
|
QGridLayout * | gridLayout |
|
QTabWidget * | tab_widget |
|
QWidget * | tab_1 |
|
QGridLayout * | gridLayout_2 |
|
QWidget * | ui_info_widget |
|
QGridLayout * | gridLayout_5 |
|
QLabel * | lab_subheader |
|
QSpacerItem * | verticalSpacer_4 |
|
QVBoxLayout * | verticalLayout |
|
QSpacerItem * | verticalSpacer |
|
CoverButton * | btn_image |
|
QSpacerItem * | verticalSpacer_2 |
|
QPushButton * | btn_close1 |
|
QSpacerItem * | horizontalSpacer_3 |
|
QScrollArea * | scrollArea_2 |
|
QWidget * | scrollAreaWidgetContents_2 |
|
QGridLayout * | gridLayout_7 |
|
QLabel * | lab_paths |
|
QSpacerItem * | verticalSpacer_3 |
|
QScrollArea * | scrollArea |
|
QWidget * | scrollAreaWidgetContents |
|
QGridLayout * | gridLayout_4 |
|
QLabel * | lab_info |
|
QLabel * | lab_title |
|
QSpacerItem * | horizontalSpacer_2 |
|
QWidget * | tab_2 |
|
QGridLayout * | gridLayout_3 |
|
QWidget * | ui_lyric_widget |
|
QGridLayout * | gridLayout_6 |
|
QTextEdit * | te_lyrics |
|
QHBoxLayout * | horizontalLayout |
|
QComboBox * | combo_servers |
|
QProgressBar * | pb_loading |
|
QSpacerItem * | horizontalSpacer |
|
QPushButton * | btn_close2 |
|
QWidget * | tab_3 |
|
QGridLayout * | gridLayout_8 |
|
§ is_dark()
Returns, if the current skin is dark.
- Returns
- true, if dark. false else