<div dir="ltr">Thanks it works</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8000001907349px">Cheers</span>,<br>Garvit Khatri</div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Feb 16, 2015 at 10:08 PM, Aleix Pol <span dir="ltr"><<a href="mailto:aleixpol@kde.org" target="_blank">aleixpol@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, Feb 16, 2015 at 5:23 PM, Garvit Khatri <<a href="mailto:garvitdelhi@gmail.com">garvitdelhi@gmail.com</a>> wrote:<br>
><br>
> i am not getting you I tried this:<br>
><br>
> setButtons(QDialogButtonBox::Ok | QDialogButtonBox::Apply |<br>
> QDialogButtonBox::Cancel | QDialogButtonBox::Reset);<br>
><br>
><br>
> but still the same error.The class in which i am using this is inherited<br>
> from KPageDialog.<br>
><br>
><br>
> Code: <a href="http://pastebin.com/95FGKXea" target="_blank">http://pastebin.com/95FGKXea</a><br>
><br>
><br>
><br>
> Cheers,<br>
> Garvit Khatri<br>
><br>
> On Mon, Feb 16, 2015 at 8:47 PM, Aleix Pol <<a href="mailto:aleixpol@kde.org">aleixpol@kde.org</a>> wrote:<br>
>><br>
>> On Mon, Feb 16, 2015 at 4:09 PM, Garvit Khatri <<a href="mailto:garvitdelhi@gmail.com">garvitdelhi@gmail.com</a>><br>
>> wrote:<br>
>> > Hi Aleix,<br>
>> ><br>
>> > Thanks for help but do you have any reference for error: 'setButtons'<br>
>> > was<br>
>> > not declared in this scope.<br>
>> ><br>
>> > Thank you<br>
>> ><br>
>> > Cheers,<br>
>> > Garvit Khatri<br>
>> ><br>
>> > On Mon, Feb 16, 2015 at 7:19 PM, Aleix Pol <<a href="mailto:aleixpol@kde.org">aleixpol@kde.org</a>> wrote:<br>
>> >><br>
>> >> On Mon, Feb 16, 2015 at 2:30 PM, Garvit Khatri <<a href="mailto:garvitdelhi@gmail.com">garvitdelhi@gmail.com</a>><br>
>> >> wrote:<br>
>> >> > Hi All,<br>
>> >> ><br>
>> >> > I am porting LabPlot app. I am getting the following error along with<br>
>> >> > Ok,<br>
>> >> > Apply, Cancel ans Default not in scope error as well. for that i used<br>
>> >> > QDialogButtonBox::Ok. This solved problem for Ok, Apply and Cancel<br>
>> >> > but<br>
>> >> > not<br>
>> >> > for Default. Can anyone help me with this.<br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:54:<br>
>> >> > error: 'setButtons' was not declared in this scope<br>
>> >> >      setButtons(Ok | Apply | Cancel | Default);<br>
>> >> >                                              ^<br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:55:<br>
>> >> > error: 'setDefaultButton' was not declared in this scope<br>
>> >> >      setDefaultButton(Ok);<br>
>> >> >                         ^<br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:55:<br>
>> >> > error: 'setDefaultButton' was not declared in this scope<br>
>> >> >      setDefaultButton(Ok);<br>
>> >> >                         ^<br>
>> >> ><br>
>> >> > Cheers,<br>
>> >> > Garvit Khatri<br>
>> >> ><br>
>> >> ><br>
>> >> >>> Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to<br>
>> >> >>> unsubscribe<br>
>> >> >>> <<<br>
>> >> ><br>
>> >><br>
>> >><br>
>> >><br>
>> >> <a href="http://doc-snapshot.qt-project.org/qt5-5.4/qdialogbuttonbox.html#StandardButton-enum" target="_blank">http://doc-snapshot.qt-project.org/qt5-5.4/qdialogbuttonbox.html#StandardButton-enum</a><br>
>> >><br>
>> >> For setDefaultButton, you can use setFocus, although QDialogButton box<br>
>> >> should use a sane default anyway.<br>
>> >><br>
>> >> Aleix<br>
>> >><br>
>> >> PS: <a href="http://hackles.org/strips/cartoon2.png" target="_blank">http://hackles.org/strips/cartoon2.png</a> I miss hackles <3<br>
>> >><br>
>> >><br>
>> >><br>
>> >> ------------------------------------------------------------------------------<br>
>> >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br>
>> >> from Actuate! Instantly Supercharge Your Business Reports and<br>
>> >> Dashboards<br>
>> >> with Interactivity, Sharing, Native Excel Exports, App Integration &<br>
>> >> more<br>
>> >> Get technology previously reserved for billion-dollar corporations,<br>
>> >> FREE<br>
>> >><br>
>> >><br>
>> >> <a href="http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk</a><br>
>> >> _______________________________________________<br>
>> >> Labplot-devel mailing list<br>
>> >> <a href="mailto:Labplot-devel@lists.sourceforge.net">Labplot-devel@lists.sourceforge.net</a><br>
>> >> <a href="https://lists.sourceforge.net/lists/listinfo/labplot-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/labplot-devel</a><br>
>> ><br>
>> ><br>
>><br>
>> You have to call setButtons on QDialogButtonBox, not on QDialog.<br>
>><br>
>> Aleix<br>
><br>
><br>
<br>
</div></div><a href="http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/classKPageDialog.html#aa9c62f4350bcfefa0c11607b3dfed0d0" target="_blank">http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/classKPageDialog.html#aa9c62f4350bcfefa0c11607b3dfed0d0</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Aleix<br>
</font></span></blockquote></div><br></div>