implements toast
This commit is contained in:
@@ -7,6 +7,8 @@ void DoricRootNode::setRootView(QQuickItem *rootView) {
|
||||
this->getLayouts()->setLayoutType(DoricLayoutType::DoricStack);
|
||||
}
|
||||
|
||||
QQuickItem *DoricRootNode::getRootView() { return mView; }
|
||||
|
||||
void DoricRootNode::requestLayout() {
|
||||
getLayouts()->apply();
|
||||
DoricStackNode::requestLayout();
|
||||
|
@@ -11,6 +11,8 @@ public:
|
||||
|
||||
void setRootView(QQuickItem *rootView);
|
||||
|
||||
QQuickItem *getRootView();
|
||||
|
||||
virtual void requestLayout() override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user