Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1047717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:20:43+00:00 2026-05-16T16:20:43+00:00

I do not understand why in the book Rapid GUI Programming with Python and

  • 0

I do not understand why in the book Rapid GUI Programming with Python and Qt, a context menu is added to a central widget by calling addActions() on the main window (self), like so (p. 180):

self.addActions(self.imageLabel,
                (editInvertAction, …))

where self is a QMainWindow, and imageLabel is a QLabel set as the central widget with

# Added actions will be put in a context menu:
self.imageLabel.setContextMenuPolicy(Qt.ActionsContextMenu)
self.setCentralWidget(self.imageLabel)

Now, why would the main window be associated in some way (through self.addActions()) to the context menu of the central widget? Isn’t it enough to call addActions() directly on the central widget? In fact, the following does create a context menu:

self.imageLabel.addActions((editInvertAction, …))

Why doesn’t the book example the context menu this way? isn’t this equivalent to the more involved self.addActions(…) form?

PS: I even see that the documentation for QMainWindow.addActions() does not even mention any first argument (self.imageLabel, above)! I’m completely lost as to why the book uses the first snippet above instead of the last one… Help! 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:20:43+00:00Added an answer on May 16, 2026 at 4:20 pm

    Using self.addAction() on QMainWindow allow all QMainWindow childs (Docks, StatusBar, ToolBar, MenuBar, …) to use theses actions, not only the central widget.

    But the best way to get a fine-grained context menu control is to use the customContextMenuRequested signal (http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html#customContextMenuRequested).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 508k
  • Answers 508k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer this looks pretty good. you may also like to have… May 16, 2026 at 4:21 pm
  • Editorial Team
    Editorial Team added an answer Fullpage postback solution This is a bit tricky since you… May 16, 2026 at 4:21 pm
  • Editorial Team
    Editorial Team added an answer The Remote Control Wrapper 2 library is an Objective C… May 16, 2026 at 4:21 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am reading The thread building block book. I do not understand this piece
I'm reading the book Programming Challenges: The Programming Contest Training Manual and are implementing
I am reading the book from Andrei Alexandrescu about the D programming language. He's
I am reading the book: Intel Threading Building Blocks. I often have difficulties understanding
I read the subversion book and it is clear to me that subversion does
I've just started using subversion, and have read the official documentation (svn book), cheat
I'm reading Sybex Complete Java 2 Certification Study Guide April 2005 (ISBN0782144195). This book
I am programming my first real PHP website and am wondering how to make
I am trying to translate a function in a book into code, using MATLAB
I thought that I was really starting to understand how pointers work, and then

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.