Home
last modified time | relevance | path

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

/dports/multimedia/libde265/libde265-1.0.2/sherlock265/
H A DVideoPlayer.cc82 QPushButton* showTilesButton = new QPushButton("Tiles"); in VideoPlayer() local
83 showTilesButton->setCheckable(true); in VideoPlayer()
84 QObject::connect(showTilesButton, SIGNAL(toggled(bool)), in VideoPlayer()
104 layout->addWidget(showTilesButton, 1,5,1,1); in VideoPlayer()