mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
Fix various typos in source documentation and comments (cont.)
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
a76e5446aa
commit
1994235bc5
@@ -38,7 +38,7 @@
|
||||
|
||||
/**
|
||||
* @brief ProjectPrintWindow::ProjectPrintWindow
|
||||
* Use this static function to properly lauch the print dialog.
|
||||
* Use this static function to properly launch the print dialog.
|
||||
* @param project : project to print
|
||||
* @param format : native format to print in physical printer, or pdf format to export in pdf
|
||||
* @param parent : parent widget
|
||||
@@ -242,7 +242,7 @@ void ProjectPrintWindow::printDiagram(Diagram *diagram, bool fit_page, QPainter
|
||||
qgi->setFlag(QGraphicsItem::ItemIsFocusable, false);
|
||||
}
|
||||
}
|
||||
//Disable intercation
|
||||
//Disable interaction
|
||||
for (auto view : diagram->views()) {
|
||||
view->setInteractive(false);
|
||||
}
|
||||
@@ -636,7 +636,7 @@ void ProjectPrintWindow::savePageSetupForCurrentPrinter()
|
||||
|
||||
/**
|
||||
* @brief ProjectPrintWindow::saveReloadDiagramParameters
|
||||
* Save or restor the parameter of @diagram
|
||||
* Save or restore the parameter of @diagram
|
||||
* @param diagram
|
||||
* @param options
|
||||
* @param save
|
||||
|
||||
Reference in New Issue
Block a user