SF.net SVN: fclient: [598] trunk/fclient/src/fclient/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-12 19:58:10
|
Revision: 598
http://fclient.svn.sourceforge.net/fclient/?rev=598&view=rev
Author: jUrner
Date: 2008-07-12 12:58:19 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
new ids
Modified Paths:
--------------
trunk/fclient/src/fclient/config.py
Modified: trunk/fclient/src/fclient/config.py
===================================================================
--- trunk/fclient/src/fclient/config.py 2008-07-12 19:57:57 UTC (rev 597)
+++ trunk/fclient/src/fclient/config.py 2008-07-12 19:58:19 UTC (rev 598)
@@ -23,6 +23,9 @@
# with MSVC 6 where you should use qFindChild(). can not test this. so keep
# a dict for lookups...
#**********************************************************************************
+IdMainWindow = 'MainWindow'
+IdMainWindowMenuBar = 'MainWindowMenuBar'
+IdMainWindowStatusBar = 'MainWindowStatusBar'
IdViewWidget = 'ViewWidget'
IdViewLoggerWidget = 'ViewLoggerWidget'
IdViewConnectionWidget = 'ViewConnectionWidget'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|