MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / on_pbFolder_clicked

Method on_pbFolder_clicked

Src/ParameterCompone/ParameterRecordUI.cpp:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void CParameterRecordUI::on_pbFolder_clicked()
166{
167 QString szPath;
168 szPath = QFileDialog::getExistingDirectory(
169 this, tr("Open path"),
170 m_pParameters->GetVideoPath());
171 if(szPath.isEmpty())
172 return;
173 ui->leFolder->setText(szPath);
174}
175
176void CParameterRecordUI::on_cmbEncodingMode_currentIndexChanged(int index)
177{

Callers

nothing calls this directly

Calls 2

GetVideoPathMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected