oopapidocs  2.0
preferencecombo.h
00001 #ifndef PREFERENCECOMBO_H
00002 #define PREFERENCECOMBO_H
00003 
00004 #include "metadataexport.h"
00005 
00006 #include <QComboBox>
00007 class METADATAEXPORT PreferenceCombo : public QComboBox {
00008     Q_OBJECT
00009 public:
00010     PreferenceCombo(QWidget* parent=0);
00011 };
00012 
00013 #endif        //  #ifndef PREFERENCECOMBO_H
00014 
 All Classes Namespaces Functions Enumerations