Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dvectorizerpopup.cpp473 QWidget *toolbarsContainer = new QWidget(this); in VectorizerPopup() local
474 toolbarsContainer->setFixedHeight(22); in VectorizerPopup()
475 addWidget(toolbarsContainer); in VectorizerPopup()
477 QHBoxLayout *toolbarsLayout = new QHBoxLayout(toolbarsContainer); in VectorizerPopup()
478 toolbarsContainer->setLayout(toolbarsLayout); in VectorizerPopup()
484 toolbarsContainer); // The spacer object must be a toolbar. in VectorizerPopup()