Edwin Leuven <[EMAIL PROTECTED]> writes: > attached my latest patch > i'd like to put it in > any objections?
None from me; looks good. Some points to think about though: 1. Doxygen comments in InsertTableWidget.h. 2. dynamic_cast rather than static_cast in InsertTableWidget::event? 3. You'll upset André with formatting "if (foo!=bar)". Space it out a bit. 4. Should these colours (White, darkGrey, darkBlue) be hard coded or should they be theme-able? Angus