added web service

This commit is contained in:
2026-09-02 12:48:03 +03:00
parent 84b7eceb9f
commit 02c43072c4
60 changed files with 6148 additions and 22 deletions
+5
View File
@@ -1003,6 +1003,11 @@ QString SpecificationPCBTableModel::getDocumentType() const
return "SpecificationPCB";
}
QList<SpecificationPCBRowData> SpecificationPCBTableModel::getRows() const
{
return m_rows;
}
bool SpecificationPCBTableModel::isRowHeader(int row) const
{
if (row < 0 || row >= m_rows.size()) {