當我得知在PyQt5的QHBoxLayout和QVBoxLayout,我發現它無法使用他們QMainWindow。他們必須依靠QWidget。這裏是我的代碼: import sys
from PyQt5.QtWidgets import QApplication,QMainWindow,QWidget,QLabel,QHBoxLayout,QVBoxLayout
class Example(
我想加載一個菜單到我的GUI,但我的類對象沒有self.menuBar()的屬性。有人可以幫助我,沒有任何教程似乎提供任何方式。 class EmailBlast(QtWidgets.QWidget):
def __init__(self):
super().__init__()
bar = QtWidgets.menuBar()
file_menu