D17230: Adding a recent images tab to the FITSTools Panel and Histogram Improvements
Jasem Mutlaq
noreply at phabricator.kde.org
Sun Dec 2 10:12:36 GMT 2018
mutlaqja added inline comments.
INLINE COMMENTS
> fitshistogram.cpp:67-74
> + connect(ui->applyB, SIGNAL(clicked()), this, SLOT(applyScale()));
>
> connect(ui->minEdit, SIGNAL(valueChanged(double)), this, SLOT(updateLimits(double)));
> connect(ui->maxEdit, SIGNAL(valueChanged(double)), this, SLOT(updateLimits(double)));
> connect(ui->minSlider, SIGNAL(valueChanged(int)), this, SLOT(updateSliders(int)));
> connect(ui->maxSlider, SIGNAL(valueChanged(int)), this, SLOT(updateSliders(int)));
> + connect(ui->hideSaturated, SIGNAL(stateChanged(int)), this, SLOT(toggleHideSaturated(int)));
Please use the new Style for connecting Signal/Slots.
REPOSITORY
R321 KStars
REVISION DETAIL
https://phabricator.kde.org/D17230
To: lancaster, mutlaqja
Cc: yurchor, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20181202/aee4ee26/attachment.html>
More information about the kde-edu
mailing list