Home
last modified time | relevance | path

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

/dports/multimedia/libde265/libde265-1.0.2/sherlock265/
H A DVideoPlayer.cc62 QPushButton* showIntraPredModeButton = new QPushButton("intra-pred"); in VideoPlayer() local
63 showIntraPredModeButton->setCheckable(true); in VideoPlayer()
64 QObject::connect(showIntraPredModeButton, SIGNAL(toggled(bool)), in VideoPlayer()
109 layout->addWidget(showIntraPredModeButton, 2,3,1,1); in VideoPlayer()