From 5a2a2d8e70b5ba3b57293153b271e6c671569a69 Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Wed, 17 Oct 2012 13:54:19 +0200 Subject: [PATCH] Add list of widgets that need to be implemented --- .gitignore | 2 +- qwidgets.list | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletions(-) create mode 100644 qwidgets.list diff --git a/.gitignore b/.gitignore index 9adc96a..f2aca53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -qmlwidgets +declarativewidgets Makefile moc_* *.o diff --git a/qwidgets.list b/qwidgets.list new file mode 100644 index 0000000..b2cc9c2 --- /dev/null +++ b/qwidgets.list @@ -0,0 +1,71 @@ +qboxlayout.h +qbuttongroup.h +qcalendarwidget.h +qcheckbox.h +qcolordialog.h +qcolumnview.h +qcombobox.h +qcommandlinkbutton.h +qdatetimeedit.h +qdial.h +qdialogbuttonbox.h +qdialog.h +qdockwidget.h +qfiledialog.h +qfocusframe.h +qfontcombobox.h +qfontdialog.h +qformlayout.h +qframe.h +qgraphicsview.h +qgraphicswidget.h +qgridlayout.h +qgroupbox.h +qheaderview.h +qinputdialog.h +qlabel.h +qlayout.h +qlayoutitem.h +qlcdnumber.h +qlineedit.h +qlistview.h +qlistwidget.h +qmainwindow.h +qmdiarea.h +qmdisubwindow.h +qmenubar.h +qmenudata.h +qmenu.h +qmessagebox.h +qpagesetupdialog.h +qplaintextedit.h +qprintdialog.h +qprintpreviewdialog.h +qprintpreviewwidget.h +qprogressbar.h +qprogressdialog.h +qpushbutton.h +qradiobutton.h +qscrollarea.h +qscrollbar.h +qslider.h +qspinbox.h +qsplashscreen.h +qsplitter.h +qstackedlayout.h +qstackedwidget.h +qstatusbar.h +qtabbar.h +qtableview.h +qtablewidget.h +qtabwidget.h +qtextbrowser.h +qtextedit.h +qtoolbar.h +qtoolbox.h +qtoolbutton.h +qtreeview.h +qtreewidget.h +qundoview.h +qwidget.h +qwizard.h -- 1.7.2.5