- Fixed row color update

- Code cleanup
This commit is contained in:
Christophe Dumez
2008-06-25 19:52:39 +00:00
parent cecd1e11b1
commit 95bad03321
5 changed files with 35 additions and 62 deletions

View File

@@ -41,7 +41,7 @@ class SearchTab : public QWidget, public Ui::search_engine
SearchListDelegate *SearchDelegate;
public:
static QList<SearchTab*> *all_tab; // To store all tabs
SearchTab(QString &title,QTabWidget *tab_barWidget, SearchEngine *searchEngi);
SearchTab(SearchEngine *parent);
~SearchTab();
bool loadColWidthSearchList();
QLabel * getCurrentLabel();