Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以创建像 Total Commander 用于在工具栏中显示驱动器按钮的布局?下面是当并非所有小部件都适合单行时它如何占用 2 行的图片,这正是我需要实现的:
使用流布局:
http://qt-project.org/doc/qt-5.0/qtwidgets/graphicsview-flowlayout.html
然而,TotalCommander 不是用 QT 制作的,而是用 Delphi 和(最近的 FreePascal)制作的。