Skip to content

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

@Kazzz-S

Description

@Kazzz-S

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions