init
This commit is contained in:
16
ui/forms/qg_activelayername.h
Normal file
16
ui/forms/qg_activelayername.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef QG_ACTIVELAYERNAME_H
|
||||
#define QG_ACTIVELAYERNAME_H
|
||||
|
||||
#include "ui_qg_activelayername.h"
|
||||
|
||||
|
||||
class QG_ActiveLayerName : public QWidget, public Ui::QG_ActiveLayerName
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit QG_ActiveLayerName(QWidget *parent = 0);
|
||||
void activeLayerChanged(const QString& name);
|
||||
|
||||
};
|
||||
|
||||
#endif // QG_ACTIVELAYERNAME_H
|
||||
Reference in New Issue
Block a user