wip
This commit is contained in:
@@ -47,7 +47,7 @@ LogoWidget::LogoWidget(QWidget *parent) : QWidget(parent) {
|
|||||||
// connect(&m_anim, SIGNAL(valueChanged(QVariant)), SLOT(update()));
|
// connect(&m_anim, SIGNAL(valueChanged(QVariant)), SLOT(update()));
|
||||||
}
|
}
|
||||||
|
|
||||||
BodyWindow::BodyWindow(QWidget *parent) : fuel_filter(1.0, 5., 1. / UI_FREQ), QWidget(parent) {
|
BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
|
||||||
QGridLayout *layout = new QGridLayout(this);
|
QGridLayout *layout = new QGridLayout(this);
|
||||||
main_layout->setSpacing(0);
|
main_layout->setSpacing(0);
|
||||||
main_layout->setMargin(200);
|
main_layout->setMargin(200);
|
||||||
|
|||||||
Reference in New Issue
Block a user