MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / foreach

Function foreach

vulkanCapsViewer.cpp:197–199  ·  view source on GitHub ↗

Adjust toolbar to better fit mobile devices

Source from the content-addressed store, hash-verified

195#if defined(VK_USE_PLATFORM_IOS_MVK) || defined(VK_USE_PLATFORM_ANDROID_KHR)
196 // Adjust toolbar to better fit mobile devices
197 foreach (QToolButton *toolButton, findChildren<QToolButton *>()) {
198 toolButton->setToolButtonStyle(Qt::ToolButtonIconOnly);
199 }
200 ui.toolButtonSave->setVisible(false);
201 // Touch scrolling
202 foreach (QTreeView *widget, findChildren<QTreeWidget *>()) {

Callers

nothing calls this directly

Calls 1

setTouchPropsFunction · 0.85

Tested by

no test coverage detected