Zijian Jiang's Journal

  • Archive
  • Categories
  • Tags
  • About
  • Home
  • Tags
  • Python
  • Generates Python bindings for the Qt6 library with PySide6 on Windows 11

    This blog is a companion piece to my early blog Generates Python bindings for the Qt6 library with PySide6 on MacOS, but on Windows 11 with several setup changes.

    I've been using PyQt5 for years which is de facto standard Qt python binding library until PySide2 has been offically announced …

    十一月 01, 2023
     · 9 min read
     · Zijian Jiang
  • Qt QShortcut Ambiguity

    I hope this answer still has value for anyone who comes across this shortcut context problem, and can save you couple hours of struggling with Qt QShortcut.

    Long story in short: Qt think shortcuts with same key sequence(e.g. CTRL+F) defined on both parent and child widgets is …

    八月 14, 2023
     · 4 min read
     · Zijian Jiang
  • Generates Python bindings for the Qt6 library with PySide6 on MacOS

    I've been using PyQt5 for years which is de facto standard Qt python binding library until PySide2 has been offically announced up by the Qt Company in year of 2018. Five years on, I think PySide is mature enough to be used in production environment. This post request you to …

    七月 29, 2023
     · 14 min read
     · Zijian Jiang
  • XStatic, a Python packaging standard for bundling external static files as Python packages

    XStatic is a Python packaging standard for bundling external static files as Python packages. It allows easy usage of these files across operating systems and package management systems. With a focus on minimalism, XStatic packages provide only the necessary files, making it convenient to handle static assets maintained by others …

    六月 22, 2023
     · Zijian Jiang
©2023 • ZiJian Jiang (Github@CallmeNeZha)