aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/simplebrowser/simplebrowser.pyproject
Commit message (Collapse)AuthorAgeFilesLines
* Port the simple widgets browserFriedemann Kleint2023-04-051-0/+7
| | | | | | Task-number: PYSIDE-2206 Change-Id: I06173fc74d20e3d508a76200e6733e1cfcf6b35a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Rename the simple widgets browser to widgetsnanobrowserFriedemann Kleint2023-03-291-3/+0
| | | | | | | | | Preparing for a re-port of the C++ simple browser Pick-to: 6.5 Task-number: PYSIDE-2206 Change-Id: Iaa89e91f5949089b5ef87cea697595e122e6e22b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* examples: directory structureCristian Maureira-Fredes2021-02-091-0/+3
When generating the gallery automatically, the structure of the examples was not the same for all the modules. This reorganization was made under the following assumption: An example requires: - its own directory, - a '.pyproject' file, - one or more '.py' files, - extra files (likes images, .rc, .ui, etc) Even for cases when subdirectories are made to depict categories, like 'widgets/state-machine/...', one directory is required per example. There should not be '.pyproject' files for categories, except for the general 'examples.pyproject' to open all of them. Task-number: PYSIDE-1490 Pick-to: 6.0 Change-Id: Ie690773c816a248016dbebaad90fbb1d1c2aeea5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>