mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add the ability to create spacers, for better layouts
This commit is contained in:
@@ -150,7 +150,10 @@ struct MiniQtInvoker : ObjectForwarder<IMiniQtHelper>
|
||||
{
|
||||
return InvokeRetFunction<QWidget *>(&IMiniQtHelper::CreateGridContainer);
|
||||
}
|
||||
|
||||
QWidget *CreateSpacer(bool horizontal)
|
||||
{
|
||||
return InvokeRetFunction<QWidget *>(&IMiniQtHelper::CreateSpacer, horizontal);
|
||||
}
|
||||
void ClearContainedWidgets(QWidget *parent)
|
||||
{
|
||||
InvokeVoidFunction(&IMiniQtHelper::ClearContainedWidgets, parent);
|
||||
|
||||
Reference in New Issue
Block a user