7d8fbf0e114eea5fba2b449ebd020cdcd0535857
[biaweb_qt.git] / templates_dialog.py
1 # BiaWeb Website content manager (c) 2010 V.Harishankar
2 # Templates dialog class
3
4 import PyQt4
5 import ui_templates_dialog
6 import highlighter
7
8 class TemplatesDialog (PyQt4.QtGui.QDialog, ui_templates_dialog.Ui_TemplatesDialog):
9 def __init__ (self, master):
10 PyQt4.QtGui.QDialog.__init__ (self, master)
11 self.setupUi (self)
12 self.setWindowFlags (PyQt4.QtCore.Qt.Window)