-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
added Page Properties qAction to layout main menu #58693
Conversation
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.
Only properties of the first page is accessible with this PR, am I right ?
Properties of pages 2 and + are still only accessible through right click menu.
Is there a way to improve this ?
Either specify this is true for the first page only or opening properties for the page currently in view ?
</widget> | ||
<resources> | ||
<include location="../../../images/images.qrc"/> | ||
<include location="../../../images/images.qrc"/> |
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.
Remove ?
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.
this was added automatically by Qt Creator, didn't want to touch it.
Yes, it always opens properties for first page (at index 0), we could possibly add an additional dialog to choose what page does the user want, but I don't know if it makes much sense. After opening "Page Properties" tab, you can click on any page you want with left mouse click and switch to it, no need for |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
@phidrho A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
This pull request has been tagged for the changelog.
You can edit the description. Format available for credits
Thank you! |
@phidrho |
@nyalldawson really cool, thanks for adding that I wanted to check on the comment from @nicogodet about additional line in UI file that seems redundant but didn't manage test removing it due to my obligations lately. I think that removing menu item Printer Page Setup (or at least disabling it, if that's possible) is also needed to properly address all bug reports I noted above. But if you consider it not mandatory then I'm fine with it. |
Don't worry about it -- qtcreator randomly adds those, they don't hurt.
Printer setup does still do something different, but it specifically only has an impact when directly printing a layout. |
Description
Adds a menu option to open Page Properties in main Layout menu (see image).
This was available only on right mouse click above empty paper - considered hidden by many users.
Fixes #26237
Fixes #27843 (already closed but this really fixes it)
See #27698 (solves first problem in a list - second is discussable (feature request), and third problem still exists - see bottom of this description)
It's kind of a improvement for #29033
See #35580 (solves point 2, according to @gioman we can also close this one, but I agree that we should entirely remove "Printer Page Setup..." option since it does nothing, whatever you set up there gets ignored and overridden by settings set up in "Page Properties", but this should be done by someone more experienced to left no traces behind.:
If we remove this "Printer Page Setup..." we could also close other bug reports noted above.
This is my first contribution, greetings from Bratislava contributor meeting, special thanks to @uclaros for helping me.