Skip to content

cgilles/QtFlowLayout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.5%
  • CMake 12.2%
  • C 0.3%