Merge branch 'master' of /opt/src/sb1/qt/scorecard
[scorecard] / src / tree-widget.cpp
1 /*
2  * Copyright (C) 2009 Sakari Poussa
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, version 2.
7  */
8
9 #include "tree-widget.h"
10
11 ScoreTreeWidget::ScoreTreeWidget(QWidget *parent)
12   : QTreeWidget(parent)
13 {
14 }
15
16 #if 1
17 QSize ScoreTreeWidget::sizeHint() const
18 {
19   return QSize(300, 380);
20 }
21 #endif