gametable adjustments for 1.000.000 number style. transparent menubars.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
MyMenuBar::MyMenuBar(QMainWindow* parent)
|
||||
: QMenuBar(parent)
|
||||
{
|
||||
//this->setAttribute(Qt::WA_TranslucentBackground);
|
||||
this->setAttribute(Qt::WA_TranslucentBackground);
|
||||
this->setStyleSheet("QMenuBar { border-width: 0px; border-style: none;} ");
|
||||
}
|
||||
|
||||
void MyMenuBar::paintEvent(QPaintEvent *e) {
|
||||
|
||||
Reference in New Issue
Block a user