mxcube / mxcubeqt

Qt Front-end of MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
14 stars 34 forks source link

Refactored move, userName() #385

Closed rhfogh closed 4 years ago

rhfogh commented 4 years ago

Replaced def move with def _set_value Replaced move calls with set_value calls Replaced userName() calls with use of username attribute Replaced zoom_supported with read_only

A few mockups and complex motors still not complete.