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:
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.