![]() |
LeechCraft
0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "util.h"
#include <QCoreApplication>
#include <QDialogButtonBox>
#include <QDialog>
#include <QVBoxLayout>
#include <QSettings>
#include <xmlsettingsdialog/xmlsettingsdialog.h>
Go to the source code of this file.
Namespaces | |
LC::Util | |
Functions | |
XmlSettingsDialog * | LC::Util::OpenXSD (const QString &title, const QString &filename, Util::BaseSettingsManager *bsm) |
Opens XML settings dialog for the given XML filename. More... | |
UTIL_XSD_API std::shared_ptr< QSettings > | LC::Util::MakeGroupSettings (const QString &suffix, const QString &groupName) |