|
5 | 5 | </p>
|
6 | 6 |
|
7 | 7 | <p align="center">
|
8 |
| - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases"> |
| 8 | + <a href="https://github.com/ModuleArt/quick-library/releases"> |
9 | 9 | <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/moduleart/quick-library?include_prereleases">
|
10 | 10 | </a>
|
11 | 11 | <a href="https://moduleart.github.io">
|
12 | 12 | <img alt="Module Art website" src="https://img.shields.io/badge/www-moduleart-%2300BCD4">
|
13 | 13 | </a>
|
14 | 14 | </p>
|
15 | 15 |
|
16 |
| -<h2 align="center">Controls</h2> |
17 |
| - |
18 |
| -| Control name | Codename | WinForms alternative | |
19 |
| -| :---: | :---: | :---: | |
20 |
| -| Check box | QlibCheckBox | CheckBox | |
21 |
| -| Combo box | QlibComboBox | ComboBox | |
22 |
| -| Context menu | QlibContextMenuStrip | ContextMenuStrip | |
23 |
| -| Fixed form | QlibFixedForm | Form | |
24 |
| -| List view | QlibListView | ListView | |
25 |
| -| Numeric | QlibNumeric | NumericUpDown | |
26 |
| -| Progress bar | QlibProgressBar | ProgressBar | |
27 |
| -| Radio | QlibRadio | RadioButton | |
28 |
| -| Tabs | QlibTabs | TabControl | |
29 |
| -| Text box | QlibTextBox | TextBox | |
30 |
| -| Titlebar button | QlibTitlebarButton | - | |
31 |
| -| Toolbar | QlibToolbar | ToolStrip | |
32 |
| -| Tool separator | QlibToolsep | ToolStripSeparator | |
33 |
| - |
34 |
| -<h2 align="center">Managers</h2> |
35 |
| - |
36 |
| -| Manager name | Codename | WinForms alternative | |
37 |
| -| :---: | :---: | :---: | |
38 |
| -| Dialog manager | DialogMan | MessageBox | |
39 |
| -| File manager | FileMan | - | |
40 |
| -| Language manager | LangMan | - | |
41 |
| -| Native manager | NativeMan | - | |
42 |
| -| Plugin manager | PluginMan | - | |
43 |
| -| Serialization manager | SerializeMan | - | |
44 |
| -| Theme manager | ThemeMan | - | |
45 |
| -| Update manager | UpdateMan | - | |
46 |
| -| Wallpaper manager | WallpaperMan | - | |
47 |
| - |
48 |
| -<h2 align="center">Apps</h2> |
49 |
| -<p align="center"> |
50 |
| - <a href="https://github.com/ModuleArt/quick-picture-viewer/">Quick Picture Viewer</a> - 🖼️ Lightweight, versatile desktop image viewer for Windows.<br> |
51 |
| - <a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows<br> |
52 |
| - <a href="https://github.com/ModuleArt/quick-screen-recorder/">Quick Screen Recorder</a> - Lightweight desktop screen recorder for Windows |
53 |
| -</p> |
| 16 | +## 📃 Documentation |
| 17 | + |
| 18 | +Controls: |
| 19 | + |
| 20 | +| Control name | Codename | WinForms alternative | |
| 21 | +| :-------------: | :------------------: | :------------------: | |
| 22 | +| Check box | QlibCheckBox | CheckBox | |
| 23 | +| Combo box | QlibComboBox | ComboBox | |
| 24 | +| Context menu | QlibContextMenuStrip | ContextMenuStrip | |
| 25 | +| Fixed form | QlibFixedForm | Form | |
| 26 | +| List view | QlibListView | ListView | |
| 27 | +| Numeric | QlibNumeric | NumericUpDown | |
| 28 | +| Progress bar | QlibProgressBar | ProgressBar | |
| 29 | +| Radio | QlibRadio | RadioButton | |
| 30 | +| Tabs | QlibTabs | TabControl | |
| 31 | +| Text box | QlibTextBox | TextBox | |
| 32 | +| Titlebar button | QlibTitlebarButton | - | |
| 33 | +| Toolbar | QlibToolbar | ToolStrip | |
| 34 | +| Tool separator | QlibToolsep | ToolStripSeparator | |
| 35 | + |
| 36 | +Managers: |
| 37 | + |
| 38 | +| Manager name | Codename | WinForms alternative | |
| 39 | +| :-------------------: | :----------: | :------------------: | |
| 40 | +| Dialog manager | DialogMan | MessageBox | |
| 41 | +| File manager | FileMan | - | |
| 42 | +| Language manager | LangMan | - | |
| 43 | +| Native manager | NativeMan | - | |
| 44 | +| Plugin manager | PluginMan | - | |
| 45 | +| Serialization manager | SerializeMan | - | |
| 46 | +| Theme manager | ThemeMan | - | |
| 47 | +| Update manager | UpdateMan | - | |
| 48 | +| Wallpaper manager | WallpaperMan | - | |
| 49 | + |
| 50 | +## 🔨 Contribution: |
| 51 | + |
| 52 | +Help Module Art! |
| 53 | + |
| 54 | +- Give us a star ⭐ |
| 55 | +- Fork and Clone! Awesome |
| 56 | +- Select existing <a href="https://github.com/ModuleArt/quick-library/issues">issues</a> or create a <a href="https://github.com/ModuleArt/quick-library/issues/new">new issue</a> and give us a PR with your bugfix or improvement after. We love it ❤ |
| 57 | + |
| 58 | +How to clone: |
| 59 | + |
| 60 | +```powershell |
| 61 | +git clone --recurse-submodules https://github.com/ModuleArt/quick-library |
| 62 | +git submodule init |
| 63 | +git submodule update |
| 64 | +``` |
| 65 | + |
| 66 | +Code contributors: |
| 67 | + |
| 68 | +- <a href="https://github.com/adriengivry">adriengivry</a> - <a href="https://github.com/ModuleArt/quick-library/pull/1">Updated app to to .NET8.0</a> |
| 69 | +- <a href="https://github.com/Beelink">Beelink</a> - Everything else 😘 |
| 70 | + |
| 71 | +## 🖼 App showcase |
| 72 | + |
| 73 | +- <a href="https://moduleart.github.io/quick-picture-viewer/">Quick Picture Viewer</a> - Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.<br> |
| 74 | +- <a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows.<br> |
0 commit comments