Giter Club home page Giter Club logo

decision-matrix-qt's Introduction

Decision matrix qt (WIP)

screenshot

The front end interface to decision-matrix-py. Written in Python using the Qt framework.

Note: I've realized that using a table isn't the best abstractation for the general user. The wizard (accessible with ctrl+a or Matrix -> Assistant) is the ideal interface and the best abstractation level.

The only reason why I used Qt is because Gtk doesn't have a user-editable table widget. Qt can either be written C++ or Python; which makes the choice obvious. As it's no longer needed, I plan to use gtk.

Now, using gtk opens up a lot more possibilities. The API and the GUI can be rewritten in a language that can be statically compiled to make distribution even possible. (PyInstaller would have to bundle in numpy, pandas, scipy, and matplotlib -- yikes!)

Update: apparently gtk doesn't allow assistants to share state between pages. So the solution is to write custom dialogs, or use a one-page interface. Regardless I think at this point I should just complete this first.

Installation

  • git clone
  • pip install PySide2 (use conda if it fails)
  • Run with python -m gui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.