new QtApplication class
This commit is contained in:
parent
3d02ff23a0
commit
c3f6618bc8
2 changed files with 53 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue