QTfrontend/ui/page/pagevideos.cpp
changeset 12252 5ac38cf14d91
parent 12036 3957a6653c10
child 12268 2eedf9e0cd6d
equal deleted inserted replaced
12251:caff1a3a7456 12252:5ac38cf14d91
   108 QLayout * PageVideos::bodyLayoutDefinition()
   108 QLayout * PageVideos::bodyLayoutDefinition()
   109 {
   109 {
   110     QGridLayout * pPageLayout = new QGridLayout();
   110     QGridLayout * pPageLayout = new QGridLayout();
   111     pPageLayout->setColumnStretch(0, 1);
   111     pPageLayout->setColumnStretch(0, 1);
   112     pPageLayout->setColumnStretch(1, 2);
   112     pPageLayout->setColumnStretch(1, 2);
   113     QString pathIcon = ":/res/graphicsicon.png";
   113     QString pathIcon = ":/res/Videos.png";
   114 
   114 
   115     // list of videos
   115     // list of videos
   116     {
   116     {
   117         IconedGroupBox* pTableGroup = new IconedGroupBox(this);
   117         IconedGroupBox* pTableGroup = new IconedGroupBox(this);
   118         pTableGroup->setIcon(QIcon(pathIcon));
   118         pTableGroup->setIcon(QIcon(pathIcon));