QtExamples/QtCustomStyleEx/Example.cpp

12 lines
108 B
C++

#include "Example.h"
Example::Example(QWidget *parent)
: QWidget(parent)
{
}
Example::~Example()
{
}