Initial commit. Contains a simple query tool.
This commit is contained in:
commit
edc6df25da
19 changed files with 1245 additions and 0 deletions
22
serverproperties.h
Normal file
22
serverproperties.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef SERVERPROPERTIES_H
|
||||
#define SERVERPROPERTIES_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class ServerProperties;
|
||||
}
|
||||
|
||||
class ServerProperties : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ServerProperties(QWidget *parent = 0);
|
||||
~ServerProperties();
|
||||
|
||||
private:
|
||||
Ui::ServerProperties *ui;
|
||||
};
|
||||
|
||||
#endif // SERVERPROPERTIES_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue