Subversion Repositories OpenInventory

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 pingvin 1
#include "settingform.h"
2
 
3
// place your code here
4
settingForm::settingForm(  )
5
        : QWidget()
6
{
7
        setupUi(this);
8
 
9
        // TODO
10
}