OLD | NEW |
1 Tests how view minimum size works. | 1 Tests how widget minimum size works. |
2 | 2 |
3 Creating simple hierarchy | 3 Creating simple hierarchy |
4 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 4 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
5 [mainView] left = 0; right = 250; top = 0; bottom = 500 | 5 [mainWidget] left = 0; right = 250; top = 0; bottom = 500 |
6 [sidebarView] left = 251; right = 500; top = 0; bottom = 500 | 6 [sidebarWidget] left = 251; right = 500; top = 0; bottom = 500 |
7 Changing sidebar size | 7 Changing sidebar size |
8 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 8 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
9 [mainView] left = 0; right = 459; top = 0; bottom = 500 | 9 [mainWidget] left = 0; right = 459; top = 0; bottom = 500 |
10 [sidebarView] left = 460; right = 500; top = 0; bottom = 500 | 10 [sidebarWidget] left = 460; right = 500; top = 0; bottom = 500 |
11 Changing sidebar view minimum size | 11 Changing sidebar widget minimum size |
12 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 12 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
13 [mainView] left = 0; right = 409; top = 0; bottom = 500 | 13 [mainWidget] left = 0; right = 409; top = 0; bottom = 500 |
14 [sidebarView] left = 410; right = 500; top = 0; bottom = 500 | 14 [sidebarWidget] left = 410; right = 500; top = 0; bottom = 500 |
15 Changing orientation | 15 Changing orientation |
16 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 16 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
17 [mainView] left = 0; right = 500; top = 0; bottom = 250 | 17 [mainWidget] left = 0; right = 500; top = 0; bottom = 250 |
18 [sidebarView] left = 0; right = 500; top = 251; bottom = 500 | 18 [sidebarWidget] left = 0; right = 500; top = 251; bottom = 500 |
19 Changing main view minimum size | 19 Changing main widget minimum size |
20 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 20 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
21 [mainView] left = 0; right = 500; top = 0; bottom = 450 | 21 [mainWidget] left = 0; right = 500; top = 0; bottom = 450 |
22 [sidebarView] left = 0; right = 500; top = 451; bottom = 500 | 22 [sidebarWidget] left = 0; right = 500; top = 451; bottom = 500 |
23 Changing main view minimum size back and resizing | 23 Changing main widget minimum size back and resizing |
24 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 24 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
25 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 25 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
26 [sidebarView] left = 0; right = 500; top = 81; bottom = 500 | 26 [sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
27 Wrapping main view to a split view | 27 Wrapping main widget to a split widget |
28 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 28 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
29 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 29 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
30 [sidebarView] left = 0; right = 500; top = 81; bottom = 500 | 30 [sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
31 [childSplitView] left = 0; right = 500; top = 0; bottom = 80 | 31 [childSplitWidget] left = 0; right = 500; top = 0; bottom = 80 |
32 Adding invisble sidebar | 32 Adding invisble sidebar |
33 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 33 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
34 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 34 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
35 [sidebarView] left = 0; right = 500; top = 81; bottom = 500 | 35 [sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
36 [childSplitView] left = 0; right = 500; top = 0; bottom = 80 | 36 [childSplitWidget] left = 0; right = 500; top = 0; bottom = 80 |
37 [secondSidebarView] left = 0; right = 0; top = 0; bottom = 0 | 37 [secondSidebarWidget] left = 0; right = 0; top = 0; bottom = 0 |
38 Showing sidebar | 38 Showing sidebar |
39 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 39 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
40 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 40 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
41 [sidebarView] left = 0; right = 500; top = 142; bottom = 500 | 41 [sidebarWidget] left = 0; right = 500; top = 142; bottom = 500 |
42 [childSplitView] left = 0; right = 500; top = 0; bottom = 141 | 42 [childSplitWidget] left = 0; right = 500; top = 0; bottom = 141 |
43 [secondSidebarView] left = 0; right = 500; top = 81; bottom = 141 | 43 [secondSidebarWidget] left = 0; right = 500; top = 81; bottom = 141 |
44 Detaching sidebar | 44 Detaching sidebar |
45 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 45 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
46 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 46 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
47 [sidebarView] left = 0; right = 500; top = 102; bottom = 500 | 47 [sidebarWidget] left = 0; right = 500; top = 102; bottom = 500 |
48 [childSplitView] left = 0; right = 500; top = 0; bottom = 101 | 48 [childSplitWidget] left = 0; right = 500; top = 0; bottom = 101 |
49 Attaching another sidebar | 49 Attaching another sidebar |
50 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 50 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
51 [mainView] left = 0; right = 500; top = 0; bottom = 80 | 51 [mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
52 [sidebarView] left = 0; right = 500; top = 162; bottom = 500 | 52 [sidebarWidget] left = 0; right = 500; top = 162; bottom = 500 |
53 [childSplitView] left = 0; right = 500; top = 0; bottom = 161 | 53 [childSplitWidget] left = 0; right = 500; top = 0; bottom = 161 |
54 [thirdSidebarView] left = 0; right = 500; top = 81; bottom = 161 | 54 [thirdSidebarWidget] left = 0; right = 500; top = 81; bottom = 161 |
55 Swapping main and sidebar | 55 Swapping main and sidebar |
56 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 56 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
57 [mainView] left = 0; right = 500; top = 339; bottom = 419 | 57 [mainWidget] left = 0; right = 500; top = 339; bottom = 419 |
58 [sidebarView] left = 0; right = 500; top = 0; bottom = 338 | 58 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 338 |
59 [childSplitView] left = 0; right = 500; top = 339; bottom = 500 | 59 [childSplitWidget] left = 0; right = 500; top = 339; bottom = 500 |
60 [thirdSidebarView] left = 0; right = 500; top = 420; bottom = 500 | 60 [thirdSidebarWidget] left = 0; right = 500; top = 420; bottom = 500 |
61 Arranging preferred sizes | 61 Arranging preferred sizes |
62 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 62 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
63 [mainView] left = 0; right = 500; top = 260; bottom = 420 | 63 [mainWidget] left = 0; right = 500; top = 260; bottom = 420 |
64 [sidebarView] left = 0; right = 500; top = 0; bottom = 259 | 64 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 259 |
65 [childSplitView] left = 0; right = 500; top = 260; bottom = 500 | 65 [childSplitWidget] left = 0; right = 500; top = 260; bottom = 500 |
66 [thirdSidebarView] left = 0; right = 500; top = 421; bottom = 500 | 66 [thirdSidebarWidget] left = 0; right = 500; top = 421; bottom = 500 |
67 Less than sidebar preferred size | 67 Less than sidebar preferred size |
68 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 68 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
69 [mainView] left = 0; right = 500; top = 81; bottom = 400 | 69 [mainWidget] left = 0; right = 500; top = 81; bottom = 400 |
70 [sidebarView] left = 0; right = 500; top = 0; bottom = 80 | 70 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 80 |
71 [childSplitView] left = 0; right = 500; top = 81; bottom = 500 | 71 [childSplitWidget] left = 0; right = 500; top = 81; bottom = 500 |
72 [thirdSidebarView] left = 0; right = 500; top = 401; bottom = 500 | 72 [thirdSidebarWidget] left = 0; right = 500; top = 401; bottom = 500 |
73 Size changes proportionally | 73 Size changes proportionally |
74 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 74 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
75 [mainView] left = 0; right = 500; top = 320; bottom = 440 | 75 [mainWidget] left = 0; right = 500; top = 320; bottom = 440 |
76 [sidebarView] left = 0; right = 500; top = 0; bottom = 319 | 76 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
77 [childSplitView] left = 0; right = 500; top = 320; bottom = 500 | 77 [childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
78 [thirdSidebarView] left = 0; right = 500; top = 441; bottom = 500 | 78 [thirdSidebarWidget] left = 0; right = 500; top = 441; bottom = 500 |
79 Manual resize inside child split view | 79 Manual resize inside child split widget |
80 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 80 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
81 [mainView] left = 0; right = 500; top = 320; bottom = 449 | 81 [mainWidget] left = 0; right = 500; top = 320; bottom = 449 |
82 [sidebarView] left = 0; right = 500; top = 0; bottom = 319 | 82 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
83 [childSplitView] left = 0; right = 500; top = 320; bottom = 500 | 83 [childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
84 [thirdSidebarView] left = 0; right = 500; top = 450; bottom = 500 | 84 [thirdSidebarWidget] left = 0; right = 500; top = 450; bottom = 500 |
85 Manual resize inside child split view | 85 Manual resize inside child split widget |
86 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 86 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
87 [mainView] left = 0; right = 500; top = 320; bottom = 380 | 87 [mainWidget] left = 0; right = 500; top = 320; bottom = 380 |
88 [sidebarView] left = 0; right = 500; top = 0; bottom = 319 | 88 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
89 [childSplitView] left = 0; right = 500; top = 320; bottom = 500 | 89 [childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
90 [thirdSidebarView] left = 0; right = 500; top = 381; bottom = 500 | 90 [thirdSidebarWidget] left = 0; right = 500; top = 381; bottom = 500 |
91 Child split view gets more space | 91 Child split widget gets more space |
92 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 92 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
93 [mainView] left = 0; right = 500; top = 170; bottom = 380 | 93 [mainWidget] left = 0; right = 500; top = 170; bottom = 380 |
94 [sidebarView] left = 0; right = 500; top = 0; bottom = 169 | 94 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 169 |
95 [childSplitView] left = 0; right = 500; top = 170; bottom = 500 | 95 [childSplitWidget] left = 0; right = 500; top = 170; bottom = 500 |
96 [thirdSidebarView] left = 0; right = 500; top = 381; bottom = 500 | 96 [thirdSidebarWidget] left = 0; right = 500; top = 381; bottom = 500 |
97 Child split view gets less space | 97 Child split widget gets less space |
98 [splitView] left = 0; right = 500; top = 0; bottom = 500 | 98 [splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
99 [mainView] left = 0; right = 500; top = 360; bottom = 451 | 99 [mainWidget] left = 0; right = 500; top = 360; bottom = 451 |
100 [sidebarView] left = 0; right = 500; top = 0; bottom = 359 | 100 [sidebarWidget] left = 0; right = 500; top = 0; bottom = 359 |
101 [childSplitView] left = 0; right = 500; top = 360; bottom = 500 | 101 [childSplitWidget] left = 0; right = 500; top = 360; bottom = 500 |
102 [thirdSidebarView] left = 0; right = 500; top = 452; bottom = 500 | 102 [thirdSidebarWidget] left = 0; right = 500; top = 452; bottom = 500 |
103 | 103 |
OLD | NEW |