Moved everything associated with executing and explaining queries to querytab.

It is now possible to create multiple independent query tabs. However
somethings are currently a bit broken.
This commit is contained in:
Eelke Klein 2017-01-21 18:16:57 +01:00
parent 6c268bd774
commit 7f379f3b80
13 changed files with 668 additions and 634 deletions

8
util.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef UTIL_H
#define UTIL_H
#include <QString>
QString msfloatToHumanReadableString(float ms);
#endif // UTIL_H