1 #ifndef MUSICQUERYTABLEWIDGET_H
2 #define MUSICQUERYTABLEWIDGET_H
58 virtual void startToSearchByText(
const QString &text) = 0;
63 virtual void downloadQueryResult(
int row) = 0;
69 void startToQueryByText(
const QString &text);
80 virtual void itemDoubleClicked(
int row,
int column) = 0;
93 void createFinishedItem();
99 virtual void resizeEvent(QResizeEvent *event)
override;
103 void setLoadingStatus(
bool status)
const;
111 return !(row < 0 || row >= rowCount() - 1);
120 #endif // MUSICQUERYTABLEWIDGET_H
#define TTK_MODULE_EXPORT
The class of the label item delegate.
#define TTK_DECLARE_MODULE(Class)
The class of the search result info item.
The class of the abstract query download data from net.