📄 readme
字号:
This is a simple spreadsheet-like example for the Qt library. It iswritten during a weekend, it still lacks a lot of functionality.The spreadsheet accepts numbers and expression of the form A5 * 2, anything it doesn't understand is handled as strings.Recalculation is not implemented (a value is only calculated at input,you have to press return in a cell to recalculate that cell.)The pie chart is hard coded, it takes values from the A columnand labels from the B column, it is also limited to 10 rows.Cursor keys and tab does not move the input focus to another cell.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -