Project/PropertiesDialog.py

changeset 1871
15376fad2097
parent 1509
c0b5e693b0eb
child 1874
7d5589d8699a
diff -r 2fb653ff32ec -r 15376fad2097 Project/PropertiesDialog.py
--- a/Project/PropertiesDialog.py	Sun May 20 11:19:10 2012 +0200
+++ b/Project/PropertiesDialog.py	Sun May 20 19:24:54 2012 +0200
@@ -38,6 +38,9 @@
         @param parent parent widget of this dialog (QWidget)
         @param name name of this dialog (string)
         """
+        # TODO: add a checkbox to select if project should be version controlled
+        #       only show the checkbox, if new is true
+        #       disable checkbox, if no VCS is available
         super().__init__(parent)
         if name:
             self.setObjectName(name)

eric ide

mercurial