Ask Your Question
1

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

asked 2022-06-01 03:28:05 -0500

YSS's avatar

updated 2022-06-15 08:07:17 -0500

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!!

edit retag flag offensive 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

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-15 08:07:06 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2022-06-01 03:28:05 -0500

Seen: 110 times

Last updated: Jun 16 '22