Changeset f4b6bc9 for src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp
- Timestamp:
- Apr 4, 2018, 4:59:24 PM (7 years ago)
- Branches:
- Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 0aae02
- Parents:
- 775f3f
- git-author:
- Frederik Heber <frederik.heber@…> (07/06/17 22:18:13)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/04/18 16:59:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp
r775f3f rf4b6bc9 88 88 void QtDialog::KeyValuePairQtQuery::onUpdate(const QString& newText) { 89 89 temp = newText.toStdString(); 90 QtQuery<KeyValuePair>::handle(); 90 91 dialog->update(); 91 92 } … … 93 94 void QtDialog::KeyValuePairQtQuery::onUpdateCombo(int newIndex) { 94 95 temp = comboBox->itemText(newIndex).toStdString(); 96 QtQuery<KeyValuePair>::handle(); 95 97 dialog->update(); 96 98 }
Note:
See TracChangeset
for help on using the changeset viewer.