First time here? Check out the FAQ!
1

Why don't get I get a dropbox with methods on QMainWindow?

Example code:

from PyQt6.QtWidgets import QApplication, QMainWindow
import sys

app = QApplication(sys.argv)
window = QMainWindow()
window.statusBar().showMessage("Text")

When I start typing the last line window. after the dot i do not get the dropbox with available methods from Qt? Why is this? I double checked in Pycharm and there I get the correct proposal dropbox of Qt methods. Thanks!!

YSS's avatar
41
YSS
asked 2022-06-01 03:28:05 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2022-06-15 08:07:17 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Could you submit a bug report from Wing's Help menu and include the error-log? The log will include information about your system that should help us track down what's going wrong.

Wingware Support's avatar Wingware Support (2022-06-01 10:05:29 -0500) edit
add a comment see more comments

1 Answer

0

There's a fix going into 8.3.2 that should address this. It should be out within a week. Please let us know if it does not help.

Wingware Support's avatar
4k
Wingware Support
answered 2022-06-15 08:07:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer