Changeset bf87c2 for src/UIElements/Qt4/Query/StringQtQuery.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/StringQtQuery.cpp
r9346af rbf87c2 87 87 void QtDialog::StringQtQuery::onUpdate(const QString& newText) { 88 88 temp = newText.toStdString(); 89 QtQuery<std::string>::handle(); 89 90 dialog->update(); 90 91 } … … 92 93 void QtDialog::StringQtQuery::onUpdateCombo(int newIndex) { 93 94 temp = comboBox->itemText(newIndex).toStdString(); 95 QtQuery<std::string>::handle(); 94 96 dialog->update(); 95 97 }
Note:
See TracChangeset
for help on using the changeset viewer.