Changeset 10407
- Timestamp:
- 04/18/11 17:46:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/MAINPAGE
r10318 r10407 23 23 make 24 24 \endverbatim 25 26 Check the \b ./configure options with \b --help. It might look 27 confusing, but some features like FITS or QT4 can be switched off, 28 if the necessary library is not at hand and the feature is not needed. 29 For example, if the GUI is not needed its compilation can be switched 30 off by disabling QT4 support with \b --without-qt4. 25 31 26 32 In principle configure also supports … … 53 59 - doxygen 54 60 - graphviz 55 - [global] optional (if htags should be used in Doxyfile)56 61 - help2man 57 - man2html 62 - groff 63 - ps2pdf 58 64 59 65 <B>Only for maintainers:</B> … … 91 97 from test3 via Dim. 92 98 99 @section exitcodes Exit Code 100 @section newcommand How to add a new command? 101 @section description How to add help textes to services and commands? 102 103 @section addtab How to add a new tab in the gui? 104 105 Do the following steps in exactly this order: 106 - Insert the new page from the context menu of the QTabWidget 107 - Copy the QDockWidget from one of the other tabs to the clipboard 108 - Paste the copied QDockWidget and add it to the new tab (only the tab should be highlited) 109 - Now click on the context menu of the region in the tab (QWidget) and change the layout to grid layout 110 111 93 112 @section Documentation 94 113 … … 97 116 created (from the help-output), which (at the moment) can be accessed with <B>man 98 117 FILE</B>. 99 100 <!--101 102 help2man -N -o test3.man test3103 104 (man2html can do the conversion online)105 106 groff -mandoc `man -w ./test3.man` -T html > test3.html107 groff -mandoc `man -w ./test3.man` -t | ps2pdf - - > test3.pdf108 109 -->110 118 111 119 @section References
Note:
See TracChangeset
for help on using the changeset viewer.