forked from openlp/openlp
Updates
This commit is contained in:
parent
0851b94837
commit
0936c7d6d5
@ -273,6 +273,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog):
|
|||||||
"""
|
"""
|
||||||
Handle the display and State of the Position tab.
|
Handle the display and State of the Position tab.
|
||||||
"""
|
"""
|
||||||
|
print "setPosTabValues"
|
||||||
if self.theme.font_main_override:
|
if self.theme.font_main_override:
|
||||||
self.setField(u'mainDefaultPosition', QtCore.QVariant(False))
|
self.setField(u'mainDefaultPosition', QtCore.QVariant(False))
|
||||||
else:
|
else:
|
||||||
@ -504,6 +505,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog):
|
|||||||
# preview page
|
# preview page
|
||||||
self.theme.theme_name = \
|
self.theme.theme_name = \
|
||||||
unicode(self.field(u'name').toString())
|
unicode(self.field(u'name').toString())
|
||||||
|
print self.theme
|
||||||
|
|
||||||
def _colorButton(self, field):
|
def _colorButton(self, field):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user