TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Macros
ttktabbutton.cpp File Reference
#include "ttktabbutton.h"
#include <QHBoxLayout>

Go to the source code of this file.

Macros

#define TAB_BUTTON_ON   "QPushButton{ border-radius:0px; background-color:#158FE1; color:white; }"
 
#define TAB_BUTTON_OFF   "QPushButton{ border-radius:0px; background-color:#BFBFBF; color:white; }"
 

Macro Definition Documentation

#define TAB_BUTTON_OFF   "QPushButton{ border-radius:0px; background-color:#BFBFBF; color:white; }"

Definition at line 6 of file ttktabbutton.cpp.

Referenced by TTKTabButton::addButtons(), and TTKTabButton::buttonClicked().

#define TAB_BUTTON_ON   "QPushButton{ border-radius:0px; background-color:#158FE1; color:white; }"

Definition at line 5 of file ttktabbutton.cpp.

Referenced by TTKTabButton::buttonClicked().