bunch of stuff. very basic drag/drop now working
This commit is contained in:
11
flowlayout.pro
Normal file
11
flowlayout.pro
Normal file
@@ -0,0 +1,11 @@
|
||||
QT += widgets
|
||||
|
||||
HEADERS = flowlayout.h \
|
||||
window.h
|
||||
SOURCES = flowlayout.cpp \
|
||||
main.cpp \
|
||||
window.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/flowlayout
|
||||
INSTALLS += target
|
||||
Reference in New Issue
Block a user