Files
test/sln/qstringDebug/qstringdebug.h
2012-12-06 21:43:03 +04:00

20 lines
309 B
C++

#ifndef QSTRINGDEBUG_H
#define QSTRINGDEBUG_H
#include <QtGui/QMainWindow>
#include "ui_qstringdebug.h"
class qstringDebug : public QMainWindow
{
Q_OBJECT
public:
qstringDebug(QWidget *parent = 0, Qt::WFlags flags = 0);
~qstringDebug();
private:
Ui::qstringDebugClass ui;
};
#endif // QSTRINGDEBUG_H