Changeset 88369 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 5, 2021 10:17:38 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBox.cpp
r88368 r88369 31 31 #include "UIWizardNewVM.h" 32 32 33 33 34 /********************************************************************************************************************************* 34 35 * UIToolPageButton definition. * … … 60 61 QPixmap m_pixmap; 61 62 }; 63 62 64 63 65 /********************************************************************************************************************************* … … 116 118 }; 117 119 120 118 121 /********************************************************************************************************************************* 119 122 * UIToolPageButton implementation. * … … 152 155 return m_pixmap.size() / m_pixmap.devicePixelRatio(); 153 156 } 157 154 158 155 159 /********************************************************************************************************************************* … … 333 337 } 334 338 339 335 340 /********************************************************************************************************************************* 336 341 * UIToolBox implementation. *
Note:
See TracChangeset
for help on using the changeset viewer.