📌  相关文章
📜  如何在 pyqt5 中获取用户的输入 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:05.539000             🧑  作者: Mango

代码示例1
name, result = QtWidgets.QInputDialog.getText(MainWindow, "Name of the Team",
                                                          "Enter the name of your team:")
# Put this code inside a function and connect it to any signal.