- Timestamp:
- Mar 28, 2012, 12:21:22 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/teqcdlg.cpp
r3740 r3741 63 63 64 64 _buttonCancel = new QPushButton(tr("Cancel"), this); 65 connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(c ancel()));65 connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(close())); 66 66 67 67 QHBoxLayout* buttonLayout = new QHBoxLayout; … … 82 82 } 83 83 84 // Accept the Options 85 //////////////////////////////////////////////////////////////////////////// 86 void teqcDlg::slotOK() { 87 88 } 89 90 // Whats This Help 91 //////////////////////////////////////////////////////////////////////////// 92 void teqcDlg::slotWhatsThis() { 93 QWhatsThis::enterWhatsThisMode(); 94 } -
trunk/BNC/teqcdlg.h
r3740 r3741 42 42 43 43 private slots: 44 void slotOK(); 45 void slotWhatsThis(); 44 46 45 47 private:
Note:
See TracChangeset
for help on using the changeset viewer.