Completed the template editing functionality
[biaweb_qt.git] / ui_templates_dialog.py
index 7c2fce4..9912eff 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'templates_dialog.ui'
 #
-# Created: Mon Nov 29 16:38:12 2010
+# Created: Mon Nov 29 18:11:30 2010
 #      by: PyQt4 UI code generator 4.7.4
 #
 # WARNING! All changes made in this file will be lost!
@@ -13,6 +13,8 @@ class Ui_TemplatesDialog(object):
     def setupUi(self, TemplatesDialog):
         TemplatesDialog.setObjectName("TemplatesDialog")
         TemplatesDialog.resize(350, 256)
+        TemplatesDialog.setMinimumSize(QtCore.QSize(350, 256))
+        TemplatesDialog.setMaximumSize(QtCore.QSize(350, 256))
         self.gridLayout = QtGui.QGridLayout(TemplatesDialog)
         self.gridLayout.setObjectName("gridLayout")
         self.label = QtGui.QLabel(TemplatesDialog)