- Timestamp:
- Feb 14, 2007, 3:51:56 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r400 r401 90 90 // connect(_buttonSkl, SIGNAL(clicked()), this, SLOT(slotSkl())); 91 91 92 _buttonWhatsThis = new QPushButton(tr("What's this? "), this);92 _buttonWhatsThis = new QPushButton(tr("What's this? Shift+F1"), this); 93 93 connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis())); 94 94 -
trunk/BNC/bncwindow.cpp
r400 r401 94 94 _actStop->setEnabled(false); 95 95 96 _actwhatsthis= new QAction(tr("What's this? "),this);96 _actwhatsthis= new QAction(tr("What's this? Shift+F1"),this); 97 97 connect(_actwhatsthis, SIGNAL(triggered()), SLOT(slotWhatsThis())); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.