166
edits
m (Use Nasal highlighter) |
mNo edit summary |
||
| Line 246: | Line 246: | ||
=== Layout Management ({{Not done}}) === | === Layout Management ({{Not done}}) === | ||
* [https://gitorious.org/fg/fgdata/blobs/master/Docs/README.layout [[$FG_ROOT]]/Docs/README.layout] | * [https://gitorious.org/fg/fgdata/blobs/master/Docs/README.layout [[$FG_ROOT]]/Docs/README.layout] | ||
* [https://qt.gitorious.org/qt/qtbase/source/1a6a763254b1844cb3f951e724d58a0fd29f62b5:src/widgets/kernel/qlayoutengine.cpp Qt Layout Engine] | |||
Have you thought where the layout logic will work in this scheme? Right now it's all in C++, and a layout manager might make sense for the canvas in general (think about laying out text or elements on an MFD or EICAS), possibly even in C++, but again you maybe already have a solution. | Have you thought where the layout logic will work in this scheme? Right now it's all in C++, and a layout manager might make sense for the canvas in general (think about laying out text or elements on an MFD or EICAS), possibly even in C++, but again you maybe already have a solution. | ||
edits