Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_sampler_qt_gui.cpp136 QGridLayout *tuneLayout = new QGridLayout(tuneBox); in SamplerGUI() local
140 tuneLayout->addWidget(m_retune, 0, 0, Qt::AlignLeft); in SamplerGUI()
143 tuneLayout->addWidget(new QLabel("Base pitch: "), 1, 0); in SamplerGUI()
149 tuneLayout->addWidget(m_basePitch, 1, 1); in SamplerGUI()