basic table skinning works. pics are changeable. colors will follow

This commit is contained in:
doitux
2009-03-31 20:31:28 +00:00
parent 98efc0745e
commit 6d973aa178
20 changed files with 444 additions and 303 deletions
+3 -6
View File
@@ -25,17 +25,14 @@ public:
void paintEvent(QPaintEvent * event);
// void startBlinkChatTab();
// void stopBlinkChatTab();
// void showDefaultChatTab();
QTabBar* getMyTabBar() const { return myTabBar; }
public slots:
// void blinkChatTab();
private:
// QTimer *chatBlinkTimer;
QTabBar *myTabBar;
};