mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
fix white space
This commit is contained in:
committed by
Laurent Trinques
parent
c167468f29
commit
c0e248bcd0
@@ -168,10 +168,10 @@ void ExportPropertiesWidget::build() {
|
|||||||
|
|
||||||
// Choix de la zone du schema a exporter
|
// Choix de la zone du schema a exporter
|
||||||
exported_content_choices = new QButtonGroup(groupbox_options);
|
exported_content_choices = new QButtonGroup(groupbox_options);
|
||||||
export_border = new QRadioButton(tr("Exporter entièrement le folio"), groupbox_options);
|
export_border = new QRadioButton(tr("Exporter entièrement le folio"), groupbox_options);
|
||||||
optionshlayout -> addWidget(export_border, 0, 0);
|
optionshlayout -> addWidget(export_border, 0, 0);
|
||||||
exported_content_choices -> addButton(export_border);
|
exported_content_choices -> addButton(export_border);
|
||||||
export_elements = new QRadioButton(tr("Exporter seulement les éléments"), groupbox_options);
|
export_elements = new QRadioButton(tr("Exporter seulement les éléments"), groupbox_options);
|
||||||
optionshlayout -> addWidget(export_elements, 0, 1);
|
optionshlayout -> addWidget(export_elements, 0, 1);
|
||||||
exported_content_choices -> addButton(export_elements);
|
exported_content_choices -> addButton(export_elements);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user