Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Scaling on high dpi displays

Open
#369 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
desktop

Research direction

Start by inspecting CQ-editor's PyQt5 application startup and settings handling, then reproduce the missing-menu and ineffective-scaling behavior on a high-DPI display with QT_SCALE_FACTOR set. Determine whether the existing settings path or environment variable is being ignored; done means useful global scaling works and the menu remains available.

Written by the indexing model from the issue text.

Description

Issue:
Like many QT programs cq-editor fails to scale useful on high dpi screens.
Often used go around is to set the env variable QT_SCALE_FACTOR to a nice value.

Unfortunately doing that CQ-Editor shows no menu and did not use the scaling.

Only the font in the editor could be scaled by settings.

Solution:
Add a global scale preference or make use of the environment.

Dominant language
Python
Stars
1.2k
Forks
210
Avg merge
14d 3h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CadQuery/CQ-editor

All issues in CadQuery/CQ-editor

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.