KLayout / klayout

KLayout Main Sources
http://www.klayout.org
GNU General Public License v3.0
781 stars 199 forks source link

[Qt6] Update sample macros for migration to Qt6 #1679

Closed Kazzz-S closed 5 months ago

Kazzz-S commented 5 months ago

Some sample macros need to be updated to address errors observed when migrating to Qt6, such as:

Sample-01 Sample-02

The above images were captured on: Linux-Env

They should be modified like: (also refer to #1676)

  1. pya.FormBuilder() ---> pya.QUiLoader()
  2. pya.QFont.Bold ---> int(pya.QFont_Weight().Bold)

Regards, Kazzz-S