mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Minor tweaks,
* formatting * Startup screen tool window removed (as requested by RW)
This commit is contained in:
@@ -15,6 +15,8 @@ namespace BlackGui
|
|||||||
void CRuntimeBasedComponent::setRuntimeForComponents(BlackCore::CRuntime *runtime, QWidget *parent)
|
void CRuntimeBasedComponent::setRuntimeForComponents(BlackCore::CRuntime *runtime, QWidget *parent)
|
||||||
{
|
{
|
||||||
if (!parent) return;
|
if (!parent) return;
|
||||||
|
|
||||||
|
// tested for runtime, not too slow, only some ms
|
||||||
QList<QWidget *> children = parent->findChildren<QWidget *>();
|
QList<QWidget *> children = parent->findChildren<QWidget *>();
|
||||||
foreach(QWidget * widget, children)
|
foreach(QWidget * widget, children)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user