From c54818bdeade0825a5c7423db0cdbb1683020e3a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 18 Dec 2013 10:50:05 +0000 Subject: [PATCH] Minor change (indent) and refresh west8010 symbol, thanks David git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2658 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- .../automatisme/process/west/west_8010.elmt | 286 +++++++----------- sources/conductorpropertieswidget.cpp | 4 +- 2 files changed, 119 insertions(+), 171 deletions(-) diff --git a/elements/automatisme/process/west/west_8010.elmt b/elements/automatisme/process/west/west_8010.elmt index 7aa96aaed..557f12285 100644 --- a/elements/automatisme/process/west/west_8010.elmt +++ b/elements/automatisme/process/west/west_8010.elmt @@ -1,4 +1,4 @@ - + West Indicateur 8010+ West Indicator 8010 + @@ -10,173 +10,121 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/conductorpropertieswidget.cpp b/sources/conductorpropertieswidget.cpp index 5ac44317b..8e51f37b0 100644 --- a/sources/conductorpropertieswidget.cpp +++ b/sources/conductorpropertieswidget.cpp @@ -184,7 +184,7 @@ void ConductorPropertiesWidget::buildConnections() { connect(color_button, SIGNAL(clicked()), this, SLOT(chooseColor())); connect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); connect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); - connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); + connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); } /** @@ -231,7 +231,7 @@ void ConductorPropertiesWidget::destroyConnections() { disconnect(line_style, SIGNAL(currentIndexChanged(int)), this, SLOT(updateConfig())); disconnect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); disconnect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); - disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); + disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); } /// Destructeur