Skip to content

Commit

Permalink
remove the Item widget stuff
Browse files Browse the repository at this point in the history
this concept doesn't scale. another method of exposing data-intensive
widgets will be devised. Wrappers over wrappers over wrappers just don't
cut it.
  • Loading branch information
sccolbert committed Jun 14, 2013
1 parent ca35580 commit fd53715
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,659 deletions.
347 changes: 0 additions & 347 deletions enaml/qt/q_item_model_wrapper.py

This file was deleted.

12 changes: 0 additions & 12 deletions enaml/qt/qt_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ def label_factory():
return QtLabel


def list_control_factory():
from .qt_list_control import QtListControl
return QtListControl


def main_window_factory():
from .qt_main_window import QtMainWindow
return QtMainWindow
Expand Down Expand Up @@ -255,11 +250,6 @@ def tool_bar_factory():
return QtToolBar


def view_table_factory():
from .qt_view_table import QtViewTable
return QtViewTable


def web_view_factory():
from .qt_web_view import QtWebView
return QtWebView
Expand Down Expand Up @@ -292,7 +282,6 @@ def window_factory():
'Image': image_factory,
'ImageView': image_view_factory,
'Label': label_factory,
'ListControl': list_control_factory,
'MainWindow': main_window_factory,
'MdiArea': mdi_area_factory,
'MdiWindow': mdi_window_factory,
Expand All @@ -319,7 +308,6 @@ def window_factory():
'StatusItem': status_item_factory,
'TimeSelector': time_selector_factory,
'ToolBar': tool_bar_factory,
'ViewTable': view_table_factory,
'WebView': web_view_factory,
'Window': window_factory,
}
Loading

0 comments on commit fd53715

Please sign in to comment.