Home
last modified time | relevance | path

Searched refs:helpLayout (Results 1 – 4 of 4) sorted by path

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/options_panel/
H A DGroupOptionsWidget.cpp72 QHBoxLayout *helpLayout = new QHBoxLayout(); in GroupOptionsWidget() local
73 helpLayout->addWidget(helpButton, 0, Qt::AlignRight); in GroupOptionsWidget()
74 helpLayout->setContentsMargins(0, 0, 10, 0); in GroupOptionsWidget()
76 mainLayout->addLayout(helpLayout); in GroupOptionsWidget()
77 mainLayout->setAlignment(helpLayout, Qt::AlignBottom); in GroupOptionsWidget()
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.cpp442 QHBoxLayout *helpLayout = new QHBoxLayout; in createDockWidgets() local
443 helpLayout->addWidget(helpButton); in createDockWidgets()
444 helpLayout->addWidget(aboutButton); in createDockWidgets()
445 actionLayout->addLayout(helpLayout); in createDockWidgets()
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprDialog.cpp242 QVBoxLayout* helpLayout = new QVBoxLayout(browserspace); in setupHelp() local
244 helpLayout->addLayout(helpPbLayout); in setupHelp()
261 helpLayout->addWidget(helpBrowser, /*stretch*/ true); in setupHelp()
H A DExprHelp.h36 QVBoxLayout * helpLayout = new QVBoxLayout(browserspace);
38 helpLayout->addLayout(helpPbLayout);
43 helpLayout->addWidget(helpBrowser, /*stretch*/ true);