Skip to content

creating apps all incl. // app launcher, start menu entry, session save and load

License

Notifications You must be signed in to change notification settings

radjkarl/appBase

Repository files navigation

# coding=utf-8============================================= AppBase - your base for PyQt4 app development =============================================

showcase

It includes:

  • Application.py - just substitute your QApplication this one and you get...

    • open, save, new, timed autosave etc.
  • MainWindow.py - this mainWindow gives you a predefined menubar including all features of Application.py

  • MultiWorkspaceWindow.py - mainWindow with workspace management

  • Server.py - a system tray control for the mainWindow

DEPRECIATED: * Launcher.py - a graphical launcher to view and open python sessions stored as .pyz

Installation

appBase is listed in the Python Package Index. You can install it typing:

pip install appBase

Session management

  • Load and save your session as a zipped file
  • Save and restore temporal states of your session (Menubar->State)
  • Handle multiple workspaces in one window (Menubar->Workspace)

Tests

To open an example window type:

python -m appBase.MultiWorkspaceWindow

About

creating apps all incl. // app launcher, start menu entry, session save and load

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published