MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / initSelectImageFileDialog

Method initSelectImageFileDialog

QKeyMapper/qtablesetupdialog.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void QTableSetupDialog::initSelectImageFileDialog()
168{
169 m_SelectImageFileDialog = new QFileDialog(this);
170 m_SelectImageFileDialog->setFileMode(QFileDialog::ExistingFile);
171}
172
173void QTableSetupDialog::clearTrayIconPixelComboBox()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected