|
7 | 7 | <head> |
8 | 8 | <meta charset="utf-8" /> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
10 | | - <title>edifice.base_components.flow_view — Edifice 3.1.0 documentation</title> |
| 10 | + <title>edifice.base_components.flow_view — Edifice 3.2.0 documentation</title> |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
39 | 39 | <link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" /> |
40 | 40 | <link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" /> |
41 | 41 |
|
42 | | - <script src="../../../_static/documentation_options.js?v=dd1205ac"></script> |
| 42 | + <script src="../../../_static/documentation_options.js?v=4f6ddb47"></script> |
43 | 43 | <script src="../../../_static/doctools.js?v=9bcbadda"></script> |
44 | 44 | <script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script> |
45 | 45 | <script src="../../../_static/clipboard.min.js?v=a7894cd8"></script> |
|
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 | | - <img src="../../../_static/EdificePyramid.svg" class="logo__image only-light" alt="Edifice 3.1.0 documentation - Home"/> |
120 | | - <img src="../../../_static/EdificePyramid.svg" class="logo__image only-dark pst-js-only" alt="Edifice 3.1.0 documentation - Home"/> |
| 119 | + <img src="../../../_static/EdificePyramid.svg" class="logo__image only-light" alt="Edifice 3.2.0 documentation - Home"/> |
| 120 | + <img src="../../../_static/EdificePyramid.svg" class="logo__image only-dark pst-js-only" alt="Edifice 3.2.0 documentation - Home"/> |
121 | 121 |
|
122 | 122 |
|
123 | 123 | </a></div> |
@@ -528,6 +528,11 @@ <h1>Source code for edifice.base_components.flow_view</h1><div class="highlight" |
528 | 528 | <span class="w"> </span><span class="sd">"""</span> |
529 | 529 | <span class="sd"> Flow-style layout.</span> |
530 | 530 |
|
| 531 | +<span class="sd"> .. highlights::</span> |
| 532 | + |
| 533 | +<span class="sd"> - Underlying Qt Widget `QWidget <https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QWidget.html>`_</span> |
| 534 | +<span class="sd"> - Underlying Qt Layout `QLayout <https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QLayout.html>`_</span> |
| 535 | + |
531 | 536 | <span class="sd"> Displays its children horizonally left-to-right and wraps into multiple rows.</span> |
532 | 537 |
|
533 | 538 | <span class="sd"> The height of each row is determined by the tallest child in that row.</span> |
|
0 commit comments