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

kopete/kopete

  • sources
  • kde-4.14
  • kdenetwork
  • kopete
  • kopete
  • identity
identitydialog.h
Go to the documentation of this file.
1 /*
2  identitydialog.h - Kopete identity configuration dialog
3 
4  Copyright (c) 2007 by Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
5 
6  Kopete (c) 2003-2007 by the Kopete developers <kopete-devel@kde.org>
7 
8  *************************************************************************
9  * *
10  * This program is free software; you can redistribute it and/or modify *
11  * it under the terms of the GNU General Public License as published by *
12  * the Free Software Foundation; either version 2 of the License, or *
13  * (at your option) any later version. *
14  * *
15  *************************************************************************
16 */
17 
18 #ifndef IDENTITYDIALOG_H
19 #define IDENTITYDIALOG_H
20 
21 #include <kopeteinfodialog.h>
22 #include <kopete_export.h>
23 
24 namespace Kopete
25 {
26 class Identity;
27 }
28 
29 class KOPETE_IDENTITY_EXPORT IdentityDialog : public Kopete::UI::InfoDialog
30 {
31  Q_OBJECT
32 public:
33  explicit IdentityDialog(Kopete::Identity *identity, QWidget *parent = 0);
34  ~IdentityDialog();
35 
36 protected slots:
37  void load();
38  virtual void slotSave();
39 
40 private slots:
41  void slotSelectPhoto();
42  void slotClearPhoto();
43 
44 protected:
45  void setPhoto(QString path);
46 
47 private:
48  class Private;
49  Private * const d;
50 
51 };
52 
53 
54 #endif
55 
56 // vim: set noet ts=4 sts=4 sw=4:
QWidget
QString
InfoDialog
IdentityDialog
Definition: identitydialog.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

Skip menu "kopete/kopete"
  • 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