On Mon, Feb 16, 2015 at 4:09 PM, Garvit Khatri <garvitde...@gmail.com> wrote: > Hi Aleix, > > Thanks for help but do you have any reference for error: 'setButtons' was > not declared in this scope. > > Thank you > > Cheers, > Garvit Khatri > > On Mon, Feb 16, 2015 at 7:19 PM, Aleix Pol <aleix...@kde.org> wrote: >> >> On Mon, Feb 16, 2015 at 2:30 PM, Garvit Khatri <garvitde...@gmail.com> >> wrote: >> > Hi All, >> > >> > I am porting LabPlot app. I am getting the following error along with >> > Ok, >> > Apply, Cancel ans Default not in scope error as well. for that i used >> > QDialogButtonBox::Ok. This solved problem for Ok, Apply and Cancel but >> > not >> > for Default. Can anyone help me with this. >> > >> > >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:54: >> > error: 'setButtons' was not declared in this scope >> > setButtons(Ok | Apply | Cancel | Default); >> > ^ >> > >> > >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:55: >> > error: 'setDefaultButton' was not declared in this scope >> > setDefaultButton(Ok); >> > ^ >> > >> > >> > /home/garvitdelhi/dev/sok/labplot_port/src/kdefrontend/SettingsDialog.cpp:55: >> > error: 'setDefaultButton' was not declared in this scope >> > setDefaultButton(Ok); >> > ^ >> > >> > Cheers, >> > Garvit Khatri >> > >> > >> >>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to >> >>> unsubscribe >> >>> << >> > >> >> >> http://doc-snapshot.qt-project.org/qt5-5.4/qdialogbuttonbox.html#StandardButton-enum >> >> For setDefaultButton, you can use setFocus, although QDialogButton box >> should use a sane default anyway. >> >> Aleix >> >> PS: http://hackles.org/strips/cartoon2.png I miss hackles <3 >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk >> _______________________________________________ >> Labplot-devel mailing list >> labplot-de...@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/labplot-devel > >
You have to call setButtons on QDialogButtonBox, not on QDialog. Aleix >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<