From 3cdde3b112f0c69e497d72d195b9ccc44d0048ab Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 27 Apr 2009 15:50:52 +0200 Subject: Tests for the last stylesheet change. and add some missing images required for a previous test --- .../baseline/css_borderimage_allwidgets.ui | 210 +++++++++++++++++++++ .../baseline/images/splitter_horizontal.png | Bin 0 -> 199 bytes .../uiloader/baseline/images/splitter_vertical.png | Bin 0 -> 193 bytes 3 files changed, 210 insertions(+) create mode 100644 tests/auto/uiloader/baseline/css_borderimage_allwidgets.ui create mode 100644 tests/auto/uiloader/baseline/images/splitter_horizontal.png create mode 100644 tests/auto/uiloader/baseline/images/splitter_vertical.png diff --git a/tests/auto/uiloader/baseline/css_borderimage_allwidgets.ui b/tests/auto/uiloader/baseline/css_borderimage_allwidgets.ui new file mode 100644 index 0000000..baba66b --- /dev/null +++ b/tests/auto/uiloader/baseline/css_borderimage_allwidgets.ui @@ -0,0 +1,210 @@ + + + Form + + + + 0 + 0 + 553 + 368 + + + + Form + + + * { border-image: url("images/pushbutton.png") 6 6 6 6; border-width:6px; } + + + + + + + + + + + Each widget should have a background image. including the top level + + + true + + + + + + + PushButton + + + + + + + 24 + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + + PushButton + + + + + + + + + + RadioButton + + + + + + + true + + + + + 0 + 0 + 260 + 197 + + + + + + + Qt::Horizontal + + + + + + + + + + RadioButton + + + + + + + RadioButton + + + + + + + CheckBox + + + + + + + CheckBox + + + + + + + + + + + + + + GroupBox + + + + + + CheckBox + + + + + + + Line Edit + + + + + + + + New Item + + + + + New Item + + + + + New Item + + + + + New Item + + + + + New Item + + + + + + + + + + + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + diff --git a/tests/auto/uiloader/baseline/images/splitter_horizontal.png b/tests/auto/uiloader/baseline/images/splitter_horizontal.png new file mode 100644 index 0000000..66107cf Binary files /dev/null and b/tests/auto/uiloader/baseline/images/splitter_horizontal.png differ diff --git a/tests/auto/uiloader/baseline/images/splitter_vertical.png b/tests/auto/uiloader/baseline/images/splitter_vertical.png new file mode 100644 index 0000000..f907c0b Binary files /dev/null and b/tests/auto/uiloader/baseline/images/splitter_vertical.png differ -- cgit v0.12