TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicabstracttablewidget.cpp
Go to the documentation of this file.
2 
4  : TTKAbstractTableWidget(parent)
5 {
7 
9 #if defined Q_OS_UNIX && !TTK_QT_VERSION_CHECK(5,7,0) //Fix linux selection-background-color stylesheet bug
10  TTK::Widget::setTransparent(this, QColor(20, 20, 20, 10));
11 #endif
12 }
static const QString ScrollBarStyle01
ScrollBar.
TTK_MODULE_EXPORT void setTransparent(QWidget *widget, int alpha)
static const QString TableWidgetStyle01
TableWidget.
The class of the ttk abstract table widget.
static const QString LineEditStyle01
LineEdit.
MusicAbstractTableWidget(QWidget *parent=nullptr)