Home
last modified time | relevance | path

Searched refs:top_layout_ (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/nheko/nheko-0.9.0/src/
H A DRegisterPage.cpp39 top_layout_ = new QVBoxLayout(); in Q_DECLARE_METATYPE()
145 top_layout_->addLayout(back_layout_); in Q_DECLARE_METATYPE()
146 top_layout_->addLayout(logo_layout_); in Q_DECLARE_METATYPE()
147 top_layout_->addLayout(form_wrapper_); in Q_DECLARE_METATYPE()
148 top_layout_->addStretch(1); in Q_DECLARE_METATYPE()
149 top_layout_->addLayout(button_layout_); in Q_DECLARE_METATYPE()
150 top_layout_->addWidget(error_label_, 0, Qt::AlignHCenter); in Q_DECLARE_METATYPE()
151 top_layout_->addStretch(1); in Q_DECLARE_METATYPE()
152 setLayout(top_layout_); in Q_DECLARE_METATYPE()
H A DLoginPage.cpp39 top_layout_ = new QVBoxLayout(); in LoginPage()
162 top_layout_->addLayout(top_bar_layout_); in LoginPage()
163 top_layout_->addStretch(1); in LoginPage()
164 top_layout_->addLayout(logo_layout_); in LoginPage()
165 top_layout_->addLayout(form_wrapper_); in LoginPage()
166 top_layout_->addStretch(1); in LoginPage()
167 top_layout_->addLayout(button_layout_); in LoginPage()
168 top_layout_->addWidget(error_label_, 0, Qt::AlignHCenter); in LoginPage()
169 top_layout_->addStretch(1); in LoginPage()
171 setLayout(top_layout_); in LoginPage()
H A DRegisterPage.h66 QVBoxLayout *top_layout_;
H A DLoginPage.h95 QVBoxLayout *top_layout_; variable
/dports/www/falkon/falkon-3.2.0/src/lib/3rdparty/
H A Dfancytabwidget.cpp499 top_layout_(new QVBoxLayout), in FancyTabWidget()
511 top_layout_->setContentsMargins(0, 0, 0, 0); in FancyTabWidget()
512 top_layout_->setSpacing(0); in FancyTabWidget()
513 top_layout_->addLayout(stack_); in FancyTabWidget()
519 main_layout->addLayout(top_layout_); in FancyTabWidget()
598 top_layout_->addWidget(widget); in AddBottomWidget()
714 top_layout_->insertWidget(0, bar); in MakeTabBar()
H A Dfancytabwidget.h222 QVBoxLayout* top_layout_; variable