cyberos / cyber-calculator

Calculator
GNU General Public License v3.0
0 stars 0 forks source link

[TODO] Store more numbers in memory and show them #9

Open ChungZH opened 3 years ago

ChungZH commented 3 years ago

Now we can only store one number in memory.

Store

https://github.com/cyberos/cyber-calculator/blob/2eb4e0d207b472e10a6dc63020ecf252d9e4fe05/memory.h#L47 It should be QVector or something similar

Show

  1. :star: MS Calculator image History and memory are displayed in a sidepanel away.
  2. Deepin Calculator image Covers the input area

I prefer option one, but it is a little harder