SF.net SVN: fclient:[848] trunk/fclient/fclient/impl/View.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-01 23:56:05
|
Revision: 848 http://fclient.svn.sourceforge.net/fclient/?rev=848&view=rev Author: jUrner Date: 2008-08-01 23:56:15 +0000 (Fri, 01 Aug 2008) Log Message: ----------- typo Modified Paths: -------------- trunk/fclient/fclient/impl/View.py Modified: trunk/fclient/fclient/impl/View.py =================================================================== --- trunk/fclient/fclient/impl/View.py 2008-08-01 23:55:52 UTC (rev 847) +++ trunk/fclient/fclient/impl/View.py 2008-08-01 23:56:15 UTC (rev 848) @@ -62,7 +62,6 @@ ('LastViewBottom', 'String', '', config.SettingScopePrivate), ('SplitterPos', 'ByteArray', QtCore.QByteArray(), config.SettingScopePrivate), ('ShowTopTabBar', 'Bool', True, config.SettingScopePrivate), - ) @@ -80,7 +79,7 @@ #*********************************************************************** class ViewWidget(QtGui.QWidget, Ui_ViewWidget): - IdSplitter = 'Splitter' + IdSplitter = 'splitter' IdTabTop = 'tabTop' IdTabBottom = 'tabBottom' @@ -115,7 +114,6 @@ self.fcActions['ActionShowTopTabBar'].setChecked(showTopTabBar) tabWidgetTop.tabBar().setVisible(showTopTabBar) - def controlById(self, idControl): return getattr(self, idControl) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |