Searched defs:but (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A D__init__.py28 from tlslite.api import __version__ # Unsure why this is needed, but it is namespace
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp557 QPushButton* but = new QPushButton("reset"); local
558 but->setToolTip("move the camera to initial position (with animation)");
559 layout->addWidget(but);
560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera()));
567 QRadioButton* but; local
568 but = new QRadioButton("turn around");
569 but->setToolTip("look around an object");
570 group->addButton(but, NavTurnAround);
571 boxLayout->addWidget(but);
572 but
586 QRadioButton* but; local
605 QRadioButton* but; local
[all...]

Completed in 327 milliseconds