Definition at line 29 of file KisAngleSelector.cpp.
◆ updateStyleSheet()
| void KisAngleSelectorSpinBox::Private::updateStyleSheet |
( |
| ) |
|
|
inline |
Definition at line 37 of file KisAngleSelector.cpp.
38 {
40 q->setStyleSheet(
"QDoubleSpinBox{}");
41 } else {
43 "QDoubleSpinBox{background:transparent; border:transparent;}"
44 "QDoubleSpinBox::up-button{background:transparent; border:transparent;}"
45 "QDoubleSpinBox::down-button{background:transparent; border:transparent;}"
46 );
47 }
48 q->lineEdit()->setStyleSheet(
"QLineEdit{background:transparent;}");
49 }
KisAngleSelectorSpinBox * q
References hasFocus, isFlat, isHovered, and q.
◆ cachedSizeHint
| QSize KisAngleSelectorSpinBox::Private::cachedSizeHint |
◆ hasFocus
| bool KisAngleSelectorSpinBox::Private::hasFocus |
◆ isFlat
| bool KisAngleSelectorSpinBox::Private::isFlat |
◆ isHovered
| bool KisAngleSelectorSpinBox::Private::isHovered |
The documentation for this struct was generated from the following file: