diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-20 14:02:34 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-20 16:02:05 +0100 |
| commit | f06734a016b4c97719c8b2a5f638bb200651a792 (patch) | |
| tree | 1e891eb1c4bd20926132ef7acdbbfd11edc40743 /examples/widgets/codeeditor/main.py | |
| parent | 7e6236ec25f8739648e36cf82054c6b2cd4f714d (diff) | |
Remove the codeeditor example
Following qtbase/48a1a5564f89e1e8f0b6f4a28398e4ae0b3f751c.
Task-number: PYSIDE-2206
Change-Id: I6aa4b84133bb3d1ebb030f5db098fe1f341b6029
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/widgets/codeeditor/main.py')
| -rw-r--r-- | examples/widgets/codeeditor/main.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/codeeditor/main.py b/examples/widgets/codeeditor/main.py deleted file mode 100644 index cffcca02c..000000000 --- a/examples/widgets/codeeditor/main.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -import sys -from PySide6.QtWidgets import QApplication -from codeeditor import CodeEditor - -"""PySide6 port of the widgets/codeeditor example from Qt5""" - -if __name__ == "__main__": - app = QApplication([]) - editor = CodeEditor() - editor.setWindowTitle("Code Editor Example") - editor.show() - sys.exit(app.exec()) |
