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
This commit is contained in:
scorpio810
2013-12-18 10:50:05 +00:00
parent 7ad0ee7a0d
commit c54818bdea
2 changed files with 119 additions and 171 deletions

View File

@@ -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