Changeset 88860 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 4, 2021 3:59:15 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/extensions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp
r87736 r88860 130 130 { 131 131 m_markIcon = UIIconPool::iconSet(":/status_error_16px.png"); 132 /* Prepare original base color: */133 m_originalBaseColor = palette().color(QPalette::Base);134 132 135 133 /* Prepare invisible copy action: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h
r87736 r88860 74 74 QSize featTextWidth(const QString &strText) const; 75 75 76 /** The original background base color. Used when marking/unmarking the combo box. */77 QColor m_originalBaseColor;78 79 76 /** Holds whether this is allowed to copy contents when disabled. */ 80 77 bool m_fAllowToCopyContentsWhenDisabled;
Note:
See TracChangeset
for help on using the changeset viewer.