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

kcharselect

  • sources
  • kde-4.14
  • kdeutils
  • kcharselect
main.cc
Go to the documentation of this file.
1 /*
2  * Copyright 1999 Reginald Stadlbauer <reggie@kde.org>
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #include "kcharselectdia.h"
19 
20 #include <KAboutData>
21 #include <KApplication>
22 #include <KCmdLineArgs>
23 
24 static const char version[] = "v1.11";
25 static const char description[] = I18N_NOOP("KDE character selection utility");
26 static const char text[] = I18N_NOOP("A wrapper around the KCharSelect widget.");
27 static const char homepageUrl[] = "http://utils.kde.org/projects/kcharselect";
28 
29 /*================================================================*/
30 int main(int argc, char **argv)
31 {
32  KAboutData aboutData( "kcharselect", 0, ki18n("KCharSelect"),
33  version, ki18n(description), KAboutData::License_GPL,
34  KLocalizedString(), ki18n(text), homepageUrl );
35 
36  aboutData.addAuthor(ki18n("Daniel Laidig"), ki18n("Author and maintainer"), "d.laidig@gmx.de" );
37  aboutData.addAuthor(ki18n("Reginald Stadlbauer"), ki18n("Author"), "reggie@kde.org");
38 
39  aboutData.addCredit( ki18n("Daniel Laidig"), ki18n("New GUI, Unicode information, incremental search,"
40  " and general improvements"), "d.laidig@gmx.de" );
41  aboutData.addCredit( ki18n("Constantin Berzan"), ki18n("Previous maintainer"), "exit3219@gmail.com" );
42  aboutData.addCredit( ki18n("Nadeem Hasan"), ki18n( "GUI cleanup and fixes" ),
43  "nhasan@kde.org" );
44  aboutData.addCredit( ki18n("Ryan Cumming"), ki18n( "GUI cleanup and fixes" ),
45  "bodnar42@phalynx.dhs.org" );
46  aboutData.addCredit( ki18n("Benjamin C. Meyer"), ki18n("XMLUI conversion"),
47  "ben+kcharselect@meyerhome.net" );
48  aboutData.addCredit( ki18n("Bryce Nesbitt"), ki18n("RTL support") );
49 
50  aboutData.setProgramIconName(QLatin1String( "accessories-character-map" ));
51  KCmdLineArgs::init( argc, argv, &aboutData );
52 
53  KApplication app;
54 
55  KCharSelectDia *dia = new KCharSelectDia;
56  dia->show();
57 
58  return app.exec();
59 }
version
static const char version[]
Definition: main.cc:24
KCharSelectDia
Definition: kcharselectdia.h:33
kcharselectdia.h
main
int main(int argc, char **argv)
Definition: main.cc:30
QLatin1String
description
static const char description[]
Definition: main.cc:25
text
static const char text[]
Definition: main.cc:26
homepageUrl
static const char homepageUrl[]
Definition: main.cc:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kcharselect

Skip menu "kcharselect"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

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