32 LOG(VB_GENERAL, LOG_ERR,
"Cannot load screen 'importsettings'");
43 if (loadNoWhitespace == 1)
63 if (loadMp3UseVBR == 1)
70 "faster if you're not concerned about "
71 "possible errors in the audio."));
73 "songs. Valid tokens are:\n"
74 "GENRE, ARTIST, ALBUM, TRACK, TITLE, YEAR"));
76 "will be replaced with underscore characters."));
78 "after a CD Rip is completed."));
80 "after the CD has been ripped."));
82 "Note that the quality level 'Perfect' "
83 "will use the FLAC encoder."));
86 "bitrates (VBR) except for the low quality setting. "
87 "The Ogg encoder will always use variable bitrates."));
MythUITextEdit * m_postCDRipScript
MythUITextEdit * m_filenameTemplate
MythUIButtonList * m_paranoiaLevel
MythUIButtonList * m_encoderType
MythUIButton * m_cancelButton
MythUICheckBox * m_noWhitespace
bool Create(void) override
MythUICheckBox * m_ejectCD
MythUIButtonList * m_defaultRipQuality
MythUIButton * m_saveButton
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
MythUICheckBox * m_mp3UseVBR
void SaveSetting(const QString &key, int newValue)
QString GetSetting(const QString &key, const QString &defaultval="")
void dispatch(const MythEvent &event)
int GetNumSetting(const QString &key, int defaultval=0)
This class is used as a container for messages.
void BuildFocusList(void)
MythUIType * GetFocusWidget(void) const
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
bool SetFocusWidget(MythUIType *widget=nullptr)
void SetCheckState(MythUIStateType::StateType state)
MythUIStateType::StateType GetCheckState() const
QString GetText(void) const
void SetText(const QString &text, bool moveCursor=true)
void SetHelpText(const QString &text)
static bool LoadWindowFromXML(const QString &xmlfile, const QString &windowname, MythUIType *parent)
MythCoreContext * gCoreContext
This global variable contains the MythCoreContext instance for the app.
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
static bool Assign(ContainerType *container, UIType *&item, const QString &name, bool *err=nullptr)