Skip to content

Commit dc4f5aa

Browse files
authored
Update README.md
1 parent 4822494 commit dc4f5aa

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

README.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">Quick Library</h1>
22

33
<p align="center">
4-
Windows Forms Control class library for "Quick" apps (.NET Framework)
4+
📚 Windows Forms Control class library for "Quick" apps (.NET Framework)
55
</p>
66

77
<p align="center">
@@ -11,47 +11,43 @@
1111
<a href="https://moduleart.github.io">
1212
<img alt="Module Art website" src="https://img.shields.io/badge/www-moduleart-%2300BCD4">
1313
</a>
14-
<a alt="Trello roadmap" href="https://trello.com/b/uLrm7vEH/quick-library">
15-
<img src="https://img.shields.io/badge/planner-trello-%230079BF">
16-
</a>
17-
<a alt="Patreon page" href="https://www.patreon.com/moduleart">
18-
<img alt="Patreon" src="https://img.shields.io/badge/donate-patreon-%23E85B46">
19-
</a>
20-
<a alt="Buy me a coffee" href="https://www.buymeacoffee.com/ModuleArt">
21-
<img alt="Buy me a coffee" src="https://img.shields.io/badge/buy%20me-a%20coffee-%23FF813F">
22-
</a>
23-
</p>
24-
25-
<h2 align="center">Apps</h2>
26-
<p align="center">
27-
<a href="https://github.com/ModuleArt/quick-picture-viewer/">Quick Picture Viewer</a> - Lightweight, versatile desktop photo viewer for Windows<br>
28-
<a href="https://github.com/ModuleArt/quick-screen-recorder/">Quick Screen Recorder</a> - Lightweight desktop screen recorder for Windows<br>
29-
<a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows
3014
</p>
3115

3216
<h2 align="center">Controls</h2>
3317

3418
| Control name | Codename | WinForms alternative |
3519
| :---: | :---: | :---: |
3620
| Check box | QlibCheckBox | CheckBox |
37-
| Text box | QlibTextBox | TextBox |
38-
| Numeric | QlibNumeric | NumericUpDown |
21+
| Combo box | QlibComboBox | ComboBox |
22+
| Context menu | QlibContextMenuStrip | ContextMenuStrip |
3923
| Fixed form | QlibFixedForm | Form |
24+
| List view | QlibListView | ListView |
25+
| Numeric | QlibNumeric | NumericUpDown |
26+
| Progress bar | QlibProgressBar | ProgressBar |
4027
| Radio | QlibRadio | RadioButton |
4128
| Tabs | QlibTabs | TabControl |
42-
| Tool bar | QlibToolbar | ToolStrip |
29+
| Text box | QlibTextBox | TextBox |
30+
| Titlebar button | QlibTitlebarButton | - |
31+
| Toolbar | QlibToolbar | ToolStrip |
4332
| Tool separator | QlibToolsep | ToolStripSeparator |
4433

4534
<h2 align="center">Managers</h2>
4635

4736
| Manager name | Codename | WinForms alternative |
4837
| :---: | :---: | :---: |
4938
| Dialog manager | DialogMan | MessageBox |
50-
| Update manager | UpdateMan | - |
39+
| File manager | FileMan | - |
40+
| Language manager | LangMan | - |
5141
| Native manager | NativeMan | - |
42+
| Plugin manager | PluginMan | - |
43+
| Serialization manager | SerializeMan | - |
44+
| Theme manager | ThemeMan | - |
45+
| Update manager | UpdateMan | - |
46+
| Wallpaper manager | WallpaperMan | - |
5247

53-
<h2 align="center">Special thanks to</h2>
48+
<h2 align="center">Apps</h2>
5449
<p align="center">
55-
nixxquality for <a href="https://github.com/nixxquality/GitHubUpdate/">GitHubUpdate</a> (UpdateMan)<br>
56-
Alaa Ben Fatma for <a href="https://www.codeproject.com/Articles/1106140/VisualStudio-Like-TabControl">VisualStudio-Like TabControl</a> (QlibTabs)
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
5753
</p>

0 commit comments

Comments
 (0)