rss : improvements of the qtreeview

This commit is contained in:
Arnaud Demaiziere 2007-04-15 21:31:32 +00:00
parent 2c6b66a834
commit 06378e09be
9 changed files with 46 additions and 5 deletions

View file

@ -28,6 +28,10 @@
#include "rss.h"
#include "GUI.h"
#define DESCRIPTION_CHILD 0
#define URL_CHILD 1
#define TIME_CHILD 2
class RSSImp : public QWidget, public Ui::RSS{
Q_OBJECT