File: satellitesetup.h

package info (click to toggle)
wfview 2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,256 kB
  • sloc: cpp: 43,386; ansic: 3,196; sh: 32; xml: 29; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef SATELLITESETUP_H
#define SATELLITESETUP_H

#include <QDialog>

namespace Ui {
class satelliteSetup;
}

class satelliteSetup : public QDialog
{
    Q_OBJECT

public:
    explicit satelliteSetup(QWidget *parent = 0);
    ~satelliteSetup();

private:
    Ui::satelliteSetup *ui;
};

#endif // SATELLITESETUP_H