• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/libkopete

  • sources
  • kde-4.14
  • kdenetwork
  • kopete
  • libkopete
  • ui
kopeteinfodialog.h
Go to the documentation of this file.
1 /*
2  kopeteinfodialog.h - A dialog to display and configure information
3 
4  Copyright (c) 2007 by Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
5 
6  Kopete (c) 2002-2007 by the Kopete developers <kopete-devel@kde.org>
7 
8  *************************************************************************
9  * *
10  * This library is free software; you can redistribute it and/or *
11  * modify it under the terms of the GNU Lesser General Public *
12  * License as published by the Free Software Foundation; either *
13  * version 2 of the License, or (at your option) any later version. *
14  * *
15  *************************************************************************
16 */
17 
18 #ifndef KOPETEINFODIALOG_H
19 #define KOPETEINFODIALOG_H
20 
21 #include <KDE/KDialog>
22 #include "kopete_export.h"
23 
24 namespace Kopete
25 {
26 
27 namespace UI
28 {
29 
35 class KOPETE_EXPORT InfoDialog : public KDialog
36 {
37 Q_OBJECT
38 
39 public:
47  InfoDialog(QWidget *parent,
48  const QString &title = QString(), const QString &icon = QString());
56  InfoDialog(QWidget *parent,
57  const QString &title, const KIcon &icon);
58 
62  ~InfoDialog();
63 
64  void setTitle(const QString &title);
65  void setIcon(const QString &icon);
66  void setIcon(const KIcon &icon);
67 
68  void addWidget(QWidget *w, const QString &caption);
69 
70 protected slots:
74  virtual void slotSave();
75 
76 private:
77  class Private;
78  Private * const d;
79 
80  void initialize();
81 
82 };
83 
84 } // namespace UI
85 } // namespace Kopete
86 #endif
87 // vim: set noet ts=4 sts=4 sw=4:
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
QWidget
KDialog
kopete_export.h
QString
Kopete::UI::InfoDialog
a dialog for displaying and configuring information
Definition: kopeteinfodialog.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal