D21496: Two Sample T-test Backend
Devanshu Agarwal
noreply at phabricator.kde.org
Thu May 30 11:12:22 BST 2019
devanshuagarwal marked 3 inline comments as done.
devanshuagarwal added inline comments.
INLINE COMMENTS
> devanshuagarwal wrote in ttest.cpp:44
> how to give arguments to i18n;
> for setting text with:
>
> QString text = i18n("T value for test is %1").arg(t);
> msg_box->setText(text);
>
> message box is appearing with message:
> T value for test is 1.11936(I18N_ARGUMENT_MISSING)
>
> Please suggest me appropriate way
I solved it with
QString text = i18n("T value for test is %0").arg(t);
REPOSITORY
R262 LabPlot
REVISION DETAIL
https://phabricator.kde.org/D21496
To: devanshuagarwal, sgerlach
Cc: kde-edu, #labplot, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190530/8404a1ce/attachment.html>
More information about the kde-edu
mailing list