mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 15:18:07 +00:00
13 lines
456 B
QML
13 lines
456 B
QML
import Linphone.Styles 1.0
|
|
|
|
// ===================================================================
|
|
|
|
AbstractTextButton {
|
|
colorHovered: TextButtonBStyle.backgroundColor.hovered
|
|
colorNormal: TextButtonBStyle.backgroundColor.normal
|
|
colorPressed: TextButtonBStyle.backgroundColor.pressed
|
|
|
|
textColorHovered: TextButtonBStyle.textColor.hovered
|
|
textColorNormal: TextButtonBStyle.textColor.normal
|
|
textColorPressed: TextButtonBStyle.textColor.pressed
|
|
}
|