git-svn-id: svn://db.shs.com.ru/libs@82 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
30
piqt_tools/piintrospector.h
Normal file
30
piqt_tools/piintrospector.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#ifndef PIINTROSPECTOR_H
|
||||
#define PIINTROSPECTOR_H
|
||||
|
||||
#include "ui_piintrospector.h"
|
||||
#include <QImage>
|
||||
#include <QTime>
|
||||
#include <QDesktopWidget>
|
||||
#include <QDebug>
|
||||
#include "piqt.h"
|
||||
#include "piintrospection.h"
|
||||
|
||||
class QPIIntrospector: public QMainWindow, private Ui::QPIIntrospector
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QPIIntrospector(QWidget * parent = 0);
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * e);
|
||||
|
||||
void buildDump();
|
||||
void buildDumpSection(QTreeWidgetItem * pi, PIString & str);
|
||||
|
||||
private slots:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // PIINTROSPECTOR_H
|
||||
Reference in New Issue
Block a user