Skip to content

Conversation

@kwsantiago
Copy link

Port win_taskbar_progress to Qt6

Ports Windows taskbar progress feature to Qt6 by replacing QtWinExtras (removed in Qt6) with native Windows ITaskbarList3 COM API.

Closes #191

Changes

  • Replace QtWinExtras with direct ITaskbarList3 COM interface
  • Update depends to build Qt6 (6.7.3)
  • Add automatic Qt version detection in depends toolchain
  • Add missing libxcb_util_cursor package for Qt6 Linux builds

Implementation

The new WinTaskbarProgress class uses Windows ITaskbarList3 directly, maintaining full feature parity with the Qt5 implementation while working with both Qt5 and Qt6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port win_taskbar_progress (#14137) to Qt6

1 participant