1 #ifndef MUSICQUERYTABLEWIDGET_H
2 #define MUSICQUERYTABLEWIDGET_H
23 #include <QActionGroup>
59 virtual void startToSearchByText(
const QString &text) = 0;
64 virtual void downloadQueryResult(
int row) = 0;
70 void startToQueryByText(
const QString &text);
81 virtual void itemDoubleClicked(
int row,
int column) = 0;
94 void createFinishedItem();
100 virtual void resizeEvent(QResizeEvent *event)
override;
104 void setLoadingStatus(
bool status)
const;
112 return !(row < 0 || row >= rowCount() - 1);
121 #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.