├── LICENSE ├── README.md ├── calc.cpp ├── calc.ui ├── calcdialog.cpp ├── calcdialog.h ├── encrypt.h ├── encrypt_1.cpp ├── encrypt_2.cpp ├── encrypt_3.cpp ├── encrypt_4.cpp ├── encrypt_5_v2.cpp ├── encrypt_6.cpp ├── encrypt_7.cpp ├── encrypt_v1.cpp ├── huaweicalc.qrc ├── huaweicalc.rc ├── icon.ico ├── icon.png ├── main.cpp ├── moc_calcdialog.cpp ├── qtcalc.pro └── ui_calc.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/README.md -------------------------------------------------------------------------------- /calc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/calc.cpp -------------------------------------------------------------------------------- /calc.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/calc.ui -------------------------------------------------------------------------------- /calcdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/calcdialog.cpp -------------------------------------------------------------------------------- /calcdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/calcdialog.h -------------------------------------------------------------------------------- /encrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt.h -------------------------------------------------------------------------------- /encrypt_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_1.cpp -------------------------------------------------------------------------------- /encrypt_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_2.cpp -------------------------------------------------------------------------------- /encrypt_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_3.cpp -------------------------------------------------------------------------------- /encrypt_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_4.cpp -------------------------------------------------------------------------------- /encrypt_5_v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_5_v2.cpp -------------------------------------------------------------------------------- /encrypt_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_6.cpp -------------------------------------------------------------------------------- /encrypt_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_7.cpp -------------------------------------------------------------------------------- /encrypt_v1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/encrypt_v1.cpp -------------------------------------------------------------------------------- /huaweicalc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/huaweicalc.qrc -------------------------------------------------------------------------------- /huaweicalc.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/icon.ico -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/icon.png -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/main.cpp -------------------------------------------------------------------------------- /moc_calcdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/moc_calcdialog.cpp -------------------------------------------------------------------------------- /qtcalc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/qtcalc.pro -------------------------------------------------------------------------------- /ui_calc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forth32/huaweicalc/HEAD/ui_calc.h --------------------------------------------------------------------------------