Home
last modified time | relevance | path

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

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/GUI/
H A DPageOutput.cpp300 m_label_video_options = new QLabel(tr("Custom options:"), groupbox_video);
326 layout->addWidget(m_label_video_options, 6, 0);
662 …{{m_label_video_codec_av, m_combobox_video_codec_av, m_label_video_options, m_lineedit_video_optio…
H A DPageOutput.h120 QLabel *m_label_video_options; variable