Home
last modified time | relevance | path

Searched refs:imgBoxLay (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppopup.cpp327 QVBoxLayout *imgBoxLay = new QVBoxLayout(); in CleanupPopup() local
328 imgBoxLay->setMargin(5); in CleanupPopup()
329 { imgBoxLay->addWidget(m_imageViewer); } in CleanupPopup()
330 m_imgViewBox->setLayout(imgBoxLay); in CleanupPopup()