1 #ifndef MUSICQUERYTABLEWIDGET_H
2 #define MUSICQUERYTABLEWIDGET_H
23 #include <QActionGroup>
58 virtual void startToSearchByValue(
const QString &value) = 0;
63 virtual void downloadQueryResult(
int row) = 0;
73 void startToQueryByText(
const QString &text);
84 virtual void itemDoubleClicked(
int row,
int column) = 0;
97 void createFinishedItem();
103 virtual void resizeEvent(QResizeEvent *event)
override;
107 void setLoadingStatus(
bool status)
const;
115 return !(row < 0 || row >= rowCount() - 1);
124 #endif // MUSICQUERYTABLEWIDGET_H
#define TTK_MODULE_EXPORT
The class of the label item delegate.
The class of the widget resize interface.
The class of the search result info item.
The class of the abstract query data from net.