75 # templates for Qt4 |
75 # templates for Qt4 |
76 # these two lists have to stay in sync |
76 # these two lists have to stay in sync |
77 self.templates4 = ['dialog4.tmpl', 'widget4.tmpl', 'mainwindow4.tmpl', |
77 self.templates4 = ['dialog4.tmpl', 'widget4.tmpl', 'mainwindow4.tmpl', |
78 'dialogbuttonboxbottom4.tmpl', 'dialogbuttonboxright4.tmpl', |
78 'dialogbuttonboxbottom4.tmpl', 'dialogbuttonboxright4.tmpl', |
79 'dialogbuttonsbottom4.tmpl', 'dialogbuttonsbottomcenter4.tmpl', |
79 'dialogbuttonsbottom4.tmpl', 'dialogbuttonsbottomcenter4.tmpl', |
80 'dialogbuttonsright4.tmpl'] |
80 'dialogbuttonsright4.tmpl', 'wizard4.tmpl', 'wizardpage4.tmpl'] |
81 self.templateTypes4 = [ \ |
81 self.templateTypes4 = [ |
82 self.trUtf8("Dialog"), |
82 self.trUtf8("Dialog"), |
83 self.trUtf8("Widget"), |
83 self.trUtf8("Widget"), |
84 self.trUtf8("Main Window"), |
84 self.trUtf8("Main Window"), |
85 self.trUtf8("Dialog with Buttonbox (Bottom)"), |
85 self.trUtf8("Dialog with Buttonbox (Bottom)"), |
86 self.trUtf8("Dialog with Buttonbox (Right)"), |
86 self.trUtf8("Dialog with Buttonbox (Right)"), |
87 self.trUtf8("Dialog with Buttons (Bottom)"), |
87 self.trUtf8("Dialog with Buttons (Bottom)"), |
88 self.trUtf8("Dialog with Buttons (Bottom-Center)"), |
88 self.trUtf8("Dialog with Buttons (Bottom-Center)"), |
89 self.trUtf8("Dialog with Buttons (Right)"), |
89 self.trUtf8("Dialog with Buttons (Right)"), |
|
90 self.trUtf8("Wizard"), |
|
91 self.trUtf8("Wizard Page"), |
90 ] |
92 ] |
91 |
93 |
92 self.compileProc = None |
94 self.compileProc = None |
93 |
95 |
94 def _createPopupMenus(self): |
96 def _createPopupMenus(self): |