thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Spacing in GUI #98

Open thartbm opened 5 years ago

thartbm commented 5 years ago

The way the info is presented in the GUI can be improved, but here are some (hopefully easy) ways to improve things a bit:

Here is a slightly harder one:

I'd like the task list to have more space, and the participant list as well... also, most of the GUI is organized chronologically, except for the participant list and the pre-process button. All of this can be solved by making a 5th column in the GUI that has the participant list and it's buttons, as well as the pre-process button.

So we get these 5 "columns" in the GUI: 1: experiment list plus buttons (including 'run' button separated from the other experiment buttons with a horizontal ruler) 2: task list plus buttons 3: task settings A 4: task settings B 5: participants list plus buttons: 'continue run', 'recombine data' - horizontal ruler - 'pre-process'

Nothing of this is necessary, but it's all "nice to have".