39 #include "documentmanager.h" |
39 #include "documentmanager.h" |
40 #include "ldobjectiterator.h" |
40 #include "ldobjectiterator.h" |
41 #include "grid.h" |
41 #include "grid.h" |
42 #include "mathfunctions.h" |
42 #include "mathfunctions.h" |
43 |
43 |
|
44 struct MainWindow::ToolInfo |
|
45 { |
|
46 QMetaMethod method; |
|
47 Toolset* object; |
|
48 }; |
|
49 |
44 ConfigOption (bool ColorizeObjectsList = true) |
50 ConfigOption (bool ColorizeObjectsList = true) |
45 ConfigOption (QString QuickColorToolbar = "4:25:14:27:2:3:11:1:22:|:0:72:71:15") |
51 ConfigOption (QString QuickColorToolbar = "4:25:14:27:2:3:11:1:22:|:0:72:71:15") |
46 ConfigOption (bool ListImplicitFiles = false) |
52 ConfigOption (bool ListImplicitFiles = false) |
47 ConfigOption (QStringList HiddenToolbars) |
53 ConfigOption (QStringList HiddenToolbars) |
48 |
54 |