lyx_mirror/src/frontends/qt2/README

43 lines
1.0 KiB
Plaintext
Raw Normal View History

This file contains some do's and dont's for the Qt2 frontend.
Don't #undef emit - #include "QtLyXView.h" instead
Naming conventions
------------------
QFoo.[Ch] The file that interacts with the controller
QFooDialog.[Ch] The implementation of the dialog, derived from the generated files
ui/QFooDialog.ui The designer file
ui/QFooDialogBase.[Ch] Generated files from QFooDialog.ui
slots should be named e.g. slotFooClicked(), slotFooSelected(), where foo is the name
of the widget.
Widgets should be named like "fooXX", where XX is one of the following
widget types :
CB - check box
CO -
ED - line edit
LA - label
ML -
PB - push button
(FIXME: complete this)
Dialog Maintainer MVC conversion
----------------------------------------------
Character Edwin
Citation Kalle Done ?
Document Kalle In progress (Not yet prepared)
Index Kalle Done
Paragraph Edwin Not yet prepared
Print Edwin
Ref Kalle
Search Edwin
Splash Edwin
Tabular Not yet prepared
TabularCreate Edwin
Toc Kalle
Url Kalle