m-squared96 / PyPLANE

An open source replacement to the traditional DFIELD and PPLANE applications for solving systems of ODEs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMainWindow needs a tidy-up

m-squared96 opened this issue · comments

The QMainWindow.init_ui method in particular needs a tidier, more modular way of initialising the interface. This may include, but is not limited to, the following changes:

  • Breaking up of GUI element initialisation into several smaller functions
  • Stopping use of dictionaries to pass around and reference GUI elements, in particular entry boxes. This may require the creation of Qt-based custom classes for dynamic element generation