Moved gauges settings into preferences dialog

This commit is contained in:
HomeWorld
2010-12-06 13:20:49 +02:00
parent 1bf4e7498d
commit c703252ee5
7 changed files with 71 additions and 62 deletions

View File

@@ -17,6 +17,8 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
#===============================================================================
import wx
class PreferenceView(object):
views = {}
def __init__(self):
@@ -36,5 +38,8 @@ class PreferenceView(object):
def refreshPanel(self, fit):
raise NotImplementedError()
def getImage(self):
return wx.NullBitmap
from gui.builtinPreferenceViews import *