initial check in
This commit is contained in:
19
sln/qstringDebug/qstringdebug.h
Normal file
19
sln/qstringDebug/qstringdebug.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user