Changeset 71864 in vbox for trunk/src/VBox
- Timestamp:
- Apr 16, 2018 1:59:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp
r71863 r71864 88 88 UIPrivateSlider::UIPrivateSlider(Qt::Orientation enmOrientation, QWidget *pParent /* = 0 */) 89 89 : QSlider(enmOrientation, pParent) 90 , m_optColor(0x0, 0xff, 0x0, 0x3c)91 , m_wrnColor(0xff, 0x54, 0x0, 0x3c)92 , m_errColor(0xff, 0x0, 0x0, 0x3c)93 90 , m_minOpt(-1) 94 91 , m_maxOpt(-1) … … 97 94 , m_minErr(-1) 98 95 , m_maxErr(-1) 96 , m_optColor(0x0, 0xff, 0x0, 0x3c) 97 , m_wrnColor(0xff, 0x54, 0x0, 0x3c) 98 , m_errColor(0xff, 0x0, 0x0, 0x3c) 99 99 { 100 100 /* Make sure ticks *always* positioned below: */
Note:
See TracChangeset
for help on using the changeset viewer.