new QtApplication class

This commit is contained in:
Romain Bignon 2010-04-17 11:20:48 +02:00
commit c3f6618bc8
2 changed files with 53 additions and 0 deletions

View file

@ -21,3 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from .base import BaseApplication
from .console import ConsoleApplication
from .prompt import PromptApplication
try:
from .qt import QtApplication
except ImportError:
pass