Home
last modified time | relevance | path

Searched refs:mCentralLayout (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/georeferencer/
H A Dqgsgeorefmainwindow.h199 QGridLayout *mCentralLayout = nullptr; variable
H A Dqgsgeorefmainwindow.cpp84 mCentralLayout = new QGridLayout( centralWidget ); in QgsGeoreferencerMainWindow()
85 centralWidget->setLayout( mCentralLayout ); in QgsGeoreferencerMainWindow()
86 mCentralLayout->setContentsMargins( 0, 0, 0, 0 ); in QgsGeoreferencerMainWindow()
98 mCentralLayout->addWidget( mMessageBar, 0, 0, 1, 1 ); in QgsGeoreferencerMainWindow()
917 mCentralLayout->addWidget( mCanvas, 0, 0, 2, 1 ); in createMapCanvas()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkPreferenceWidgets.h115 QStackedLayout* mCentralLayout = 0; variable
H A DDkPreferenceWidgets.cpp108 mCentralLayout = new QStackedLayout(centralWidget); in createLayout()
109 mCentralLayout->setContentsMargins(0, 0, 0, 0); in createLayout()
129 mCentralLayout->addWidget(tabWidget); in addTabWidget()
172 mCentralLayout->setCurrentIndex(index); in setCurrentIndex()
H A DDkBatch.cpp2414 mCentralLayout = new QStackedLayout(centralWidget); in createLayout()
2415 mCentralLayout->setAlignment(Qt::AlignVCenter | Qt::AlignHCenter); in createLayout()
2419 mCentralLayout->addWidget(w->contentWidget()); in createLayout()
2822 mCentralLayout->setCurrentWidget(cw->contentWidget()); in changeWidget()
2834 int idx = mCentralLayout->currentIndex() + 1; in nextTab()
2842 int idx = mCentralLayout->currentIndex() - 1; in previousTab()
H A DDkBatch.h649 QStackedLayout* mCentralLayout = 0; variable
/dports/graphics/qgis/qgis-3.22.3/src/app/georeferencer/
H A Dqgsgeorefmainwindow.h204 QGridLayout *mCentralLayout = nullptr; variable
H A Dqgsgeorefmainwindow.cpp86 mCentralLayout = new QGridLayout( centralWidget ); in QgsGeoreferencerMainWindow()
87 centralWidget->setLayout( mCentralLayout ); in QgsGeoreferencerMainWindow()
88 mCentralLayout->setContentsMargins( 0, 0, 0, 0 ); in QgsGeoreferencerMainWindow()
100 mCentralLayout->addWidget( mMessageBar, 0, 0, 1, 1 ); in QgsGeoreferencerMainWindow()
990 mCentralLayout->addWidget( mCanvas, 0, 0, 2, 1 ); in createMapCanvas()