00001 /**************************************************************************** 00002 ** ui.h extension file, included from the uic-generated form implementation. 00003 ** 00004 ** If you wish to add, delete or rename functions or slots use 00005 ** Qt Designer which will update this file, preserving your code. Create an 00006 ** init() function in place of a constructor, and a destroy() function in 00007 ** place of a destructor. 00008 *****************************************************************************/ 00009 00010 00011 void MainWin::fileNew() 00012 { 00013 qDebug( QObject::sender()->name() ) ; 00014 } 00015 00016 00017 void MainWin::fileOpen() 00018 { 00019 00020 } 00021 00022 00023 void MainWin::fileSave() 00024 { 00025 00026 } 00027 00028 00029 void MainWin::fileSaveAs() 00030 { 00031 00032 } 00033 00034 00035 void MainWin::filePrint() 00036 { 00037 00038 } 00039 00040 00041 void MainWin::fileExit() 00042 { 00043 00044 } 00045 00046 00047 void MainWin::editUndo() 00048 { 00049 00050 } 00051 00052 00053 void MainWin::editRedo() 00054 { 00055 00056 } 00057 00058 00059 void MainWin::editCut() 00060 { 00061 00062 } 00063 00064 00065 void MainWin::editCopy() 00066 { 00067 00068 } 00069 00070 00071 void MainWin::editPaste() 00072 { 00073 00074 } 00075 00076 00077 void MainWin::editFind() 00078 { 00079 00080 } 00081 00082 00083 void MainWin::helpIndex() 00084 { 00085 00086 } 00087 00088 00089 void MainWin::helpContents() 00090 { 00091 00092 } 00093 00094 00095 void MainWin::helpAbout() 00096 { 00097 00098 } 00099 00100 00101 void MainWin::newCustomer() 00102 { 00103 00104 } 00105 00106 00107 void MainWin::newVendor() 00108 { 00109 00110 } 00111 00112 00113 void MainWin::newProduct() 00114 { 00115 00116 }