1.加了一个历遍所有子目录的类

2.加了读入所有匹配数据的功能。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-15 20:05:44 +08:00
parent 9259da0e93
commit 214c17dd10
8 changed files with 200 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class Branch:public QObject
Q_OBJECT
public:
Branch(const QString& from, const QString& to,QObject* parent=0);
protected:
public:
double r;
double x;
QString from;