Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 643:f8be956c819b trustbridge-refactor
Fixed mainwindow layout warning.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 24 Jun 2014 17:46:45 +0200 |
parents | dd738ef17715 |
children | f65503c1833b |
comparison
equal
deleted
inserted
replaced
642:dd738ef17715 | 643:f8be956c819b |
---|---|
633 mRemovePanel->setLayout(removePanelLayout); | 633 mRemovePanel->setLayout(removePanelLayout); |
634 | 634 |
635 // Info panel. | 635 // Info panel. |
636 mInfoPanel = new QScrollArea; | 636 mInfoPanel = new QScrollArea; |
637 | 637 |
638 QVBoxLayout *infoPanelLayout = new QVBoxLayout(this); | 638 QVBoxLayout *infoPanelLayout = new QVBoxLayout; |
639 QHBoxLayout *infoHeaderLayout = new QHBoxLayout; | 639 QHBoxLayout *infoHeaderLayout = new QHBoxLayout; |
640 QVBoxLayout *infoHeaderTextLayout = new QVBoxLayout; | 640 QVBoxLayout *infoHeaderTextLayout = new QVBoxLayout; |
641 QVBoxLayout *infoCenterLayout = new QVBoxLayout; | 641 QVBoxLayout *infoCenterLayout = new QVBoxLayout; |
642 | 642 |
643 QImage *infoLogoImage = new QImage(":/img/logo.png"); | 643 QImage *infoLogoImage = new QImage(":/img/logo.png"); |