mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
blue bg in training guide
old-commit-hash: 4a03d1cb648cbfe466b02f114fdab86876f89580
This commit is contained in:
@@ -60,6 +60,9 @@ TrainingGuide::TrainingGuide(QWidget* parent) {
|
||||
QWidget* sw = layout2Widget(slayout);
|
||||
hlayout->addWidget(sw, 1, Qt::AlignCenter);
|
||||
setLayout(hlayout);
|
||||
setStyleSheet(R"(
|
||||
background-color: #072339;
|
||||
)");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <QMouseEvent>
|
||||
|
||||
|
||||
class TrainingGuide : public QWidget {
|
||||
class TrainingGuide : public QFrame {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user