D17147: Creating the FitsTools Panel on the left side of the FITSViewer to containthe Histogram, the FITSHeader, and the Statistics. In the future, this will be a good location for parameters for liveStacking and possibly a recent tab too. Also...

Yuri Chornoivan noreply at phabricator.kde.org
Sun Nov 25 07:34:53 GMT 2018


yurchor added inline comments.

INLINE COMMENTS

> fitstab.cpp:100
> +        stat.setupUi(statWidget);
> +        fitsTools->addItem(statWidget,"Statistics");
> +

Can it be

  fitsTools->addItem(statWidget, i18n("Statistics"));

to enable translations?

> fitstab.cpp:102
> +
> +        fitsTools->addItem(histogram,"Histogram");
> +

Same here.

> fitstab.cpp:106
> +        header.setupUi(fitsHeaderDialog);
> +        fitsTools->addItem(fitsHeaderDialog,"Fits Header");
> +

Same here.

REPOSITORY
  R321 KStars

REVISION DETAIL
  https://phabricator.kde.org/D17147

To: lancaster
Cc: yurchor, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20181125/3a2fa8e2/attachment.html>


More information about the kde-edu mailing list