An Emacs inspired macro framework for Qt.
Project description
Qtmacs is an Emacs inspired macro framework for Qt. It consists of task related applets and widget specific macros.
Applets are basically plain windows that can house arbitrary code and widgets. Within Qtmacs, they provide the functionailty to eg. edit text, view a PDF file, or browse the web.
Macros, on the other hand, govern the behaviour of individual widgets in response to keyboard input. They are are applicable to any Qt based widget.
Both, applets and macros, are supplied via Python modules and can be changed during runtime to customise the functionality and behaviour of Qtmacs as required.
SOURCE CODE
The source code is hosted on Github: https://github.com/qtmacsdev/qtmacs
REQUIREMENTS
Python 3.x
PyQt4
Older versions of PyQt4 may work as well but have not been tested.
INSTALLATION
To install Qtmacs on Windows, or use package managers on Linux based distributions, please refer to the installation guide.
To try out the source code directly use:
git clone https://github.com/qtmacsdev/qtmacs.git
cd qtmacs/bin
./qtmacs
DOCUMENTATION
The full documentation, including screenshots, is available at http://qtmacsdev.github.com/qtmacs/titlepage.html
There is also a discussion group at https://groups.google.com/forum/?fromgroups#!forum/qtmacs
LICENSE
Qtmacs is licensed under the terms of the GPL.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.