initial commit

This commit is contained in:
2023-05-30 16:31:33 +02:00
parent 9b62a0cf6b
commit ba91f5a49a
7 changed files with 390 additions and 45 deletions
+3
View File
@@ -16,5 +16,8 @@ bool cImportMouser::showSearch(QWidget* parent)
{
cSearchDialog* searchDialog = new cSearchDialog(parent);
searchDialog->show();
// doSearchByKeyword("lm741");
// doSearchByPartNumber("595-NE555P");
return(true);
}