Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dxplanetimageviewer.cpp254 QPushButton *resetXPlanetLocation = new QPushButton(this); in XPlanetImageViewer() local
255 resetXPlanetLocation->setIcon(QIcon::fromTheme("system-reboot")); in XPlanetImageViewer()
256 resetXPlanetLocation->setAttribute(Qt::WA_LayoutUsesWidgetRect); in XPlanetImageViewer()
257 resetXPlanetLocation->setMaximumSize(QSize(32, 32)); in XPlanetImageViewer()
258 resetXPlanetLocation->setMinimumSize(QSize(32, 32)); in XPlanetImageViewer()
259resetXPlanetLocation->setToolTip(i18n("Reset XPlanet Location to the location specified in the XPl… in XPlanetImageViewer()
260 selectorsLayout->addWidget(resetXPlanetLocation); in XPlanetImageViewer()
261 connect(resetXPlanetLocation, SIGNAL(clicked()), this, SLOT(resetLocation())); in XPlanetImageViewer()