setWindowTitle("QDialog's Top-Level Layout Example") 16 dlgLayout = QVBoxLayout() 17 # Create a form layout and add widgets 18 formLayout = QFormLayout() 19 ...
確定! 回上一頁