![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
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 | |
| namespace | LC |
| namespace | 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. | |
| UTIL_XSD_API std::shared_ptr< QSettings > | LC::Util::MakeGroupSettings (const QString &suffix, const QString &groupName) |