Initial commit of BudgetPro
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "tipslabel.h"
|
||||
|
||||
TipsLabel::TipsLabel(QWidget *parent)
|
||||
: QLabel(parent)
|
||||
{
|
||||
setObjectName("TipsLabel");
|
||||
setStyleSheet("QLabel#TipsLabel{"
|
||||
"background-color: rgba(255, 255, 255, 153);"
|
||||
"border-radius: 3px;"
|
||||
"border: 1px solid rgba(0, 0, 0, 13);}");
|
||||
setAlignment(Qt::AlignCenter);
|
||||
}
|
||||
|
||||
TipsLabel::~TipsLabel()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user