70 QScrollArea *scrollArea =
new QScrollArea(
this);
77 QHBoxLayout *containTopLayout =
new QHBoxLayout(containTopWidget);
78 containTopLayout->setContentsMargins(10, 10, 0, 0);
83 containTopLayout->addStretch(1);
84 containTopWidget->setLayout(containTopLayout);
87 line->setFrameShape(QFrame::HLine);
95 mainLayout->addWidget(containTopWidget);
96 mainLayout->addWidget(line);
97 mainLayout->addWidget(containWidget);
98 mainLayout->addStretch(1);
The class of the search result data item.
static const QString ColorStyle12
#define MUSIC_MOVIE_RADIO
The class of the results category item.
The class of the mv radio category request.
virtual void startToSearch(const QString &value)=0
#define TTKObjectCast(x, y)