You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef ACCSERVICEGRID_H
|
|
#define ACCSERVICEGRID_H
|
|
|
|
|
|
#include <core.h>
|
|
#include "data/accservice.h"
|
|
|
|
class AccServiceGrid : public GridForm<AccService>
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
AccServiceGrid(QWidget *parent = NULL);
|
|
};
|
|
|
|
#endif // ACCSERVICEGRID_H
|