Barry

Results 3 issues of Barry

It seems there is not a math support , how could add math support into it ?

I want to save the dock layout to a file and reload it when reopen. the code of save dock layout : ```cpp QFile file("VisualLayout.ini"); if (file.open(QIODevice::WriteOnly)) { QDataStream out(&file);...

It seems that tabs can not be renamed, it just named by numbers