25 #include <klistview.h> 28 #include <kdelibs_export.h> 33 class KDEPRINT_EXPORT DrListView :
public KListView
36 DrListView(TQWidget *parent = 0,
const char *name = 0);
39 class KDEPRINT_EXPORT DriverView :
public TQWidget
43 DriverView(TQWidget *parent = 0,
const char *name = 0);
46 void setDriver(DrMain*);
47 void setOptions(
const TQMap<TQString,TQString>& opts);
48 void getOptions(TQMap<TQString,TQString>& opts,
bool incldef =
false);
49 void setAllowFixed(
bool on);
50 bool hasConflict()
const {
return (m_conflict != 0); }
57 DrOptionView *m_optview;