Changeset 2c97ad for src/UIElements/Views/Qt4/QtTimeLine.hpp
- Timestamp:
- Apr 11, 2018, 6:29:57 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, TremoloParser_IncreasedPrecision
- Children:
- 8819d2
- Parents:
- 8c5e2a
- git-author:
- Frederik Heber <frederik.heber@…> (08/09/17 15:36:42)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/11/18 06:29:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/QtTimeLine.hpp
r8c5e2a r2c97ad 14 14 #endif 15 15 16 #include <QtGui/QHBoxLayout> 16 17 #include <QtGui/QSlider> 18 #include <QtGui/QSpinBox> 17 19 18 20 #include <boost/thread/recursive_mutex.hpp> … … 20 22 #include "CodePatterns/Observer/Observer.hpp" 21 23 22 class QtTimeLine : public Q Slider, public Observer24 class QtTimeLine : public QWidget, public Observer 23 25 { 24 26 Q_OBJECT … … 43 45 bool worldtime_enlisted; 44 46 47 QSlider *slider; 48 QSpinBox *spinbox; 49 QHBoxLayout *layout; 50 51 //!> states whether we are expecting a notification from the worldtime 52 bool SetWorldTime_called; 53 45 54 mutable boost::recursive_mutex refill_mutex; 46 55 };
Note:
See TracChangeset
for help on using the changeset viewer.