mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-20 20:09:59 +02: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
|
||||
|
||||
@@ -36,7 +36,7 @@ class QCheckBox;
|
||||
|
||||
/**
|
||||
* @brief The ProjectPrintWindow class
|
||||
* Windows used to configur and view diagram befor print
|
||||
* Windows used to configure and view diagram before print
|
||||
*/
|
||||
class ProjectPrintWindow : public QMainWindow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user