-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BieHDC
committed
Dec 28, 2024
1 parent
4a7afdd
commit afb7e94
Showing
49 changed files
with
7,741 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_disabled.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_horizontal.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_horizontal_disabled.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_selected.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_selected_disabled.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_selected_horizontal.xml
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
widget/testdata/check_group/layout_columns_-2_multiple_selected_horizontal_disabled.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="inputBackground"/> | ||
<image pos="6,736" rsc="checkButtonIcon" size="iconInlineSize" themed="inputBorder"/> | ||
<text pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_disabled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonIcon" size="iconInlineSize" themed="disabled"/> | ||
<text color="disabled" pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_horizontal.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="inputBackground"/> | ||
<image pos="6,736" rsc="checkButtonIcon" size="iconInlineSize" themed="inputBorder"/> | ||
<text pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_horizontal_disabled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonIcon" size="iconInlineSize" themed="disabled"/> | ||
<text color="disabled" pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_selected.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonCheckedIcon" size="iconInlineSize" themed="primary"/> | ||
<text pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_selected_disabled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonCheckedIcon" size="iconInlineSize" themed="disabled"/> | ||
<text color="disabled" pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_selected_horizontal.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonCheckedIcon" size="iconInlineSize" themed="primary"/> | ||
<text pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
12 changes: 12 additions & 0 deletions
12
widget/testdata/check_group/layout_columns_-2_single_selected_horizontal_disabled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<canvas padded size="1500x1500"> | ||
<content> | ||
<widget pos="4,4" size="1492x1492" type="*widget.CheckGroup"> | ||
<widget size="1492x1492" type="*widget.Check"> | ||
<circle pos="2,732" size="28x28"/> | ||
<image pos="6,736" rsc="checkButtonFillIcon" size="iconInlineSize" themed="background"/> | ||
<image pos="6,736" rsc="checkButtonCheckedIcon" size="iconInlineSize" themed="disabled"/> | ||
<text color="disabled" pos="32,0" size="1460x1492">Test</text> | ||
</widget> | ||
</widget> | ||
</content> | ||
</canvas> |
Oops, something went wrong.