code format
This commit is contained in:
@@ -1,26 +1,30 @@
|
||||
#ifndef PIINTROSPECTOR_H
|
||||
#define PIINTROSPECTOR_H
|
||||
|
||||
#include "piintrospection_server_p.h"
|
||||
#include "pipeer.h"
|
||||
#include "piqt.h"
|
||||
#include "ui_piintrospector.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QImage>
|
||||
#include <QTime>
|
||||
#include <QDebug>
|
||||
#include <emainwindow.h>
|
||||
#include "piqt.h"
|
||||
#include "pipeer.h"
|
||||
#include "piintrospection_server_p.h"
|
||||
|
||||
class QPIIntrospector: public EMainWindow, private Ui::QPIIntrospector, public PIObject
|
||||
{
|
||||
class QPIIntrospector
|
||||
: public EMainWindow
|
||||
, private Ui::QPIIntrospector
|
||||
, public PIObject {
|
||||
Q_OBJECT
|
||||
PIOBJECT(QPIIntrospector);
|
||||
|
||||
public:
|
||||
QPIIntrospector(QWidget * parent = 0);
|
||||
~QPIIntrospector();
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * e);
|
||||
void timerEvent(QTimerEvent * );
|
||||
void timerEvent(QTimerEvent *);
|
||||
void savingSession(QPIConfig & conf);
|
||||
void loadingSession(QPIConfig & conf);
|
||||
|
||||
@@ -37,7 +41,7 @@ protected:
|
||||
PIIntrospection::ProcessStat stat;
|
||||
PIPeer peer;
|
||||
int request_timer, pip_timer;
|
||||
|
||||
|
||||
private slots:
|
||||
void buildTree(QByteArray d);
|
||||
void procRequestTimer();
|
||||
@@ -45,7 +49,6 @@ private slots:
|
||||
void on_buttonRequest_clicked();
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // PIINTROSPECTOR_H
|
||||
|
||||
Reference in New Issue
Block a user