Kbr85 / UMSAP

Utilities for Mass Spectrometry Analysis of Proteins
0 stars 0 forks source link

Create class to represent the most common GUI elements like wx.StaticText - wx.TextCtrl #55

Closed Kbr85 closed 2 years ago

Kbr85 commented 4 years ago

Through all the GUI there are three common pairs of widgets: wx.StaticText - wx.TextCtrl wx.StaticText - wx.ComboBox wx.Button - wx.TextCtrl

You can create three classes to represent these groups similar to what is done now for the Result - Control experiments.

Kbr85 commented 2 years ago

Done. DAT4S