/QtFlowLayout

Qt Flow Layout

Primary LanguageC++MIT LicenseMIT

This is

A Custom Layout with RowLayout, ColLayout, SquareLayout

Use

The simplest way to use this is include this project a CMake's subproject:

add_subdirectory(QtFlowLayout)
setLayout(new Z::FlowLayout(this));
layout()->setStyle(Z::FlowLayout::Col);

Note

This project is a project derived from https://github.com/cathaysia/digikamflowplugin, please read it's source before using this