Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc1339 …Q3Action *fullViewAction = new Q3Action("Full View", QPixmap(xpm_tree_view), _("Full View"), 0, th… in ConfigMainWindow() local
1340 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView())); in ConfigMainWindow()
1400 fullViewAction->addTo(toolBar); in ConfigMainWindow()