6 m_networkRequest(nullptr)
13 connect(
this, SIGNAL(cellDoubleClicked(
int,
int)), SLOT(
itemDoubleClicked(
int,
int)));
41 if(rowCount() > 0 && row == rowCount() - 1)
43 QTableWidgetItem *it = item(row, 0);
46 setItemDelegateForRow(row,
nullptr);
60 setItemDelegateForRow(rowCount() - 1,
nullptr);
75 setRowCount(rowCount() + 1);
76 const int count = rowCount() - 1;
78 for(
int i = 0; i < columnCount(); ++i)
80 setItem(count, i,
new QTableWidgetItem);
82 setSpan(count, 0, 1, columnCount());
84 QTableWidgetItem *it = item(count, 0);
94 MusicFillItemTableWidget::resizeEvent(event);
bool pageValid() const noexcept
The class of the label item delegate.
int pageIndex() const noexcept
void setStyleSheet(const QString &style) const
static const QString BackgroundStyle12
virtual void startToPage(int offset)
The class of the search result info item.
The class of the abstract query data from net.