kstars
addlinkdialog.cpp
Go to the documentation of this file.
41 connect( ald->TypeBox, SIGNAL( clicked( int ) ), this, SLOT( changeDefaultDescription( int ) ) );
50 KToolInvocation::invokeBrowser( _url.url() ); //If so, launch the browser to see if it's the correct document
51 } else { //If not, print a warning message box that offers to open the browser to a search engine.
52 QString message = i18n( "The URL is not valid. Would you like to open a browser window\nto the Google search engine?" );
54 if ( KMessageBox::warningYesNo( 0, message, caption, KGuiItem(i18n("Browse Google")), KGuiItem(i18n("Do Not Browse")) )==KMessageBox::Yes ) {
AddLinkDialog(QWidget *parent=0, const QString &oname=i18n("object"))
Constructor.
Definition: addlinkdialog.cpp:31
Definition: addlinkdialog.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.