diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-bottom-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-bottom-normal.png new file mode 100644 index 00000000000..147c052bf1d Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-bottom-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-bottom-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-bottom-pressed.png new file mode 100644 index 00000000000..39f8a7e0508 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-bottom-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-fill-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-fill-normal.png new file mode 100644 index 00000000000..d0b4286a779 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-fill-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-fill-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-fill-pressed.png new file mode 100644 index 00000000000..de19b77854c Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-fill-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-normal.png new file mode 100644 index 00000000000..20365cedae9 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-pressed.png new file mode 100644 index 00000000000..87bb66e733b Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-horizontal-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-left-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-left-normal.png new file mode 100644 index 00000000000..60c8eb72cb5 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-left-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-left-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-left-pressed.png new file mode 100644 index 00000000000..3b805dd96f6 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-left-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-right-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-right-normal.png new file mode 100644 index 00000000000..f3feba13307 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-right-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-right-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-right-pressed.png new file mode 100644 index 00000000000..541b04a1138 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-right-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-spacer.png b/src/plugins/qmldesigner/components/resources/images/anchor-spacer.png new file mode 100644 index 00000000000..1010b8f0357 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-spacer.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-top-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-top-normal.png new file mode 100644 index 00000000000..705f7e20103 Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-top-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-top-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-top-pressed.png new file mode 100644 index 00000000000..e2ae0cb67ed Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-top-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-vertical-normal.png b/src/plugins/qmldesigner/components/resources/images/anchor-vertical-normal.png new file mode 100644 index 00000000000..b6cdb388c3c Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-vertical-normal.png differ diff --git a/src/plugins/qmldesigner/components/resources/images/anchor-vertical-pressed.png b/src/plugins/qmldesigner/components/resources/images/anchor-vertical-pressed.png new file mode 100644 index 00000000000..3dec4e3550e Binary files /dev/null and b/src/plugins/qmldesigner/components/resources/images/anchor-vertical-pressed.png differ diff --git a/src/plugins/qmldesigner/components/resources/resources.qrc b/src/plugins/qmldesigner/components/resources/resources.qrc index bbe5f0c0d29..663619dda9e 100644 --- a/src/plugins/qmldesigner/components/resources/resources.qrc +++ b/src/plugins/qmldesigner/components/resources/resources.qrc @@ -37,7 +37,6 @@ images/spinup_pressed.png images/up_arrow.png images/up_arrow_disabled.png - images/apply.png images/cancel.png images/applybright.png @@ -45,11 +44,26 @@ images/placeholder.png images/triangle_horz.png images/triangle_vert.png - images/button_color_gradient_pressed.png - images/button_color_gradient_normal.png - images/button_color_none_pressed.png - images/button_color_none_normal.png - images/button_color_solid_normal.png - images/button_color_solid_pressed.png + images/button_color_gradient_pressed.png + images/button_color_gradient_normal.png + images/button_color_none_pressed.png + images/button_color_none_normal.png + images/button_color_solid_normal.png + images/button_color_solid_pressed.png + images/anchor-bottom-normal.png + images/anchor-bottom-pressed.png + images/anchor-top-normal.png + images/anchor-top-pressed.png + images/anchor-left-pressed.png + images/anchor-left-normal.png + images/anchor-right-normal.png + images/anchor-right-pressed.png + images/anchor-fill-pressed.png + images/anchor-fill-normal.png + images/anchor-vertical-pressed.png + images/anchor-vertical-normal.png + images/anchor-horizontal-pressed.png + images/anchor-horizontal-normal.png + images/anchor-spacer.png