kanagram
vocabedit.cpp
Go to the documentation of this file.
56 lboxWords->addItem(doc->lesson()->entries(KEduVocLesson::Recursive).value(i)->translation(0)->text());
70 //Connect the name and description boxes to a general textChanged slot, so that we can keep track of
98 doc->saveAs(KUrl::fromPath(KGlobal::dirs()->saveLocation("data", "kvtml/" + KanagramSettings::dataLanguage()) + fileName), KEduVocDocument::Automatic, "kanagram");
110 int code = KMessageBox::warningYesNo(this, i18n("Would you like to save your changes?"), i18n("Save Changes Dialog"));
bool close()
void setupUi(QWidget *widget)
void append(const T &value)
iterator begin()
iterator erase(iterator begin, iterator end)
VocabEdit(QWidget *parent)
QString & remove(int position, int n)
void refreshView()
reload the list of vocabularies from what's on disk
Definition: vocabsettings.cpp:53
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void slotWordTextChanged(const QString &changes)
Definition: vocabedit.cpp:145
bool isEmpty() const
QString toLower() const
QWidget * parentWidget() const
void slotHintTextChanged(const QString &changes)
Definition: vocabedit.cpp:156
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
int size() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.