##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r91:acc9efbbe625 default
r118:de85e8465e67 tip 1.0
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