|
21 | 21 |
|
22 | 22 | <br>
|
23 | 23 |
|
24 |
| -If it helps, <font color=#FE7207 size=4 face="young round">you can click on the project's <img src="https://raw.githubusercontent.com/touwoyimuli/FigureBed/master/project_log/20190709023321.png" height="18" width="18"/> **Star** and <img src="https://raw.githubusercontent.com/touwoyimuli/FigureBed/master/project_log/20190709023317.png" height="18" width="18"/>**Fork** for two icons that are easy to lift between hands, quite a nod,</font> hands down. |
| 24 | +The origin of the original dream, write a screenshot software at will, so far (2024.01.24) also wrote three different degrees, from easy to difficult, for your reference; |
| 25 | + |
| 26 | +More detailed development details of the document, have time to write, supplemented in the series, QQ exchange group: [418103279](https://qm.qq.com/cgi-bin/qm/qr?k=jsD03QzMohGZm0TqYAFh3BvKOpCGlTcT&jump_from=webapi&authKey=DMUwiCQ6ta95PoH8JmtZ+Jz9y7Ozg3yinEsxmm92rNXZRVeMPD7NRgjU+dmUI8Xu) |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +| Project | Describe | Introduce | Mirror (Gitee) | |
| 31 | +| :-------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :-----------------------------------------: | |
| 32 | +| [ShotX](https://github.com/XMuli/ShotX) | 新手级的截图,适合初学 Qt/C++ 不到一年 | 一款极简的截图工具(支持 Win,Mac,Linux) | [url](https://gitee.com/XMuli/ShotX) | |
| 33 | +| [Flipped](https://c.xmuli.tech/) | 中级难度的截图,适合已学习 Qt/C++ 一两年经验进阶 | 简洁且漂亮的截图的软件工具,支持 Windows,MacOS,Linux 平台 | [url](https://gitee.com/XMuli/FlippedPages) | |
| 34 | +| [Sunny](https://sunny.xmuli.tech/) | 高级难度的截图,适合已深入研究 Qt/C++ 三五年经验,属于商业级的成熟作品,**属最高水品之作** | Simple and beautiful screenshot software tool for Windows, MacOS and Linux;已上架 Deepin/UOS Store,Spark Store 等 | [url](https://gitee.com/XMuli/SunnyPages) | |
25 | 35 |
|
26 | 36 | <br>
|
27 | 37 |
|
28 |
| -## Style |
| 38 | +## Compilation |
| 39 | + |
| 40 | +### Dependencies |
29 | 41 |
|
30 |
| -<img src="https://cdn.jsdelivr.net/gh/xmuli/xmuliPic@pic/2021/%E6%88%AA%E5%B1%8F2021-10-05%2004.11.29.jpg" width="80%"/> |
| 42 | +- Qt >= 5.15.2 |
| 43 | +- CMake >= 3.16 |
| 44 | +- MSVC >= 2022 | MinGW >= 8.1.0 | GCC >= 9.4 | Clang >= 12.0 |
31 | 45 |
|
32 |
| -<img src="https://cdn.jsdelivr.net/gh/xmuli/xmuliPic@pic/2021/%E6%88%AA%E5%B1%8F2021-10-05%2004.11.45.png" width="50%"/> |
| 46 | + NOTE: This is a successfully compiled dependency version, lower versions have not been tested. |
33 | 47 |
|
34 | 48 | <br>
|
35 | 49 |
|
36 |
| -## Author |
| 50 | +### Build |
| 51 | + |
| 52 | +- **Kit Tools:** Windows 10 & Qt 5.15.2 & CMake 3.24.1 & MSVC 2022 ( or MinGW 8.1.0) |
37 | 53 |
|
38 |
| -<font color=#70AD47 size=4 face="幼圆">**偕臧 (XMuli):** </font> [https://ifmet.cn](https://ifmet.cn/) |
| 54 | +- **Compile Step:** |
| 55 | + |
| 56 | + ```bash |
| 57 | + qmake |
| 58 | + make -j16 |
| 59 | + ``` |
39 | 60 |
|
40 | 61 | <br>
|
41 | 62 |
|
42 |
| -## Protocol |
| 63 | +## Demonstration effect |
| 64 | + |
| 65 | +**MacOS** |
| 66 | + |
| 67 | +<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2024/202401250051823.jpg" width="100%"/> |
| 68 | + |
| 69 | +<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2024/202401250051067.png" width="400"/> |
| 70 | + |
| 71 | +**Windows** |
| 72 | + |
| 73 | +<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2024/202401250055738.png" width="100%"/> |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +## Tutorial |
| 78 | + |
| 79 | +**ShotX** |
| 80 | + |
| 81 | +- [GitHub Code](https://github.com/XMuli/shotx) |
| 82 | + |
| 83 | +**FLIPPED** |
| 84 | + |
| 85 | +- 开发教程: [基于 QT 开发 FLIPPED :简易且漂亮的跨平台截图贴图软件](https://blog.csdn.net/qq_33154343/article/details/130053230) |
| 86 | + |
| 87 | +- 视频演示效果: [bilibili](https://www.bilibili.com/video/BV1rX4y1D7EZ/) |
| 88 | + |
| 89 | +**Sunny** |
| 90 | + |
| 91 | +- [系类开发教程](https://github.com/XMuli/QtExamples) |
| 92 | +- 视频演示效果: 待续 |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | +## Great |
| 97 | + |
| 98 | +If it helps you, or find it useful, **you can click on the item's ⭐Star 🍴 Fork of the two icons, conveniently lift the hand between, said a point of praise the hand,** There is a fragrance in your hand;The next best thing is to buy me a cold Coke. |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | +## Author |
| 103 | + |
| 104 | +| Title | Detail | |
| 105 | +| :---------: | :----------------------------------------------------------: | |
| 106 | +| WeChat / QQ | [252311126](https://wpa.qq.com/authd?IDKEY=31f3ef7312b39e2c8dc822ae2f4c3b3118e1a6f31cc83373) | |
| 107 | +| GitHub | [偕臧](https://github.com/XMuli) | |
| 108 | + |
| 109 | + |
43 | 110 |
|
44 |
| -<img src="https://cdn.jsdelivr.net/gh/xmuli/xmuliPic@pic/2020/MIT.png" width="25%"/> |
| 111 | +## Tutorial series |
45 | 112 |
|
46 |
| -This project is distributed and used based on the `MIT` protocol. For more information, see [protocol file](/LICENSE). |
| 113 | +[QtExamples](https://github.com/XMuli/QtExamples) Welcome `star` ⭐ and `fork` 🍴 This series of `C++ / QT / DTK` studies, with a catalogue of studies from the beginning to the end of the series, where you can learn how to write this kind of software yourself. This is a complete series of tutorials and **forever free**! |
47 | 114 |
|
0 commit comments