Searched refs:popupLayout (Results 1 – 4 of 4) sorted by relevance
65 QBoxLayout *popupLayout = new QHBoxLayout(popup); in VolumeButton() local66 popupLayout->setMargin(2); in VolumeButton()67 popupLayout->addWidget(slider); in VolumeButton()68 popupLayout->addWidget(label); in VolumeButton()