- Timestamp:
- Jan 11, 2016, 3:09:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmap_svg.cpp
r6774 r7667 84 84 85 85 _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this); 86 _buttonWhatsThis->setMaximumWidth(14*ww); // weber86 _buttonWhatsThis->setMaximumWidth(14*ww); 87 87 connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis())); 88 88 … … 98 98 mainLayout->addLayout(buttonLayout); 99 99 100 // WhatsThis 101 // --------- 100 // WhatsThis, Map 101 // -------------- 102 102 _buttonClose->setWhatsThis(tr("<p>Close window.</p>")); 103 103 _buttonPrint->setWhatsThis(tr("<p>Print stream distribution map.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.