init
This commit is contained in:
25
ui/lc_deviceoptions.h
Normal file
25
ui/lc_deviceoptions.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef LC_DEVICEOPTIONS_H
|
||||
#define LC_DEVICEOPTIONS_H
|
||||
|
||||
#include <QFrame>
|
||||
|
||||
namespace Ui {
|
||||
class LC_DeviceOptions;
|
||||
}
|
||||
|
||||
class LC_DeviceOptions : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit LC_DeviceOptions(QWidget* parent);
|
||||
~LC_DeviceOptions();
|
||||
|
||||
public slots:
|
||||
void save();
|
||||
|
||||
private:
|
||||
Ui::LC_DeviceOptions* ui;
|
||||
};
|
||||
|
||||
#endif // LC_DEVICEOPTIONS_H
|
||||
Reference in New Issue
Block a user