diff --git a/openpype/style/images/checkbox_checked.png b/openpype/style/images/checkbox_checked.png new file mode 100644 index 0000000000..8875dcaad6 Binary files /dev/null and b/openpype/style/images/checkbox_checked.png differ diff --git a/openpype/style/images/checkbox_checked_disabled.png b/openpype/style/images/checkbox_checked_disabled.png new file mode 100644 index 0000000000..5e136e30f1 Binary files /dev/null and b/openpype/style/images/checkbox_checked_disabled.png differ diff --git a/openpype/style/images/checkbox_checked_focus.png b/openpype/style/images/checkbox_checked_focus.png new file mode 100644 index 0000000000..356d46de12 Binary files /dev/null and b/openpype/style/images/checkbox_checked_focus.png differ diff --git a/openpype/style/images/checkbox_checked_hover.png b/openpype/style/images/checkbox_checked_hover.png new file mode 100644 index 0000000000..f0a2a783a4 Binary files /dev/null and b/openpype/style/images/checkbox_checked_hover.png differ diff --git a/openpype/style/images/checkbox_indeterminate.png b/openpype/style/images/checkbox_indeterminate.png new file mode 100644 index 0000000000..bd82661dc6 Binary files /dev/null and b/openpype/style/images/checkbox_indeterminate.png differ diff --git a/openpype/style/images/checkbox_indeterminate_disabled.png b/openpype/style/images/checkbox_indeterminate_disabled.png new file mode 100644 index 0000000000..c4de5ed270 Binary files /dev/null and b/openpype/style/images/checkbox_indeterminate_disabled.png differ diff --git a/openpype/style/images/checkbox_indeterminate_focus.png b/openpype/style/images/checkbox_indeterminate_focus.png new file mode 100644 index 0000000000..546862289a Binary files /dev/null and b/openpype/style/images/checkbox_indeterminate_focus.png differ diff --git a/openpype/style/images/checkbox_indeterminate_hover.png b/openpype/style/images/checkbox_indeterminate_hover.png new file mode 100644 index 0000000000..430a98098d Binary files /dev/null and b/openpype/style/images/checkbox_indeterminate_hover.png differ diff --git a/openpype/style/images/checkbox_unchecked.png b/openpype/style/images/checkbox_unchecked.png new file mode 100644 index 0000000000..eb5890f034 Binary files /dev/null and b/openpype/style/images/checkbox_unchecked.png differ diff --git a/openpype/style/images/checkbox_unchecked_disabled.png b/openpype/style/images/checkbox_unchecked_disabled.png new file mode 100644 index 0000000000..4b1d78874d Binary files /dev/null and b/openpype/style/images/checkbox_unchecked_disabled.png differ diff --git a/openpype/style/images/checkbox_unchecked_focus.png b/openpype/style/images/checkbox_unchecked_focus.png new file mode 100644 index 0000000000..76e32385e2 Binary files /dev/null and b/openpype/style/images/checkbox_unchecked_focus.png differ diff --git a/openpype/style/images/checkbox_unchecked_hover.png b/openpype/style/images/checkbox_unchecked_hover.png new file mode 100644 index 0000000000..6053315b2b Binary files /dev/null and b/openpype/style/images/checkbox_unchecked_hover.png differ diff --git a/openpype/style/resources.qrc b/openpype/style/resources.qrc index e2e69711f4..077f074edb 100644 --- a/openpype/style/resources.qrc +++ b/openpype/style/resources.qrc @@ -19,6 +19,18 @@ images/up_arrow.png images/up_arrow_disabled.png images/up_arrow_on.png + images/checkbox_checked.png + images/checkbox_checked_hover.png + images/checkbox_checked_focus.png + images/checkbox_checked_disabled.png + images/checkbox_unchecked.png + images/checkbox_unchecked_hover.png + images/checkbox_unchecked_focus.png + images/checkbox_unchecked_disabled.png + images/checkbox_indeterminate.png + images/checkbox_indeterminate_hover.png + images/checkbox_indeterminate_focus.png + images/checkbox_indeterminate_disabled.png images/transparent.png