Details | Last modification | View Log | RSS feed
#include "settingform.h"
// place your code here
settingForm::settingForm( )
: QWidget()
{
setupUi(this);
// TODO
}