diff options
author | kdxcxs <cx@kdxcxs.com> | 2020-02-18 08:20:34 +0800 |
---|---|---|
committer | kdxcxs <cx@kdxcxs.com> | 2020-02-18 08:20:34 +0800 |
commit | a64868904b03a05f61b24673be8930eb5b3fb29d (patch) | |
tree | 470c7d03bdf01a34bba4c3e6f3050556f2c6b8b3 | |
parent | 890aedaa5dbf5aa61227005878998f6096d1cefd (diff) |
remove a translated sentence
-rw-r--r-- | zh-cn/pyqt-cn.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zh-cn/pyqt-cn.html.markdown b/zh-cn/pyqt-cn.html.markdown index 258c70df..4c87c295 100644 --- a/zh-cn/pyqt-cn.html.markdown +++ b/zh-cn/pyqt-cn.html.markdown @@ -69,7 +69,6 @@ def showdialog(): b1.move(50, 50) d.setWindowTitle("Dialog") # 这里的模态实现了在对话框弹出时阻塞程序同时屏蔽父窗口 - # This modality tells the popup to block the parent whilst it's active d.setWindowModality(Qt.ApplicationModal) # 当按钮被点击时整个进程将会结束 b1.clicked.connect(sys.exit) |