|
|
|
|
@ -40,52 +40,52 @@ PlasmaComponents.Page { |
|
|
|
|
elide: Text.ElideRight |
|
|
|
|
text: "Icons" |
|
|
|
|
} |
|
|
|
|
Row { |
|
|
|
|
height: _h |
|
|
|
|
PlasmaComponents.Label { |
|
|
|
|
text: "iconSizes.small : " + theme.iconSizes.small + |
|
|
|
|
", iconSizes.desktop: " + theme.iconSizes.desktop + |
|
|
|
|
",<br />iconSizes.toolbar: " + theme.iconSizes.toolbar + |
|
|
|
|
", iconSizes.dialog : " + theme.iconSizes.dialog |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
Flow { |
|
|
|
|
//height: _h |
|
|
|
|
width: parent.width |
|
|
|
|
spacing: _s |
|
|
|
|
|
|
|
|
|
PlasmaCore.IconItem { |
|
|
|
|
source: "configure" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
PlasmaCore.IconItem { |
|
|
|
|
source: "dialog-ok" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PlasmaCore.IconItem { |
|
|
|
|
source: "maximize" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaCore.IconItem { |
|
|
|
|
source: "akonadi" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
PlasmaCore.IconItem { |
|
|
|
|
source: "clock" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
QtExtras.QIconItem { |
|
|
|
|
icon: "preferences-desktop-icons" |
|
|
|
|
width: parent.height |
|
|
|
|
width: _h |
|
|
|
|
height: width |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PlasmaComponents.Label { |
|
|
|
|
text: "iconSizes.small : " + theme.iconSizes.small + |
|
|
|
|
", iconSizes.desktop: " + theme.iconSizes.desktop + |
|
|
|
|
",<br />iconSizes.toolbar: " + theme.iconSizes.toolbar + |
|
|
|
|
", iconSizes.dialog : " + theme.iconSizes.dialog |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|