As the error says... you have not declared decEdit,hexEdit and binEdit...
Something like QLineEdit * decEdit = new QLineEdit;
or m_decEdit = new QLineEdit; // Where m_decEdit is member variable.