<div dir="auto">Hi<div dir="auto"><br></div><div dir="auto">I am developing on Visual Studio. I can access  .cxx and  .hxx files. </div><div dir="auto"><br></div><div dir="auto">How can get access to  .ui files (so that I can add label to compressgraphicdialog.ui) ? </div><div dir="auto"><br></div><div dir="auto">Regards</div><div dir="auto">Anshu</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 24 Aug, 2020, 12:35 AM Shivam, Kumar Singh (via Code Review), <<a href="mailto:gerrit@gerrit.libreoffice.org">gerrit@gerrit.libreoffice.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shivam, Kumar Singh has posted comments on this change. ( <a href="https://gerrit.libreoffice.org/c/core/+/101242" rel="noreferrer noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/101242</a> )<br>
<br>
Change subject: tdf#87963: Add percentage value to new calculated compressed image size<br>
......................................................................<br>
<br>
<br>
Patch Set 2:<br>
<br>
The correct way to do this would be to add a new label say "label-new-percentage" in the svx/ui/compressgraphicdialog.ui file right next to where the label for the current size is added.<br>
After that declare a new label similar to m_xFixedText6 in compressgraphicdialog.hxx and initialise it<br>
something like this in the cxx file<br>
<br>
" m_xFixedPercentage = m_xBuilder->weld_label("label-new-percentage"); "<br>
<br>
and add the new calculated percentage to this label using set_label().<br>
Do you get my point?<br>
<br>
There might be a better way to do this, but this is what i would have done. I am adding Tomaz as a reviewer he might be able to judge this idea.<br>
<br>
<br>
-- <br>
To view, visit <a href="https://gerrit.libreoffice.org/c/core/+/101242" rel="noreferrer noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/101242</a><br>
To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.libreoffice.org/settings" rel="noreferrer noreferrer" target="_blank">https://gerrit.libreoffice.org/settings</a><br>
<br>
Gerrit-Project: core<br>
Gerrit-Branch: master<br>
Gerrit-Change-Id: I5fb87fd4d8cceb38775cb98520c0c7ba1d49bc93<br>
Gerrit-Change-Number: 101242<br>
Gerrit-PatchSet: 2<br>
Gerrit-Owner: Anshu <<a href="mailto:anshukhare50@gmail.com" target="_blank" rel="noreferrer">anshukhare50@gmail.com</a>><br>
Gerrit-Reviewer: Jenkins<br>
Gerrit-Reviewer: Julien Nabet <<a href="mailto:serval2412@yahoo.fr" target="_blank" rel="noreferrer">serval2412@yahoo.fr</a>><br>
Gerrit-CC: Shivam, Kumar Singh <<a href="mailto:shivamhere247@gmail.com" target="_blank" rel="noreferrer">shivamhere247@gmail.com</a>><br>
Gerrit-CC: Tomaž Vajngerl <<a href="mailto:quikee@gmail.com" target="_blank" rel="noreferrer">quikee@gmail.com</a>><br>
Gerrit-Comment-Date: Sun, 23 Aug 2020 19:04:51 +0000<br>
Gerrit-HasComments: No<br>
Gerrit-Has-Labels: No<br>
Gerrit-MessageType: comment<br>
</blockquote></div>