oopapidocs
2.0
|
00001 #ifndef TIMEDISPLAY_H 00002 #define TIMEDISPLAY_H 00003 00004 #include "metadataexport.h" 00005 #include <QTimeEdit> 00006 00008 class METADATAEXPORT TimeDisplay : public QTimeEdit { 00009 Q_OBJECT 00010 public: 00011 TimeDisplay(QWidget* parent=0); 00012 }; 00013 00014 #endif // #ifndef TIMEDISPLAY_H 00015