Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_sampler_qt_gui.cpp133 QGroupBox *tuneBox = new QGroupBox("Tuned playback"); in SamplerGUI() local
134 layout->addWidget(tuneBox, 1, 0); in SamplerGUI()
136 QGridLayout *tuneLayout = new QGridLayout(tuneBox); in SamplerGUI()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dsimple_preferences.cpp682 CONFIG_GENERIC( "sout-x264-tune", StringList, ui.x264Label, tuneBox ); in SPrefsPanel()