We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad2eb9 commit 3397b30Copy full SHA for 3397b30
getComic-gui.py
@@ -13,10 +13,12 @@ def __init__(self, parent=None):
13
super(TencentComicDownloader, self).__init__(parent)
14
15
nameLabel = QLabel("漫画首页:")
16
+
17
self.nameLine = QLineEdit()
18
19
self.analysisButton = QPushButton("分析")
20
self.analysisButton.clicked.connect(self.anaysisURL)
21
+ self.nameLine.returnPressed.connect(self.analysisButton.click)
22
23
pathLineLabel = QLabel("下载路径:")
24
self.pathLine = QLineEdit()
0 commit comments