]> ruin.nu Git - hbs.git/blob - bs/ui/bsappbase.ui.h
4d70a19dde91d1c83cf471d0f84e9f694de94417
[hbs.git] / bs / ui / bsappbase.ui.h
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
3 **
4 ** If you wish to add, delete or rename slots use Qt Designer which will
5 ** update this file, preserving your code. Create an init() slot in place of
6 ** a constructor, and a destroy() slot in place of a destructor.
7 *****************************************************************************/
8
9
10 void BSAppBase::fileNew()
11 {
12
13 }
14
15 void BSAppBase::fileOpen()
16 {
17
18 }
19
20 void BSAppBase::fileSave()
21 {
22
23 }
24
25 void BSAppBase::fileSaveAs()
26 {
27
28 }
29
30 void BSAppBase::filePrint()
31 {
32
33 }
34
35 void BSAppBase::fileExit()
36 {
37
38 }
39
40 void BSAppBase::editUndo()
41 {
42
43 }
44
45 void BSAppBase::editRedo()
46 {
47
48 }
49
50 void BSAppBase::editCut()
51 {
52
53 }
54
55 void BSAppBase::editCopy()
56 {
57
58 }
59
60 void BSAppBase::editPaste()
61 {
62
63 }
64
65 void BSAppBase::editFind()
66 {
67
68 }
69
70 void BSAppBase::helpIndex()
71 {
72
73 }
74
75 void BSAppBase::helpContents()
76 {
77
78 }
79
80 void BSAppBase::helpAbout()
81 {
82
83 }