Refactor specification handling in DocumentSettingsDialog and PDFController. Introduced primary application field for document types, updated export messages for consistency, and improved page number handling in specifications. Cleaned up unnecessary code in preview widgets.
This commit is contained in:
@@ -140,7 +140,7 @@ void EditPDFWidget::setUpConnections(){
|
||||
QString documentType;
|
||||
switch (index) {
|
||||
case 0: // Спецификация
|
||||
documentType = "Спецификация материалов";
|
||||
documentType = "Спецификация";
|
||||
break;
|
||||
case 1: // Спецификация ПП
|
||||
documentType = "Спецификация PCB";
|
||||
|
||||
Reference in New Issue
Block a user