Another try at the code for enabling loop through a checkbox in general settings as the signal but ignores it in slidecontroller for some odd reason acting like it's not there...

This commit is contained in:
Josh Miller 2011-05-23 19:23:00 -04:00
parent 6d577395a4
commit 6b046d9afb
3 changed files with 1156 additions and 1181 deletions

View File

@ -257,3 +257,4 @@ if __name__ == u'__main__':
Instantiate and run the application.
"""
main()

View File

@ -272,7 +272,7 @@ class GeneralTab(SettingsTab):
self.showSplashCheckBox.setChecked(settings.value(u'show splash',
QtCore.QVariant(True)).toBool())
self.checkForUpdatesCheckBox.setChecked(settings.value(u'update check',
QtCore.QVariant(True)).toBool())
QtCore.QVariant(False)).toBool())
self.autoPreviewCheckBox.setChecked(settings.value(u'auto preview',
QtCore.QVariant(False)).toBool())
self.enableLoopCheckbox.setChecked(settings.value(u'enable slide loop',

File diff suppressed because it is too large Load Diff