/forms/logindialog.ui.h.bak
Unknown | 17 lines | 15 code | 2 blank | 0 comment | 0 complexity | d1c9a9bfbaeeb543b64803d967b8744d MD5 | raw file
1/**************************************************************************** 2 3** ui.h extension file, included from the uic-generated form implementation. 4 5** 6 7** If you want to add, delete, or rename functions or slots, use 8 9** Qt Designer to update this file, preserving your code. 10 11** 12 13** You should not define a constructor or destructor in this file. 14 15** Instead, write your code in functions called init() and destroy(). 16 17** These will automatically be called by the form's constructor and 18 19** destructor. 20 21*****************************************************************************/ 22 23#include <qmessagebox.h> 24 25 26 27void LoginDialog::newUserClick() 28 29{ 30 31 32 33} 34