Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
default_container.cpp File Reference

(94a41d036d53b28e8638d13eae40875869af6123)

#include "default_container.h"
#include <QtCore/qdebug.h>
+ Include dependency graph for default_container.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

template<class Container >
static void setCurrentContainerIndex (int index, Container *container)
 
static void ensureNoParent (QWidget *widget)
 

Variables

static constexpr auto PageLabel = "Page"_L1
 

Function Documentation

◆ ensureNoParent()

static void ensureNoParent ( QWidget * widget)
inlinestatic

Definition at line 20 of file default_container.cpp.

◆ setCurrentContainerIndex()

template<class Container >
static void setCurrentContainerIndex ( int index,
Container * container )
inlinestatic

Definition at line 12 of file default_container.cpp.

Variable Documentation

◆ PageLabel

static constexpr auto PageLabel = "Page"_L1
staticconstexpr

Definition at line 26 of file default_container.cpp.