Mercurial > hg > svgui
view svgui.pro @ 1190:2513f660c183 levelpanwidget
An attempt to improve PropertyBox layout on the Mac. Make all rows consistent by always creating a group layout for each row, regardless of whether the item(s) in it are marked as grouped or not.
| author | Chris Cannam |
|---|---|
| date | Thu, 15 Dec 2016 14:39:40 +0000 |
| parents | d1bab6a99100 |
| children |
line wrap: on
line source
TEMPLATE = lib INCLUDEPATH += ../vamp-plugin-sdk exists(config.pri) { include(config.pri) } CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 QT += network xml gui widgets svg TARGET = svgui DEPENDPATH += . ../svcore INCLUDEPATH += . ../svcore OBJECTS_DIR = o MOC_DIR = o include(files.pri) HEADERS = $$(SVGUI_HEADERS) SOURCES = $$(SVGUI_SOURCES)
