1 #ifndef MUSICSONGSEARCHINTERIOREDIT_H
2 #define MUSICSONGSEARCHINTERIOREDIT_H
53 void setText(
const QString &text);
57 void textChanged(
const QString &text);
61 void selectedTextChanged(
const QString &text,
bool update);
65 void suggestDataChanged();
69 void discoverInfoFinished(
const QString &bytes);
76 virtual void mousePressEvent(QMouseEvent *event)
override final;
77 virtual void focusOutEvent(QFocusEvent *event)
override final;
82 void setPopWidgetVisible(
bool show);
90 #endif // MUSICSONGSEARCHINTERIOREDIT_H
#define TTK_MODULE_EXPORT
The class of the search line edit widget.
MusicDiscoverListRequest * m_discoverRequest
virtual void keyReleaseEvent(QKeyEvent *event) override
The class of the net search interior edit widget.
The class of the query suggest data from net.
The class of the download discover list request.
TTK_MODULE_EXPORT void initialize(TTK::Attribute attr)
MusicSongSuggestRequest * m_suggestRequest
MusicSongSearchPopWidget * m_popWidget