--- a/Project/ProjectFormsBrowser.py Wed Feb 15 14:27:43 2012 +0100 +++ b/Project/ProjectFormsBrowser.py Wed Feb 15 15:49:44 2012 +0100 @@ -77,8 +77,8 @@ self.templates4 = ['dialog4.tmpl', 'widget4.tmpl', 'mainwindow4.tmpl', 'dialogbuttonboxbottom4.tmpl', 'dialogbuttonboxright4.tmpl', 'dialogbuttonsbottom4.tmpl', 'dialogbuttonsbottomcenter4.tmpl', - 'dialogbuttonsright4.tmpl'] - self.templateTypes4 = [ \ + 'dialogbuttonsright4.tmpl', 'wizard4.tmpl', 'wizardpage4.tmpl'] + self.templateTypes4 = [ self.trUtf8("Dialog"), self.trUtf8("Widget"), self.trUtf8("Main Window"), @@ -87,6 +87,8 @@ self.trUtf8("Dialog with Buttons (Bottom)"), self.trUtf8("Dialog with Buttons (Bottom-Center)"), self.trUtf8("Dialog with Buttons (Right)"), + self.trUtf8("Wizard"), + self.trUtf8("Wizard Page"), ] self.compileProc = None