initial check in
This commit is contained in:
14
sln/qstringDebug/qstringdebug.cpp
Normal file
14
sln/qstringDebug/qstringdebug.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "qstringdebug.h"
|
||||
|
||||
qstringDebug::qstringDebug(QWidget *parent, Qt::WFlags flags)
|
||||
: QMainWindow(parent, flags)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
|
||||
QString str = "kukukuku";
|
||||
}
|
||||
|
||||
qstringDebug::~qstringDebug()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user