1+ /*!
2+ @page image_page Image Page
3+
4+ @brief Shows sample images for the updater for all the supported platforms
5+
6+ ## Windows - Windows 10
7+ #### The Updater Elements
8+ @image html ./doc/images/win/dialog_ask.png "Ask Dialog"<br>
9+ @image html ./doc/images/win/dialog_progress.png "Progress Dialog"<br>
10+ @image html ./doc/images/win/dialog_no_updates.png "No Updates Dialog"<br>
11+ @image html ./doc/images/win/dialog_info.png "Update Information Dialog"<br>
12+ @image html ./doc/images/win/dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
13+
14+ #### The Update Panel
15+ @image html ./doc/images/win/panel_idle.png "Panel before clicking"<br>
16+ @image html ./doc/images/win/panel_checking.png "Panel while checking"<br>
17+ @image html ./doc/images/win/panel_updates.png "Panel with updates"<br>
18+ @image html ./doc/images/win/panel_no_updates.png "Panel without updates"<br>
19+
20+ #### The Action
21+ @image html ./doc/images/win/action.png "Update action inside a menu and a toolbar"<br>
22+
23+ ## Mac - OsX 10.11
24+ #### The Updater Elements
25+ @image html ./doc/images/mac/dialog_ask.png "Ask Dialog"<br>
26+ @image html ./doc/images/mac/dialog_progress.png "Progress Dialog"<br>
27+ @image html ./doc/images/mac/dialog_no_updates.png "No Updates Dialog"<br>
28+ @image html ./doc/images/mac/dialog_info.png "Update Information Dialog"<br>
29+ @image html ./doc/images/mac/dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
30+
31+ #### The Update Panel
32+ @image html ./doc/images/mac/panel_idle.png "Panel before clicking"<br>
33+ @image html ./doc/images/mac/panel_checking.png "Panel while checking"<br>
34+ @image html ./doc/images/mac/panel_updates.png "Panel with updates"<br>
35+ @image html ./doc/images/mac/panel_no_updates.png "Panel without updates"<br>
36+
37+ #### The Action
38+ @image html ./doc/images/mac/action.png "Update action inside a menu and a toolbar"<br>
39+
40+ ## X11 - Ubuntu 14.04
41+ #### The Updater Elements
42+ @image html ./doc/images/x11/dialog_ask.png "Ask Dialog"<br>
43+ @image html ./doc/images/x11/dialog_progress.png "Progress Dialog"<br>
44+ @image html ./doc/images/x11/dialog_no_updates.png "No Updates Dialog"<br>
45+ @image html ./doc/images/x11/dialog_info.png "Update Information Dialog"<br>
46+ @image html ./doc/images/x11/dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
47+
48+ #### The Update Panel
49+ @image html ./doc/images/x11/panel_idle.png "Panel before clicking"<br>
50+ @image html ./doc/images/x11/panel_checking.png "Panel while checking"<br>
51+ @image html ./doc/images/x11/panel_updates.png "Panel with updates"<br>
52+ @image html ./doc/images/x11/panel_no_updates.png "Panel without updates"<br>
53+
54+ #### The Action
55+ @image html ./doc/images/x11/action.png "Update action inside a menu and a toolbar"<br>
56+ */
57+
158/*!
259@class QtAutoUpdater::UpdateController
360
@@ -10,7 +67,7 @@ to do is starting this controller. This can be done in 4 ways:
1067 - Add the widget returned by UpdateController::createUpdatePanel somewhere in your gui
1168
1269## Images
13- <comming soon>
70+ For a full collection of all immages, please go to the @ref image_page "Image Page"
1471
1572## Example
1673This example will show you the full capability of the controller. Since there is no
0 commit comments