Changeset bf87c2 for src/UIElements/Qt4/Query/VectorQtQuery.cpp
- Timestamp:
- Jul 17, 2017, 12:28:51 PM (8 years ago)
- Branches:
- Action_Thermostats, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- 3bd4a66
- Parents:
- 9346af
- git-author:
- Frederik Heber <frederik.heber@…> (07/06/17 22:18:13)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/17/17 12:28:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/VectorQtQuery.cpp
r9346af rbf87c2 165 165 const QString itemtext = nameComboBox->itemText(index); 166 166 temp = itemtext.toStdString(); 167 QtQuery<Vector>::handle(); 167 168 dialog->update(); 168 169 } … … 170 171 void QtDialog::VectorQtQuery::onUpdateX(double newDouble) { 171 172 updateVectorString(temp, newDouble, 0); 173 QtQuery<Vector>::handle(); 172 174 dialog->update(); 173 175 } … … 175 177 void QtDialog::VectorQtQuery::onUpdateY(double newDouble) { 176 178 updateVectorString(temp, newDouble, 1); 179 QtQuery<Vector>::handle(); 177 180 dialog->update(); 178 181 } … … 180 183 void QtDialog::VectorQtQuery::onUpdateZ(double newDouble) { 181 184 updateVectorString(temp, newDouble, 2); 185 QtQuery<Vector>::handle(); 182 186 dialog->update(); 183 187 }
Note:
See TracChangeset
for help on using the changeset viewer.