#include "kcarddialog.h"#include "ui_kgamecardselector.h"#include <QMatrix>#include <QPixmap>#include <QListWidget>#include <QListWidgetItem>#include <QFileInfo>#include <QDir>#include <klocale.h>#include <kstandarddirs.h>#include <krandom.h>#include <kconfig.h>#include <kdebug.h>#include "kcarddialog.moc"

Go to the source code of this file.
Classes | |
| class | KCardInfo |
| class | KCardDialogPrivate |
| Local information of the dialog. More... | |
| class | KCardDialogStatic |
Defines | |
| #define | CONF_GROUP "KCardDialog" |
| #define | CONF_RANDOMDECK QString::fromLatin1("RandomDeck") |
| #define | CONF_DECK "Deck" |
| #define | CONF_CARDDIR QString::fromLatin1("CardDir") |
| #define | CONF_RANDOMCARDDIR QString::fromLatin1("RandomCardDir") |
| #define | CONF_USEGLOBALDECK QString::fromLatin1("GlobalDeck") |
| #define | CONF_USEGLOBALCARDDIR QString::fromLatin1("GlobalCardDir") |
| #define | CONF_SCALE QString::fromLatin1("Scale") |
| #define | CONF_GLOBAL_GROUP QString::fromLatin1("KCardDialog Settings") |
| #define | CONF_GLOBAL_DECK "GlobalDeck" |
| #define | CONF_GLOBAL_CARDDIR QString::fromLatin1("GlobalCardDir") |
| #define | CONF_GLOBAL_RANDOMDECK QString::fromLatin1("GlobalRandomDeck") |
| #define | CONF_GLOBAL_RANDOMCARDDIR QString::fromLatin1("GlobalRandomCardDir") |
| #define CONF_DECK "Deck" |
Definition at line 39 of file 1.cpp.
Referenced by KCardDialog::KCardDialog(), and KCardDialog::saveSettings().
| #define CONF_GLOBAL_CARDDIR QString::fromLatin1("GlobalCardDir") |
| #define CONF_GLOBAL_GROUP QString::fromLatin1("KCardDialog Settings") |
| #define CONF_GLOBAL_RANDOMCARDDIR QString::fromLatin1("GlobalRandomCardDir") |
| #define CONF_GLOBAL_RANDOMDECK QString::fromLatin1("GlobalRandomDeck") |
| #define CONF_RANDOMCARDDIR QString::fromLatin1("RandomCardDir") |
| #define CONF_USEGLOBALCARDDIR QString::fromLatin1("GlobalCardDir") |
1.5.3