[qcineoob] small cleaning
This commit is contained in:
parent
cb7248fb8a
commit
e5365d76a7
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ class MainWindow(QtMainWindow):
|
||||||
count = self.config.get('settings', 'maxresultsnumber')
|
count = self.config.get('settings', 'maxresultsnumber')
|
||||||
self.ui.countSpin.setValue(int(count))
|
self.ui.countSpin.setValue(int(count))
|
||||||
showT = self.config.get('settings', 'showthumbnails')
|
showT = self.config.get('settings', 'showthumbnails')
|
||||||
print showT
|
|
||||||
self.ui.showTCheck.setChecked(showT == '1')
|
self.ui.showTCheck.setChecked(showT == '1')
|
||||||
|
|
||||||
self.connect(self.ui.actionBackends, SIGNAL("triggered()"), self.backendsConfig)
|
self.connect(self.ui.actionBackends, SIGNAL("triggered()"), self.backendsConfig)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue