MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / tileOne

Function tileOne

app/src/UI/WindowManager.cpp:254–257  ·  view source on GitHub ↗

* @brief One window fills the available canvas area. */

Source from the content-addressed store, hash-verified

252 * @brief One window fills the available canvas area.
253 */
254static void tileOne(const QList<QQuickItem*>& wins, const TileEnv& env)
255{
256 placeWindow(wins[0], env.margin, env.margin, env.availW, env.availH);
257}
258
259/**
260 * @brief Two windows split side-by-side or stacked depending on orientation.

Callers 1

dispatchTileFunction · 0.85

Calls 1

placeWindowFunction · 0.85

Tested by

no test coverage detected