##// END OF EJS Templates
meson WIP
meson WIP

File last commit:

r91:acc9efbbe625 default
r117:25f6868b4126 0.6
Show More
socexplorercoresettingsgui.h
27 lines | 543 B | text/x-c | CLexer
/ src / socexplorercoresettingsgui.h
#ifndef SOCEXPLORERCORESETTINGSGUI_H
#define SOCEXPLORERCORESETTINGSGUI_H
#include <QWidget>
#include <socexplorersettingsdialog.h>
namespace Ui {
class SocExplorerCoreSettingsGUI;
}
class SocExplorerCoreSettingsGUI : public SocExplorerSettingsItem
{
Q_OBJECT
public:
explicit SocExplorerCoreSettingsGUI(QWidget *parent = 0);
~SocExplorerCoreSettingsGUI();
protected:
void changeEvent(QEvent *e);
public slots:
void accept();
private:
Ui::SocExplorerCoreSettingsGUI *ui;
};
#endif // SOCEXPLORERCORESETTINGSGUI_H