cgilles / QtFlowLayout

Qt Flow Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qt Flow Layout

License:MIT License


Languages

Language:C++ 87.5%Language:CMake 12.2%Language:C 0.3%