-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adapt for Qt 6.8 #116
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JWWTSL The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @JWWTSL. Thanks for your PR. 😃 |
Hi @JWWTSL. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
200a9ed
to
48c98db
Compare
cb36693
to
4709855
Compare
Adaptation work based on Qt 6.8, modified relevant interfaces and configuration files.
4709855
to
023f2e4
Compare
/merge |
// if (page()->currentTool_p() != nullptr && drawScene() != nullptr) { | ||
// auto e = CDrawToolEvent::fromQEvent_single(event, drawScene()); | ||
// page()->currentTool_p()->enterEvent(&e); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
无用代码移除
@@ -569,7 +585,7 @@ void PageView::initContextMenuConnection() | |||
qreal space_height = (scence_BR.height() - sum_items_height) | |||
/ (allitems.size() - 1); | |||
|
|||
// [6] 按照y值进行移动位置 | |||
// [6] 按照y值��行移动位置 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
编码问题?
Adaptation work based on Qt 6.8, modified relevant interfaces and configuration files.