macosx default dialog font fix (next try)

This commit is contained in:
doitux
2007-11-28 22:32:26 +00:00
parent f1191f0b6f
commit a71fda5ec2
5 changed files with 41 additions and 50 deletions
@@ -41,14 +41,6 @@ void MyGameListTreeWidget::paintEvent(QPaintEvent *event) {
QTreeWidget::paintEvent(event);
}
// bool MyGameListTreeWidget::event(QEvent *event)
// {
// cout << event->type() << endl;
// // if(event->type() == 12) paintEvent(event);
//
// QTreeWidget::event(event);
// }
void MyGameListTreeWidget::scrollContentsBy ( int dx, int dy ) {
viewport()->update();
@@ -27,7 +27,6 @@ public:
public slots:
void paintEvent(QPaintEvent *);
// bool event(QEvent *);
void setGameListBackgroundImage(QString pmString);
void scrollContentsBy ( int dx, int dy );