Skip to main content

Framework for PyQt application

Project description

About

Winterstone – framework for PyQt application.

Features

  • Template for application

  • Some pre-defined UI

  • Settings manager

  • Plugins

  • Dev tools

Quick start

  • Install

  • Run winter_admin.py new appname (its created appname dir with simple application)

  • Fill appname/config/main.cfg with your data

  • Run appname/main.py

  • See docs folder and source of main.py for other information

Project folder structure

.
├── config
│   ├── debug.cfg   --  options of debug widget (WinterDebug)
│   ├── main.cfg    --  options of application. use this file for your settings
│   └── plugins.cfg --  list of active plugins. do not edit
├── etc
│   └── pre-commit  --  hook for git. do winter_ver.py before commit (bump version in main.cfg)
├── icons           --  some icons. place your icons here
├── plugins         --  usful examples of plugins
│   ├── QSciConfig
│   │   ├── plugin.cfg
│   │   └── QSciConfig.py
│   └── UIConfig
│       ├── plugin.cfg
│       └── UIConfig.py
├── ABOUT           --  information about your application
├── core.py         --  main logic of your app
├── __init__.py
├── LICENSE
├── main.py         --  main executable file. all UI logic here
└── TODO

Lib structure

.
├── base.py         --  base classes of library
├── baseQt.py       --  base classes of UI
├── extraQt.py      --  some extra widgets
├── snowflake.py    --  small useful functions
└── winterBug.py    --  all about debug widget

Dependencies

  • Python Config:

    http://www.red-dove.com/config-doc/
    install:
    sudo pip install config
    or
    sudo easy_install config
  • Python KDE:

    **optional**
    requires for color comboboxes in settings manager
    install:
    sudo apt-get install python-kde
  • Python QScintilla2:

    **optional**
    requires for dev tools
    install:
    sudo apt-get install python-qscintilla2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

winterstone-0.8.6.7-py2.6.egg (186.6 kB view details)

Uploaded Egg

File details

Details for the file winterstone-0.8.6.7-py2.6.egg.

File metadata

File hashes

Hashes for winterstone-0.8.6.7-py2.6.egg
Algorithm Hash digest
SHA256 2bdf933b6709083e78680c3e3938b23c26fc156101b3ec590dc89c2b10969a9e
MD5 3c8861b648c1d52ee402ffeb17885c97
BLAKE2b-256 47bc80b628f6a616ecd217808e56177e3b5195df614b4ebe27242e53d431b9db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page