kcharselect
Go to the documentation of this file.
21 #include <KApplication>
22 #include <KCmdLineArgs>
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";
30 int main(
int argc,
char **argv)
32 KAboutData aboutData(
"kcharselect", 0, ki18n(
"KCharSelect"),
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");
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" ),
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") );
50 aboutData.setProgramIconName(
QLatin1String(
"accessories-character-map" ));
51 KCmdLineArgs::init( argc, argv, &aboutData );
static const char version[]
int main(int argc, char **argv)
static const char description[]
static const char homepageUrl[]
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.