Project/CreateDialogCodeDialog.py

branch
6_0_x
changeset 4264
eb874caf019d
parent 4260
af5c49e9e568
child 4327
ff666d8230f7
child 4330
2c278493b31e
--- a/Project/CreateDialogCodeDialog.py	Sat May 16 16:23:54 2015 +0200
+++ b/Project/CreateDialogCodeDialog.py	Sun May 17 16:55:30 2015 +0200
@@ -244,7 +244,8 @@
             self.slotsModel.setHorizontalHeaderLabels([""])
             for obj in objects:
                 name = obj.objectName()
-                if not name:
+                if not name or name.startswith("qt_"):
+                    # ignore un-named or internal objects
                     continue
                 
                 metaObject = obj.metaObject()

eric ide

mercurial