Skip to content

Commit e2405a6

Browse files
authored
Merge branch 'master' into pyside
2 parents 3d5d1c8 + 94532ae commit e2405a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
DECISION: REJECT or DECISION: PASS
5050
5151
- name: Close PR if rejected
52-
if: contains(steps.claude-review.outputs.response, 'DECISION: REJECT')
52+
if: "contains(steps.claude-review.outputs.response, 'DECISION: REJECT')"
5353
env:
5454
GH_TOKEN: ${{ github.token }}
5555
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ _Libraries for working with graphical user interface applications._
567567
- [NiceGui](https://github.com/zauberzeug/nicegui) - It is great for micro web apps, dashboards, robotics projects, smart home solutions and similar use cases. You can also use it in development, for example when tweaking/configuring a machine learning algorithm or tuning motor controllers.
568568
- [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
569569
- [PyGObject](https://pygobject.readthedocs.io/) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
570-
- [PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
571570
- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), this is same as PyQt but it's the official binding with different licensing.
571+
- [PyQt](https://www.riverbankcomputing.com/static/Docs/PyQt6/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
572572
- [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
573573
- [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
574574
- [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.

0 commit comments

Comments
 (0)