~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/PhysValueField.h

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
version 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    explicit                  sFlexibleField (QWidget *  parent = 0);
35
35
 
36
36
  signals:
 
37
    void                      EscapeKeyPressed ();
 
38
    void                      EnterKeyPressed ();
37
39
    void                      GotFocus ();
38
40
    void                      LostFocus ();
39
41
 
40
42
  protected://inherited
 
43
    virtual void              keyPressEvent (QKeyEvent *);
41
44
    virtual void              focusInEvent (QFocusEvent *);
42
45
    virtual void              focusOutEvent (QFocusEvent *);
43
46
 
55
58
    explicit                  sSpinDigitField (QWidget *  parent = 0);
56
59
 
57
60
  signals:
58
 
    void                      Edited ();
 
61
    void                      ChangedBySpinning ();
59
62
 
60
63
  protected://inherited
61
64
    virtual void              keyPressEvent (QKeyEvent *);
69
72
 
70
73
//---------------------------------------------------------- sPhysValueField ---
71
74
 
 
75
//! @todo{PhysValues} невозможно ввести +- бесконечность и неопределённость
 
76
//! @todo{PhysValues} не избавиться от неопределённости в погрешности
72
77
class RAGUI_EXPORT  sPhysValueField : public QWidget
73
78
{
74
79
  Q_OBJECT