Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
df82a98b
Commit
df82a98b
authored
Jan 06, 2017
by
Max Lyon
Browse files
Move and rename LessAnnoyingDoubleSpinBox
parent
c19f4e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/spinBox/
LessAnnoyingDoubleSpinBox.hh
→
libs_required/ACG/QtWidgets/Qt
LessAnnoyingDoubleSpinBox.hh
View file @
df82a98b
//=============================================================================
//
// CLASS LessAnnoyingQDoubleSpinBox
// CLASS
Qt
LessAnnoyingQDoubleSpinBox
//
//=============================================================================
#ifndef LESSANNOYINGDOUBLESPINBOX_HH
#define LESSANNOYINGDOUBLESPINBOX_HH
#ifndef
QT
LESSANNOYINGDOUBLESPINBOX_HH
#define
QT
LESSANNOYINGDOUBLESPINBOX_HH
#include
<QDoubleSpinBox>
#include
<QWidget>
...
...
@@ -14,13 +14,13 @@
// This spin box allows you to enter more decimals and rounds the number afterwards.
// Also you can input numbers in scientific format, e.g. 1e-6.
class
LessAnnoyingDoubleSpinBox
:
public
QDoubleSpinBox
class
Qt
LessAnnoyingDoubleSpinBox
:
public
QDoubleSpinBox
{
public:
LessAnnoyingDoubleSpinBox
(
QWidget
*
_qwidget
=
Q_NULLPTR
)
:
QDoubleSpinBox
(
_qwidget
)
Qt
LessAnnoyingDoubleSpinBox
(
QWidget
*
_qwidget
=
Q_NULLPTR
)
:
QDoubleSpinBox
(
_qwidget
)
{
}
...
...
@@ -65,6 +65,6 @@ private:
};
//=============================================================================
#endif // LESSANNOYINGDOUBLESPINBOX_HH defined
#endif //
QT
LESSANNOYINGDOUBLESPINBOX_HH defined
//=============================================================================
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment