commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9509 - trunk/gnue-navigator/src


From: jamest
Subject: [gnue] r9509 - trunk/gnue-navigator/src
Date: Tue, 24 Apr 2007 13:44:29 -0500 (CDT)

Author: jamest
Date: 2007-04-24 13:44:28 -0500 (Tue, 24 Apr 2007)
New Revision: 9509

Modified:
   trunk/gnue-navigator/src/UIqt3.py
Log:
default qt3 trees to closed on startup


Modified: trunk/gnue-navigator/src/UIqt3.py
===================================================================
--- trunk/gnue-navigator/src/UIqt3.py   2007-04-24 13:18:18 UTC (rev 9508)
+++ trunk/gnue-navigator/src/UIqt3.py   2007-04-24 18:44:28 UTC (rev 9509)
@@ -111,7 +111,6 @@
     This function creates the user interface and connects all signal handlers
     """
    
-        
     self.mainWindow = qt.QMainWindow()
     self.mainWidget = qt.QWidget(self.mainWindow)
     self.mainWindow.setCentralWidget(self.mainWidget)
@@ -202,7 +201,6 @@
     This function quits the main loop
     """
 
-    print "what"
     # TODO: can we keep track of all windows opened ?
     self.app.quit ()
 
@@ -241,7 +239,7 @@
 
     elif gnObject._type in ['GNStep', 'GNProcess']:
       node = qt.QListViewItem(gnObject.getParent ().__node, gnObject.title)    
  
-      node.setOpen(1)
+      node.setOpen(0)
       node._gnobject = gnObject
 
     else:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]