Add a bunch of stubs for new components

This commit is contained in:
johanneshilden 2017-10-06 15:05:09 +03:00
parent 146de0e0a4
commit 8859e2ae2f
10 changed files with 41 additions and 2 deletions

View File

@ -38,7 +38,10 @@ SOURCES = \
qtmaterialdialog.cpp \
qtmaterialdrawer_internal.cpp \
qtmaterialdrawer.cpp \
qtmaterialappbar.cpp
qtmaterialappbar.cpp \
qtmaterialautocomplete.cpp \
qtmaterialpaper.cpp \
qtmaterialtable.cpp
HEADERS = \
qtmaterialavatar_p.h \
qtmaterialavatar.h \
@ -100,6 +103,12 @@ HEADERS = \
qtmaterialdrawer_p.h \
qtmaterialdrawer.h \
qtmaterialappbar.h \
qtmaterialappbar_p.h
qtmaterialappbar_p.h \
qtmaterialautocomplete.h \
qtmaterialautocomplete_p.h \
qtmaterialpaper.h \
qtmaterialpaper_p.h \
qtmaterialtable.h \
qtmaterialtable_p.h
RESOURCES += \
resources.qrc

View File

@ -0,0 +1,2 @@
#include "qtmaterialautocomplete.h"
#include "qtmaterialautocomplete_p.h"

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALAUTOCOMPLETE_H
#define QTMATERIALAUTOCOMPLETE_H
#endif // QTMATERIALAUTOCOMPLETE_H

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALAUTOCOMPLETE_P_H
#define QTMATERIALAUTOCOMPLETE_P_H
#endif // QTMATERIALAUTOCOMPLETE_P_H

View File

@ -0,0 +1,2 @@
#include "qtmaterialpaper.h"
#include "qtmaterialpaper_p.h"

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALPAPER_H
#define QTMATERIALPAPER_H
#endif // QTMATERIALPAPER_H

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALPAPER_P_H
#define QTMATERIALPAPER_P_H
#endif // QTMATERIALPAPER_P_H

View File

@ -0,0 +1,2 @@
#include "qtmaterialtable.h"
#include "qtmaterialtable_p.h"

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALTABLE_H
#define QTMATERIALTABLE_H
#endif // QTMATERIALTABLE_H

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALTABLE_P_H
#define QTMATERIALTABLE_P_H
#endif // QTMATERIALTABLE_P_H