wip
This commit is contained in:
@@ -47,6 +47,10 @@ LogoWidget::LogoWidget(QWidget *parent) : QWidget(parent) {
|
|||||||
// connect(&m_anim, SIGNAL(valueChanged(QVariant)), SLOT(update()));
|
// connect(&m_anim, SIGNAL(valueChanged(QVariant)), SLOT(update()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void LogoWidget::paintEvent(QPaintEvent *event) {
|
||||||
|
QPainter painter(this);
|
||||||
|
}
|
||||||
|
|
||||||
BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
|
BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
|
||||||
QGridLayout *layout = new QGridLayout(this);
|
QGridLayout *layout = new QGridLayout(this);
|
||||||
layout->setSpacing(0);
|
layout->setSpacing(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user