Skip to content
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

Множественные QMainWindow #5

Open
dakone22 opened this issue Nov 23, 2022 · 1 comment
Open

Множественные QMainWindow #5

dakone22 opened this issue Nov 23, 2022 · 1 comment

Comments

@dakone22
Copy link

class MainMenu(QMainWindow, Ui_MainMenu):

class MainWindow(QMainWindow, Ui_MainWindow):

Для чего тебе использовать QMainWindow? Тебе в главном меню так нужен статус бар? Возможно, тебе подойдут просто QWindow или QWidget:

QMainWindow — это просто QWidget, который предоставляет строку меню, панель инструментов, строку состояния и структуру стыковки.

https://stackoverflow.com/questions/318641/multiple-qmainwindow-instances

@dakone22
Copy link
Author

И, возможно, стоит подумать над более практичным названием, чем MainWindow

window = MainWindow(self)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant