Skip to content

cxx-qt-lib: Add bindings for model/view-related enums in Qt namespace - #1481

Merged
ahayzen-kdab merged 1 commit into
KDAB:mainfrom
bumbledbees:add-model-view-enums
Aug 24, 2026
Merged

cxx-qt-lib: Add bindings for model/view-related enums in Qt namespace#1481
ahayzen-kdab merged 1 commit into
KDAB:mainfrom
bumbledbees:add-model-view-enums

Conversation

@bumbledbees

Copy link
Copy Markdown
Contributor
  • Add binding for Qt::ItemDataRole
  • Add binding for Qt::ItemFlag
  • Add type alias for Qt::ItemFlags (QFlagsQt::ItemFlag)

fixes: #1480

Comment thread crates/cxx-qt-lib/src/core/mod.rs
- Add binding for Qt::ItemDataRole
- Add binding for Qt::ItemFlag
- Add type alias for Qt::ItemFlags (QFlags<Qt::ItemFlag>)
@bumbledbees
bumbledbees force-pushed the add-model-view-enums branch from 2141da3 to fdd6f77 Compare August 23, 2026 17:18
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2ec40ea) to head (fdd6f77).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1481   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        13484     13484           
=========================================
  Hits         13484     13484           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ahayzen-kdab ahayzen-kdab left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :-)

@ahayzen-kdab
ahayzen-kdab enabled auto-merge August 24, 2026 14:27
@ahayzen-kdab
ahayzen-kdab added this pull request to the merge queue Aug 24, 2026
Merged via the queue into KDAB:main with commit 05f9afd Aug 24, 2026
19 checks passed
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.

cxx-qt-lib: Missing bindings to model/view-related Qt namespace enums

2 participants