File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,10 @@ def closeEvent(self, QCloseEvent):
206
206
'keyword' : keyword , 'search_type' : comboBox }
207
207
self .save_data (data , 'user_save.dat' )
208
208
209
+
210
+ if hasattr (self , 'searchWindow' ):
211
+ self .searchWindow .close ()
212
+
209
213
self .deleteLater ()
210
214
QCloseEvent .accept ()
211
215
Original file line number Diff line number Diff line change 11
11
</rect >
12
12
</property >
13
13
<property name =" windowTitle" >
14
- <string >DCINSIDE ARTICLE FINDER</string >
14
+ <string >DCINSIDE ARTICLE FINDER v0.152 Beta </string >
15
15
</property >
16
16
<property name =" windowIcon" >
17
17
<iconset >
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ def setupUi(self, MainWindow):
188
188
189
189
def retranslateUi (self , MainWindow ):
190
190
_translate = QtCore .QCoreApplication .translate
191
- MainWindow .setWindowTitle (_translate ("MainWindow" , "DCINSIDE ARTICLE FINDER" ))
191
+ MainWindow .setWindowTitle (_translate ("MainWindow" , "DCINSIDE ARTICLE FINDER v0.152 Beta " ))
192
192
self .comboBox .setItemText (0 , _translate ("MainWindow" , "제목+내용" ))
193
193
self .comboBox .setItemText (1 , _translate ("MainWindow" , "제목" ))
194
194
self .comboBox .setItemText (2 , _translate ("MainWindow" , "내용" ))
You can’t perform that action at this time.
0 commit comments