bzr branch
http://gegoxaren.bato24.eu/bzr/gpump/trunk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/* c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil * vi: set shiftwidth=2 tabstop=2 expandtab: * :indentSize=2:tabSize=2:noTabs=true: */ /* * GPumpPostContainer is a widget that represents the posts that are to be * displayed to the user. It has a list of comment associated to it. * * An instance of GPumpPostContainer has a TreeView that contains a list of * GPumpCommentContainer. * * The wiget layout is defined in the file ../ui/GPumpPostContainer.ui */ |