Home
last modified time | relevance | path

Searched refs:stackLayout (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/layoutexample/
H A DStackLayoutTab.java39 StackLayout stackLayout; field in StackLayoutTab
137 stackLayout = new StackLayout(); in createLayout()
138 layoutComposite.setLayout(stackLayout); in createLayout()
166 if (stackLayout.marginWidth != 0) { in generateLayoutCode()
167 code.append("\t\tstackLayout.marginWidth = " + stackLayout.marginWidth + ";\n"); in generateLayoutCode()
169 if (stackLayout.marginHeight != 0) { in generateLayoutCode()
170 code.append("\t\tstackLayout.marginHeight = " + stackLayout.marginHeight + ";\n"); in generateLayoutCode()
245 stackLayout.topControl = children [currentLayer]; in setTopControl()
260 stackLayout.marginWidth = marginWidth.getSelection(); in setLayoutState()
261 stackLayout.marginHeight = marginHeight.getSelection(); in setLayoutState()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/oojs/oojs-ui/php/layouts/
H A DIndexLayout.php16 protected $stackLayout; variable in OOUI\\IndexLayout
60 $this->stackLayout = $this->contentPanel ?? new StackLayout( [
64 $this->setContentPanel( $this->stackLayout );
79 $this->stackLayout->addClasses( [ 'oo-ui-indexLayout-stackLayout' ] );
151 $this->stackLayout->addItems( $tabPanels );
176 $this->stackLayout->setItem( $tabPanel );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/oojs/oojs-ui/php/layouts/
H A DIndexLayout.php16 protected $stackLayout; variable in OOUI\\IndexLayout
60 $this->stackLayout = $this->contentPanel ?? new StackLayout( [
64 $this->setContentPanel( $this->stackLayout );
79 $this->stackLayout->addClasses( [ 'oo-ui-indexLayout-stackLayout' ] );
151 $this->stackLayout->addItems( $tabPanels );
176 $this->stackLayout->setItem( $tabPanel );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/oojs/oojs-ui/php/layouts/
H A DIndexLayout.php16 protected $stackLayout; variable in OOUI\\IndexLayout
60 $this->stackLayout = $this->contentPanel ?? new StackLayout( [
64 $this->setContentPanel( $this->stackLayout );
79 $this->stackLayout->addClasses( [ 'oo-ui-indexLayout-stackLayout' ] );
151 $this->stackLayout->addItems( $tabPanels );
176 $this->stackLayout->setItem( $tabPanel );
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/VisualEditor/modules/ve-mw/ui/styles/pages/
H A Dve.ui.MWTemplatePage-default.css31 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-menuLayout-content > .oo-ui-bookletLayout-stackLayout
36 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout,
43 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout,
49 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .ve-ui-mwParameterPage,
50 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .ve-ui-mwParameterPlaceho…
55 .ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout:last-c…
/dports/audio/spotify-qt/spotify-qt-3.7/src/dialog/
H A Dsettingsdialog.cpp34 auto stackLayout = new QVBoxLayout(); in SettingsDialog() local
35 mainLayout->addLayout(stackLayout, 1); in SettingsDialog()
38 stackLayout->addWidget(stack, 1); in SettingsDialog()
58 stackLayout->addWidget(buttons); in SettingsDialog()
/dports/lang/solidity/solidity_0.8.11/libyul/backends/evm/
H A DEVMCodeTransform.cpp447 vector<int> stackLayout(static_cast<size_t>(m_assembly.stackHeight()), -1); in operator ()() local
450 stackLayout.at(m_context->variableStackHeights.at( in operator ()()
454 if (stackLayout.size() > 17) in operator ()()
459 static_cast<int>(stackLayout.size()) - 17, in operator ()()
463 to_string(stackLayout.size() - 17) + in operator ()()
470 while (!stackLayout.empty() && stackLayout.back() != static_cast<int>(stackLayout.size() - 1)) in operator ()()
471 if (stackLayout.back() < 0) in operator ()()
474 stackLayout.pop_back(); in operator ()()
478 …on(evmasm::swapInstruction(static_cast<unsigned>(stackLayout.size()) - static_cast<unsigned>(stack… in operator ()()
479 swap(stackLayout[static_cast<size_t>(stackLayout.back())], stackLayout.back()); in operator ()()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/
H A DCategoryEditor.java46 private StackLayout stackLayout; field in CategoryEditor
79 stackLayout = new StackLayout(); in doGetEditor()
80 composite.setLayout(stackLayout); in doGetEditor()
96 if (stackLayout.topControl != topControl) { in doGetEditor()
97 stackLayout.topControl = topControl; in doGetEditor()
H A DDynamicMenuContributionEditor.java52 private StackLayout stackLayout; field in DynamicMenuContributionEditor
91 stackLayout = new StackLayout(); in doGetEditor()
92 composite.setLayout(stackLayout); in doGetEditor()
108 if (stackLayout.topControl != topControl) { in doGetEditor()
109 stackLayout.topControl = topControl; in doGetEditor()
H A DCommandParameterEditor.java49 private StackLayout stackLayout; field in CommandParameterEditor
94 stackLayout = new StackLayout(); in doGetEditor()
95 composite.setLayout(stackLayout); in doGetEditor()
111 if (stackLayout.topControl != topControl) { in doGetEditor()
112 stackLayout.topControl = topControl; in doGetEditor()
H A DMenuSeparatorEditor.java50 private StackLayout stackLayout; field in MenuSeparatorEditor
87 stackLayout = new StackLayout(); in doGetEditor()
88 composite.setLayout(stackLayout); in doGetEditor()
104 if (stackLayout.topControl != topControl) { in doGetEditor()
105 stackLayout.topControl = topControl; in doGetEditor()
H A DAddonsEditor.java62 private StackLayout stackLayout; field in AddonsEditor
99 stackLayout = new StackLayout(); in doGetEditor()
100 composite.setLayout(stackLayout); in doGetEditor()
116 if (stackLayout.topControl != topControl) { in doGetEditor()
117 stackLayout.topControl = topControl; in doGetEditor()
H A DToolBarSeparatorEditor.java51 private StackLayout stackLayout; field in ToolBarSeparatorEditor
88 stackLayout = new StackLayout(); in doGetEditor()
89 composite.setLayout(stackLayout); in doGetEditor()
105 if (stackLayout.topControl != topControl) { in doGetEditor()
106 stackLayout.topControl = topControl; in doGetEditor()
H A DParameterEditor.java54 private StackLayout stackLayout; field in ParameterEditor
96 stackLayout = new StackLayout(); in doGetEditor()
97 composite.setLayout(stackLayout); in doGetEditor()
113 if (stackLayout.topControl != topControl) { in doGetEditor()
114 stackLayout.topControl = topControl; in doGetEditor()
H A DBindingContextEditor.java61 private StackLayout stackLayout; field in BindingContextEditor
119 stackLayout = new StackLayout(); in doGetEditor()
120 composite.setLayout(stackLayout); in doGetEditor()
136 if (stackLayout.topControl != topControl) { in doGetEditor()
137 stackLayout.topControl = topControl; in doGetEditor()
H A DHandlerEditor.java63 private StackLayout stackLayout; field in HandlerEditor
101 stackLayout = new StackLayout(); in doGetEditor()
102 composite.setLayout(stackLayout); in doGetEditor()
118 if (stackLayout.topControl != topControl) { in doGetEditor()
119 stackLayout.topControl = topControl; in doGetEditor()
H A DToolBarEditor.java63 private StackLayout stackLayout; field in ToolBarEditor
124 stackLayout = new StackLayout(); in doGetEditor()
125 composite.setLayout(stackLayout); in doGetEditor()
141 if (stackLayout.topControl != topControl) { in doGetEditor()
142 stackLayout.topControl = topControl; in doGetEditor()
H A DBindingTableEditor.java68 private StackLayout stackLayout; field in BindingTableEditor
108 stackLayout = new StackLayout(); in doGetEditor()
109 composite.setLayout(stackLayout); in doGetEditor()
125 if (stackLayout.topControl != topControl) { in doGetEditor()
126 stackLayout.topControl = topControl; in doGetEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/
H A DSnippet023ConditionalVisibility.java65 final StackLayout stackLayout = new StackLayout(); in createShell() local
66 oneOfTwo.setLayout(stackLayout); in createShell()
96 stackLayout.topControl = rangeGroup; in createShell()
99 stackLayout.topControl = textGroup; in createShell()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qstackedlayout/
H A Dtst_qstackedlayout.cpp345 QStackedLayout *stackLayout = new QStackedLayout(testWidget); in keepFocusAfterSetCurrent() local
350 stackLayout->addWidget(edit1); in keepFocusAfterSetCurrent()
351 stackLayout->addWidget(edit2); in keepFocusAfterSetCurrent()
353 stackLayout->setCurrentIndex(0); in keepFocusAfterSetCurrent()
366 stackLayout->setCurrentIndex(1); in keepFocusAfterSetCurrent()
/dports/net-im/nheko/nheko-0.9.0/resources/qml/voip/
H A DActiveCallBar.qml20 stackLayout.currentIndex = stackLayout.currentIndex ? 0 : 1;
146 target: stackLayout
161 target: stackLayout
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/studiowelcome/qml/welcomepage/
H A Dmain.qml44 id: stackLayout
106 onClicked: stackLayout.currentIndex = 0
111 onClicked: stackLayout.currentIndex = 1
116 onClicked: stackLayout.currentIndex = 2
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DContractCompiler.cpp664 vector<int> stackLayout; in visit() local
667 stackLayout += vector<int>(c_argumentsSize, -1); // discard all arguments in visit()
669 stackLayout.push_back(static_cast<int>(i)); in visit()
671 if (stackLayout.size() > 17) in visit()
677 while (!stackLayout.empty() && stackLayout.back() != static_cast<int>(stackLayout.size() - 1)) in visit()
678 if (stackLayout.back() < 0) in visit()
681 stackLayout.pop_back(); in visit()
685 …context << swapInstruction(static_cast<unsigned>(stackLayout.size()) - static_cast<unsigned>(stack… in visit()
686 swap(stackLayout[static_cast<size_t>(stackLayout.back())], stackLayout.back()); in visit()
688 for (size_t i = 0; i < stackLayout.size(); ++i) in visit()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/studiowelcome/qml/downloaddialog/
H A Dmain.qml49 id: stackLayout
65 stackLayout.currentIndex = 3
68 onDownloadFailed: stackLayout.currentIndex = 3
86 onClicked: stackLayout.currentIndex = 1
149 stackLayout.currentIndex = 2
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DLicenseFeatureSection.java80 final StackLayout stackLayout = new StackLayout(); in createClient() local
96 sectionsComposite.setLayout(stackLayout); in createClient()
193 stackLayout.topControl = licenseFeatureComposite; in createClient()
199 stackLayout.topControl = localLicenseComposite; in createClient()
211 stackLayout.topControl = localLicenseComposite; in createClient()
215 stackLayout.topControl = licenseFeatureComposite; in createClient()

1234567