Ignore:
Timestamp:
Apr 11, 2018, 6:29:57 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

QtTimeLine has an additional QSpinBox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/QtTimeLine.hpp

    r8c5e2a r2c97ad  
    1414#endif
    1515
     16#include <QtGui/QHBoxLayout>
    1617#include <QtGui/QSlider>
     18#include <QtGui/QSpinBox>
    1719
    1820#include <boost/thread/recursive_mutex.hpp>
     
    2022#include "CodePatterns/Observer/Observer.hpp"
    2123
    22 class QtTimeLine : public QSlider, public Observer
     24class QtTimeLine : public QWidget, public Observer
    2325{
    2426  Q_OBJECT
     
    4345  bool worldtime_enlisted;
    4446
     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
    4554  mutable boost::recursive_mutex refill_mutex;
    4655};
Note: See TracChangeset for help on using the changeset viewer.